Struct windows_sys::Win32::Media::DeviceManager::__MACINFO
[−]Expand description
Required features: "Win32_Media_DeviceManager"
, "Win32_Foundation"
Fields
fUsed: BOOL
abMacState: [u8; 36]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for __MACINFO
impl Send for __MACINFO
impl Sync for __MACINFO
impl Unpin for __MACINFO
impl UnwindSafe for __MACINFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more