Struct itunes_com::sys::IITEncoder
source · #[repr(transparent)]pub struct IITEncoder(_);Expand description
IITEncoder Interface
See the generated IITEncoder_Impl trait for more documentation about each function.
Implementations§
Trait Implementations§
source§impl Clone for IITEncoder
impl Clone for IITEncoder
source§impl Debug for IITEncoder
impl Debug for IITEncoder
source§impl From<&IITEncoder> for IUnknown
impl From<&IITEncoder> for IUnknown
source§fn from(value: &IITEncoder) -> Self
fn from(value: &IITEncoder) -> Self
Converts to this type from the input type.
source§impl From<IITEncoder> for IUnknown
impl From<IITEncoder> for IUnknown
source§fn from(value: IITEncoder) -> Self
fn from(value: IITEncoder) -> Self
Converts to this type from the input type.
source§impl Interface for IITEncoder
impl Interface for IITEncoder
source§impl PartialEq<IITEncoder> for IITEncoder
impl PartialEq<IITEncoder> for IITEncoder
source§impl RuntimeName for IITEncoder
impl RuntimeName for IITEncoder
source§impl Vtable for IITEncoder
impl Vtable for IITEncoder
type Vtable = IITEncoder_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.