Struct windows_sys::Win32::Graphics::Printing::DRIVER_INFO_6W
[−]#[repr(C)]pub struct DRIVER_INFO_6W {Show 17 fields
pub cVersion: u32,
pub pName: PWSTR,
pub pEnvironment: PWSTR,
pub pDriverPath: PWSTR,
pub pDataFile: PWSTR,
pub pConfigFile: PWSTR,
pub pHelpFile: PWSTR,
pub pDependentFiles: PWSTR,
pub pMonitorName: PWSTR,
pub pDefaultDataType: PWSTR,
pub pszzPreviousNames: PWSTR,
pub ftDriverDate: FILETIME,
pub dwlDriverVersion: u64,
pub pszMfgName: PWSTR,
pub pszOEMUrl: PWSTR,
pub pszHardwareID: PWSTR,
pub pszProvider: PWSTR,
}Expand description
Required features: "Win32_Graphics_Printing", "Win32_Foundation"
Fields
cVersion: u32pName: PWSTRpEnvironment: PWSTRpDriverPath: PWSTRpDataFile: PWSTRpConfigFile: PWSTRpHelpFile: PWSTRpDependentFiles: PWSTRpMonitorName: PWSTRpDefaultDataType: PWSTRpszzPreviousNames: PWSTRftDriverDate: FILETIMEdwlDriverVersion: u64pszMfgName: PWSTRpszOEMUrl: PWSTRpszHardwareID: PWSTRpszProvider: PWSTRTrait Implementations
impl Clone for DRIVER_INFO_6W
impl Clone for DRIVER_INFO_6W
impl Copy for DRIVER_INFO_6W
Auto Trait Implementations
impl RefUnwindSafe for DRIVER_INFO_6W
impl !Send for DRIVER_INFO_6W
impl !Sync for DRIVER_INFO_6W
impl Unpin for DRIVER_INFO_6W
impl UnwindSafe for DRIVER_INFO_6W
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