pub struct IITEQPresetCollection(/* private fields */);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 for IITEQPresetCollection
impl PartialEq 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.
impl Eq for IITEQPresetCollection
Auto Trait Implementations§
impl Freeze for IITEQPresetCollection
impl RefUnwindSafe for IITEQPresetCollection
impl !Send for IITEQPresetCollection
impl !Sync for IITEQPresetCollection
impl Unpin for IITEQPresetCollection
impl UnwindSafe for IITEQPresetCollection
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