Struct windows::Win32::Media::DirectShow::Tv::IMSVidVRGraphSegment
pub struct IMSVidVRGraphSegment(/* private fields */);
Implementations§
§impl IMSVidVRGraphSegment
impl IMSVidVRGraphSegment
pub unsafe fn Set_VMRendererMode(&self, dwmode: i32) -> Result<()>
pub unsafe fn SetOwner<P0>(&self, window: P0) -> Result<()>where
P0: Param<HWND>,
pub unsafe fn Owner(&self) -> Result<HWND>
pub unsafe fn UseOverlay(&self) -> Result<VARIANT_BOOL>
pub unsafe fn SetUseOverlay<P0>(&self, useoverlayval: P0) -> Result<()>where
P0: Param<VARIANT_BOOL>,
pub unsafe fn Visible(&self) -> Result<VARIANT_BOOL>
pub unsafe fn SetVisible<P0>(&self, visible: P0) -> Result<()>where
P0: Param<VARIANT_BOOL>,
pub unsafe fn ColorKey(&self) -> Result<u32>
pub unsafe fn SetColorKey(&self, colorkey: u32) -> Result<()>
pub unsafe fn Source(&self) -> Result<RECT>
pub unsafe fn SetSource(&self, r: RECT) -> Result<()>
pub unsafe fn Destination(&self) -> Result<RECT>
pub unsafe fn SetDestination(&self, r: RECT) -> Result<()>
pub unsafe fn get_NativeSize( &self, sizeval: *mut SIZE, aspectratio: *mut SIZE, ) -> Result<()>
pub unsafe fn BorderColor(&self) -> Result<u32>
pub unsafe fn SetBorderColor(&self, color: u32) -> Result<()>
pub unsafe fn MaintainAspectRatio(&self) -> Result<VARIANT_BOOL>
pub unsafe fn SetMaintainAspectRatio<P0>(&self, fmaintain: P0) -> Result<()>where
P0: Param<VARIANT_BOOL>,
pub unsafe fn Refresh(&self) -> Result<()>
pub unsafe fn DisplayChange(&self) -> Result<()>
pub unsafe fn RePaint<P0>(&self, hdc: P0) -> Result<()>where
P0: Param<HDC>,
Methods from Deref<Target = IMSVidGraphSegment>§
pub unsafe fn Init(&self) -> Result<IUnknown>
pub unsafe fn SetInit<P0>(&self, pinit: P0) -> Result<()>where
P0: Param<IUnknown>,
pub unsafe fn EnumFilters(&self) -> Result<IEnumFilters>
pub unsafe fn Container(&self) -> Result<IMSVidGraphSegmentContainer>
pub unsafe fn SetContainer<P0>(&self, pctl: P0) -> Result<()>where
P0: Param<IMSVidGraphSegmentContainer>,
pub unsafe fn Type(&self) -> Result<MSVidSegmentType>
pub unsafe fn Category(&self) -> Result<GUID>
pub unsafe fn Build(&self) -> Result<()>
pub unsafe fn PostBuild(&self) -> Result<()>
pub unsafe fn PreRun(&self) -> Result<()>
pub unsafe fn PostRun(&self) -> Result<()>
pub unsafe fn PreStop(&self) -> Result<()>
pub unsafe fn PostStop(&self) -> Result<()>
pub unsafe fn OnEventNotify( &self, leventcode: i32, leventparm1: isize, leventparm2: isize, ) -> Result<()>
pub unsafe fn Decompose(&self) -> Result<()>
Methods from Deref<Target = IPersist>§
pub unsafe fn GetClassID(&self) -> Result<GUID>
Trait Implementations§
§impl CanInto<IMSVidGraphSegment> for IMSVidVRGraphSegment
impl CanInto<IMSVidGraphSegment> for IMSVidVRGraphSegment
§impl CanInto<IUnknown> for IMSVidVRGraphSegment
impl CanInto<IUnknown> for IMSVidVRGraphSegment
§impl Clone for IMSVidVRGraphSegment
impl Clone for IMSVidVRGraphSegment
§fn clone(&self) -> IMSVidVRGraphSegment
fn clone(&self) -> IMSVidVRGraphSegment
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for IMSVidVRGraphSegment
impl Debug for IMSVidVRGraphSegment
§impl Deref for IMSVidVRGraphSegment
impl Deref for IMSVidVRGraphSegment
§impl From<&IMSVidVRGraphSegment> for &IMSVidGraphSegment
impl From<&IMSVidVRGraphSegment> for &IMSVidGraphSegment
§fn from(value: &IMSVidVRGraphSegment) -> Self
fn from(value: &IMSVidVRGraphSegment) -> Self
Converts to this type from the input type.
§impl From<&IMSVidVRGraphSegment> for &IPersist
impl From<&IMSVidVRGraphSegment> for &IPersist
§fn from(value: &IMSVidVRGraphSegment) -> Self
fn from(value: &IMSVidVRGraphSegment) -> Self
Converts to this type from the input type.
§impl From<&IMSVidVRGraphSegment> for &IUnknown
impl From<&IMSVidVRGraphSegment> for &IUnknown
§fn from(value: &IMSVidVRGraphSegment) -> Self
fn from(value: &IMSVidVRGraphSegment) -> Self
Converts to this type from the input type.
§impl From<IMSVidVRGraphSegment> for IMSVidGraphSegment
impl From<IMSVidVRGraphSegment> for IMSVidGraphSegment
§fn from(value: IMSVidVRGraphSegment) -> Self
fn from(value: IMSVidVRGraphSegment) -> Self
Converts to this type from the input type.
§impl From<IMSVidVRGraphSegment> for IPersist
impl From<IMSVidVRGraphSegment> for IPersist
§fn from(value: IMSVidVRGraphSegment) -> Self
fn from(value: IMSVidVRGraphSegment) -> Self
Converts to this type from the input type.
§impl From<IMSVidVRGraphSegment> for IUnknown
impl From<IMSVidVRGraphSegment> for IUnknown
§fn from(value: IMSVidVRGraphSegment) -> Self
fn from(value: IMSVidVRGraphSegment) -> Self
Converts to this type from the input type.
§impl Interface for IMSVidVRGraphSegment
impl Interface for IMSVidVRGraphSegment
§fn as_raw(&self) -> *mut c_void
fn as_raw(&self) -> *mut c_void
Returns the raw COM interface pointer. The resulting pointer continues to be owned by the
Interface
implementation.§fn into_raw(self) -> *mut c_void
fn into_raw(self) -> *mut c_void
Returns the raw COM interface pointer and releases ownership. It the caller’s responsibility to release the COM interface pointer.
§fn cast<T>(&self) -> Result<T, Error>where
T: Interface,
fn cast<T>(&self) -> Result<T, Error>where
T: Interface,
Attempts to cast the current interface to another interface using
QueryInterface
. Read more§fn cast_to_any<T>(&self) -> Result<&(dyn Any + 'static), Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn cast_to_any<T>(&self) -> Result<&(dyn Any + 'static), Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
This casts the given COM interface to [
&dyn Any
]. Read more§fn is_object<T>(&self) -> boolwhere
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn is_object<T>(&self) -> boolwhere
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
§fn cast_object_ref<T>(&self) -> Result<&<T as ComObjectInner>::Outer, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn cast_object_ref<T>(&self) -> Result<&<T as ComObjectInner>::Outer, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
This casts the given COM interface to [
&dyn Any
]. It returns a reference to the “outer”
object, e.g. &MyApp_Impl
, not the inner &MyApp
object. Read more§fn cast_object<T>(&self) -> Result<ComObject<T>, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn cast_object<T>(&self) -> Result<ComObject<T>, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
This casts the given COM interface to [
&dyn Any
]. It returns a reference to the “outer”
object, e.g. MyApp_Impl
, not the inner MyApp
object. Read more§fn downgrade(&self) -> Result<Weak<Self>, Error>
fn downgrade(&self) -> Result<Weak<Self>, Error>
Attempts to create a [
Weak
] reference to this object.§impl PartialEq for IMSVidVRGraphSegment
impl PartialEq for IMSVidVRGraphSegment
§fn eq(&self, other: &IMSVidVRGraphSegment) -> bool
fn eq(&self, other: &IMSVidVRGraphSegment) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for IMSVidVRGraphSegment
impl StructuralPartialEq for IMSVidVRGraphSegment
Auto Trait Implementations§
impl Freeze for IMSVidVRGraphSegment
impl RefUnwindSafe for IMSVidVRGraphSegment
impl !Send for IMSVidVRGraphSegment
impl !Sync for IMSVidVRGraphSegment
impl Unpin for IMSVidVRGraphSegment
impl UnwindSafe for IMSVidVRGraphSegment
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)