Struct windows_sys::Win32::Graphics::Printing::DRIVER_INFO_5W
[−]#[repr(C)]pub struct DRIVER_INFO_5W {
pub cVersion: u32,
pub pName: PWSTR,
pub pEnvironment: PWSTR,
pub pDriverPath: PWSTR,
pub pDataFile: PWSTR,
pub pConfigFile: PWSTR,
pub dwDriverAttributes: u32,
pub dwConfigVersion: u32,
pub dwDriverVersion: u32,
}
Expand description
Required features: "Win32_Graphics_Printing"
Fields
cVersion: u32
pName: PWSTR
pEnvironment: PWSTR
pDriverPath: PWSTR
pDataFile: PWSTR
pConfigFile: PWSTR
dwDriverAttributes: u32
dwConfigVersion: u32
dwDriverVersion: u32
Trait Implementations
impl Clone for DRIVER_INFO_5W
impl Clone for DRIVER_INFO_5W
impl Copy for DRIVER_INFO_5W
Auto Trait Implementations
impl RefUnwindSafe for DRIVER_INFO_5W
impl !Send for DRIVER_INFO_5W
impl !Sync for DRIVER_INFO_5W
impl Unpin for DRIVER_INFO_5W
impl UnwindSafe for DRIVER_INFO_5W
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