#[repr(C)]pub struct SP_DRVINFO_DATA_V2_W {
pub cbSize: u32,
pub DriverType: u32,
pub Reserved: usize,
pub Description: [u16; 256],
pub MfgName: [u16; 256],
pub ProviderName: [u16; 256],
pub DriverDate: FILETIME,
pub DriverVersion: u64,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§cbSize: u32
§DriverType: u32
§Reserved: usize
§Description: [u16; 256]
§MfgName: [u16; 256]
§ProviderName: [u16; 256]
§DriverDate: FILETIME
§DriverVersion: u64
Trait Implementations§
§impl Clone for SP_DRVINFO_DATA_V2_W
impl Clone for SP_DRVINFO_DATA_V2_W
impl Copy for SP_DRVINFO_DATA_V2_W
Auto Trait Implementations§
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