pub struct IITEQPreset(/* private fields */);Expand description
IITEQPreset Interface
See the generated IITEQPreset_Impl trait for more documentation about each function.
Implementations§
Source§impl IITEQPreset
impl IITEQPreset
pub unsafe fn Name(&self, Name: *mut BSTR) -> HRESULT
pub unsafe fn Modifiable(&self, isModifiable: *mut VARIANT_BOOL) -> HRESULT
pub unsafe fn Preamp(&self, level: *mut f64) -> HRESULT
pub unsafe fn set_Preamp(&self, level: f64) -> HRESULT
pub unsafe fn Band1(&self, level: *mut f64) -> HRESULT
pub unsafe fn set_Band1(&self, level: f64) -> HRESULT
pub unsafe fn Band2(&self, level: *mut f64) -> HRESULT
pub unsafe fn set_Band2(&self, level: f64) -> HRESULT
pub unsafe fn Band3(&self, level: *mut f64) -> HRESULT
pub unsafe fn set_Band3(&self, level: f64) -> HRESULT
pub unsafe fn Band4(&self, level: *mut f64) -> HRESULT
pub unsafe fn set_Band4(&self, level: f64) -> HRESULT
pub unsafe fn Band5(&self, level: *mut f64) -> HRESULT
pub unsafe fn set_Band5(&self, level: f64) -> HRESULT
pub unsafe fn Band6(&self, level: *mut f64) -> HRESULT
pub unsafe fn set_Band6(&self, level: f64) -> HRESULT
pub unsafe fn Band7(&self, level: *mut f64) -> HRESULT
pub unsafe fn set_Band7(&self, level: f64) -> HRESULT
pub unsafe fn Band8(&self, level: *mut f64) -> HRESULT
pub unsafe fn set_Band8(&self, level: f64) -> HRESULT
pub unsafe fn Band9(&self, level: *mut f64) -> HRESULT
pub unsafe fn set_Band9(&self, level: f64) -> HRESULT
pub unsafe fn Band10(&self, level: *mut f64) -> HRESULT
pub unsafe fn set_Band10(&self, level: f64) -> HRESULT
pub unsafe fn Delete(&self, updateAllTracks: VARIANT_BOOL) -> HRESULT
pub unsafe fn Rename( &self, newName: BSTR, updateAllTracks: VARIANT_BOOL, ) -> HRESULT
Trait Implementations§
Source§impl Clone for IITEQPreset
impl Clone for IITEQPreset
Source§impl Debug for IITEQPreset
impl Debug for IITEQPreset
Source§impl From<&IITEQPreset> for IUnknown
impl From<&IITEQPreset> for IUnknown
Source§fn from(value: &IITEQPreset) -> Self
fn from(value: &IITEQPreset) -> Self
Converts to this type from the input type.
Source§impl From<IITEQPreset> for IUnknown
impl From<IITEQPreset> for IUnknown
Source§fn from(value: IITEQPreset) -> Self
fn from(value: IITEQPreset) -> Self
Converts to this type from the input type.
Source§impl Interface for IITEQPreset
impl Interface for IITEQPreset
Source§impl PartialEq for IITEQPreset
impl PartialEq for IITEQPreset
Source§impl RuntimeName for IITEQPreset
impl RuntimeName for IITEQPreset
Source§impl Vtable for IITEQPreset
impl Vtable for IITEQPreset
type Vtable = IITEQPreset_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 IITEQPreset
Auto Trait Implementations§
impl Freeze for IITEQPreset
impl RefUnwindSafe for IITEQPreset
impl !Send for IITEQPreset
impl !Sync for IITEQPreset
impl Unpin for IITEQPreset
impl UnwindSafe for IITEQPreset
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