Struct WMDMID
#[repr(C)]pub struct WMDMID {
pub cbSize: u32,
pub dwVendorID: u32,
pub pID: [u8; 128],
pub SerialNumberLength: u32,
}
Fields§
§cbSize: u32
§dwVendorID: u32
§pID: [u8; 128]
§SerialNumberLength: u32
Trait Implementations§
impl Copy for WMDMID
impl StructuralPartialEq for WMDMID
Auto Trait Implementations§
impl Freeze for WMDMID
impl RefUnwindSafe for WMDMID
impl Send for WMDMID
impl Sync for WMDMID
impl Unpin for WMDMID
impl UnwindSafe for WMDMID
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