Struct windows_sys::Win32::Media::DeviceManager::WMDMID
[−]#[repr(C)]pub struct WMDMID {
pub cbSize: u32,
pub dwVendorID: u32,
pub pID: [u8; 128],
pub SerialNumberLength: u32,
}Expand description
Required features: "Win32_Media_DeviceManager"
Fields
cbSize: u32dwVendorID: u32pID: [u8; 128]SerialNumberLength: u32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for WMDMID
impl Send for WMDMID
impl Sync for WMDMID
impl Unpin for WMDMID
impl UnwindSafe for WMDMID
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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