Struct IAudioTreble_Vtbl
#[repr(C)]pub struct IAudioTreble_Vtbl {
pub base__: IPerChannelDbLevel_Vtbl,
}
Fields§
§base__: IPerChannelDbLevel_Vtbl
Implementations§
§impl IAudioTreble_Vtbl
impl IAudioTreble_Vtbl
pub const fn new<Identity: IAudioTreble_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IAudioTreble_Vtbl
impl RefUnwindSafe for IAudioTreble_Vtbl
impl Send for IAudioTreble_Vtbl
impl Sync for IAudioTreble_Vtbl
impl Unpin for IAudioTreble_Vtbl
impl UnwindSafe for IAudioTreble_Vtbl
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