#[repr(C)]pub struct SP_DEVINFO_DATA {
pub cbSize: DWORD,
pub ClassGuid: GUID,
pub DevInst: DWORD,
pub Reserved: ULONG_PTR,
}
Fields§
§cbSize: DWORD
§ClassGuid: GUID
§DevInst: DWORD
§Reserved: ULONG_PTR
Trait Implementations§
Source§impl Clone for SP_DEVINFO_DATA
impl Clone for SP_DEVINFO_DATA
Source§fn clone(&self) -> SP_DEVINFO_DATA
fn clone(&self) -> SP_DEVINFO_DATA
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for SP_DEVINFO_DATA
impl Default for SP_DEVINFO_DATA
Source§fn default() -> SP_DEVINFO_DATA
fn default() -> SP_DEVINFO_DATA
Returns the “default value” for a type. Read more
impl Copy for SP_DEVINFO_DATA
Auto Trait Implementations§
impl Freeze for SP_DEVINFO_DATA
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