Struct windows_sys::Win32::Graphics::Printing::CORE_PRINTER_DRIVERA
[−]#[repr(C)]pub struct CORE_PRINTER_DRIVERA {
pub CoreDriverGUID: GUID,
pub ftDriverDate: FILETIME,
pub dwlDriverVersion: u64,
pub szPackageID: [CHAR; 260],
}Expand description
Required features: ‘Win32_Graphics_Printing’, ‘Win32_Foundation’
Fields
CoreDriverGUID: GUIDftDriverDate: FILETIMEdwlDriverVersion: u64szPackageID: [CHAR; 260]Trait Implementations
impl Clone for CORE_PRINTER_DRIVERA
impl Clone for CORE_PRINTER_DRIVERA
impl Copy for CORE_PRINTER_DRIVERA
Auto Trait Implementations
impl RefUnwindSafe for CORE_PRINTER_DRIVERA
impl Send for CORE_PRINTER_DRIVERA
impl Sync for CORE_PRINTER_DRIVERA
impl Unpin for CORE_PRINTER_DRIVERA
impl UnwindSafe for CORE_PRINTER_DRIVERA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more