Struct itunes_com::sys::IITEncoderCollection
source · #[repr(transparent)]pub struct IITEncoderCollection(_);Expand description
IITEncoderCollection Interface
See the generated IITEncoderCollection_Impl trait for more documentation about each function.
Implementations§
source§impl IITEncoderCollection
impl IITEncoderCollection
pub unsafe fn Count(&self, Count: *mut i32) -> HRESULT
pub unsafe fn Item( &self, Index: i32, iEncoder: *mut Option<IITEncoder> ) -> HRESULT
pub unsafe fn ItemByName( &self, Name: BSTR, iEncoder: *mut Option<IITEncoder> ) -> HRESULT
pub unsafe fn _NewEnum(&self, iEnumerator: *mut Option<IEnumVARIANT>) -> HRESULT
Trait Implementations§
source§impl Clone for IITEncoderCollection
impl Clone for IITEncoderCollection
source§impl Debug for IITEncoderCollection
impl Debug for IITEncoderCollection
source§impl From<&IITEncoderCollection> for IUnknown
impl From<&IITEncoderCollection> for IUnknown
source§fn from(value: &IITEncoderCollection) -> Self
fn from(value: &IITEncoderCollection) -> Self
Converts to this type from the input type.
source§impl From<IITEncoderCollection> for IUnknown
impl From<IITEncoderCollection> for IUnknown
source§fn from(value: IITEncoderCollection) -> Self
fn from(value: IITEncoderCollection) -> Self
Converts to this type from the input type.
source§impl Interface for IITEncoderCollection
impl Interface for IITEncoderCollection
source§impl PartialEq<IITEncoderCollection> for IITEncoderCollection
impl PartialEq<IITEncoderCollection> for IITEncoderCollection
source§impl RuntimeName for IITEncoderCollection
impl RuntimeName for IITEncoderCollection
source§impl Vtable for IITEncoderCollection
impl Vtable for IITEncoderCollection
type Vtable = IITEncoderCollection_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.