#[repr(C)]pub struct SP_DEVINFO_DATA {
pub cbSize: u32,
pub ClassGuid: GUID,
pub DevInst: u32,
pub Reserved: usize,
}
Fields§
§cbSize: u32
§ClassGuid: GUID
§DevInst: u32
§Reserved: usize
Trait Implementations§
§impl Clone for SP_DEVINFO_DATA
impl Clone for SP_DEVINFO_DATA
impl Copy for SP_DEVINFO_DATA
Auto Trait Implementations§
impl RefUnwindSafe for SP_DEVINFO_DATA
impl Send for SP_DEVINFO_DATA
impl Sync for SP_DEVINFO_DATA
impl Unpin for SP_DEVINFO_DATA
impl UnwindSafe for SP_DEVINFO_DATA
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