#[repr(C)]pub struct SP_DRVINFO_DATA_V2_W {
pub cbSize: DWORD,
pub DriverType: DWORD,
pub Reserved: ULONG_PTR,
pub Description: [WCHAR; 256],
pub MfgName: [WCHAR; 256],
pub ProviderName: [WCHAR; 256],
pub DriverDate: FILETIME,
pub DriverVersion: DWORDLONG,
}
Fields§
§cbSize: DWORD
§DriverType: DWORD
§Reserved: ULONG_PTR
§Description: [WCHAR; 256]
§MfgName: [WCHAR; 256]
§ProviderName: [WCHAR; 256]
§DriverDate: FILETIME
§DriverVersion: DWORDLONG
Trait Implementations§
Source§impl Clone for SP_DRVINFO_DATA_V2_W
impl Clone for SP_DRVINFO_DATA_V2_W
Source§fn clone(&self) -> SP_DRVINFO_DATA_V2_W
fn clone(&self) -> SP_DRVINFO_DATA_V2_W
Returns a duplicate 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_DRVINFO_DATA_V2_W
impl Default for SP_DRVINFO_DATA_V2_W
Source§fn default() -> SP_DRVINFO_DATA_V2_W
fn default() -> SP_DRVINFO_DATA_V2_W
Returns the “default value” for a type. Read more
impl Copy for SP_DRVINFO_DATA_V2_W
Auto Trait Implementations§
impl Freeze for SP_DRVINFO_DATA_V2_W
impl RefUnwindSafe for SP_DRVINFO_DATA_V2_W
impl Send for SP_DRVINFO_DATA_V2_W
impl Sync for SP_DRVINFO_DATA_V2_W
impl Unpin for SP_DRVINFO_DATA_V2_W
impl UnwindSafe for SP_DRVINFO_DATA_V2_W
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