#[repr(C)]pub struct SP_DEVINFO_DATA {
pub cbSize: u32,
pub ClassGuid: GUID,
pub DevInst: u32,
pub Reserved: usize,
}
Expand description
Required features: "Win32_Devices_DeviceAndDriverInstallation"
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
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