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