#[repr(C)]pub struct _CORE_PRINTER_DRIVERA {
pub CoreDriverGUID: GUID,
pub ftDriverDate: FILETIME,
pub dwlDriverVersion: DWORDLONG,
pub szPackageID: [CHAR; 260],
}Fields§
§CoreDriverGUID: GUID§ftDriverDate: FILETIME§dwlDriverVersion: DWORDLONG§szPackageID: [CHAR; 260]Trait Implementations§
Source§impl Clone for _CORE_PRINTER_DRIVERA
impl Clone for _CORE_PRINTER_DRIVERA
Source§fn clone(&self) -> _CORE_PRINTER_DRIVERA
fn clone(&self) -> _CORE_PRINTER_DRIVERA
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for _CORE_PRINTER_DRIVERA
Auto Trait Implementations§
impl Freeze for _CORE_PRINTER_DRIVERA
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§
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