#[repr(C)]pub struct IAudioMute {
pub lpVtbl: *const IAudioMuteVtbl,
}
Fields§
§lpVtbl: *const IAudioMuteVtbl
Implementations§
Trait Implementations§
Source§impl Deref for IAudioMute
impl Deref for IAudioMute
Auto Trait Implementations§
impl Freeze for IAudioMute
impl RefUnwindSafe for IAudioMute
impl !Send for IAudioMute
impl !Sync for IAudioMute
impl Unpin for IAudioMute
impl UnwindSafe for IAudioMute
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