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