Struct windows_sys::Win32::Graphics::Printing::CORE_PRINTER_DRIVERW
[−]#[repr(C)]pub struct CORE_PRINTER_DRIVERW {
pub CoreDriverGUID: GUID,
pub ftDriverDate: FILETIME,
pub dwlDriverVersion: u64,
pub szPackageID: [u16; 260],
}
Expand description
Required features: "Win32_Graphics_Printing"
, "Win32_Foundation"
Fields
CoreDriverGUID: GUID
ftDriverDate: FILETIME
dwlDriverVersion: u64
szPackageID: [u16; 260]
Trait Implementations
impl Clone for CORE_PRINTER_DRIVERW
impl Clone for CORE_PRINTER_DRIVERW
impl Copy for CORE_PRINTER_DRIVERW
Auto Trait Implementations
impl RefUnwindSafe for CORE_PRINTER_DRIVERW
impl Send for CORE_PRINTER_DRIVERW
impl Sync for CORE_PRINTER_DRIVERW
impl Unpin for CORE_PRINTER_DRIVERW
impl UnwindSafe for CORE_PRINTER_DRIVERW
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