Struct itunes_com::sys::IITVisual
source · #[repr(transparent)]pub struct IITVisual(_);Expand description
IITVisual Interface
See the generated IITVisual_Impl trait for more documentation about each function.
Implementations§
Trait Implementations§
source§impl Interface for IITVisual
impl Interface for IITVisual
source§impl PartialEq<IITVisual> for IITVisual
impl PartialEq<IITVisual> for IITVisual
source§impl Vtable for IITVisual
impl Vtable for IITVisual
type Vtable = IITVisual_Vtbl
source§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.source§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.