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