#[repr(C)]pub struct _CORE_PRINTER_DRIVERW {
pub CoreDriverGUID: GUID,
pub ftDriverDate: FILETIME,
pub dwlDriverVersion: DWORDLONG,
pub szPackageID: [WCHAR; 260],
}
Fields§
§CoreDriverGUID: GUID
§ftDriverDate: FILETIME
§dwlDriverVersion: DWORDLONG
§szPackageID: [WCHAR; 260]
Trait Implementations§
Source§impl Clone for _CORE_PRINTER_DRIVERW
impl Clone for _CORE_PRINTER_DRIVERW
Source§fn clone(&self) -> _CORE_PRINTER_DRIVERW
fn clone(&self) -> _CORE_PRINTER_DRIVERW
Returns a copy 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 moreSource§impl Debug for _CORE_PRINTER_DRIVERW
impl Debug for _CORE_PRINTER_DRIVERW
Source§impl Ord for _CORE_PRINTER_DRIVERW
impl Ord for _CORE_PRINTER_DRIVERW
Source§fn cmp(&self, other: &_CORE_PRINTER_DRIVERW) -> Ordering
fn cmp(&self, other: &_CORE_PRINTER_DRIVERW) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _CORE_PRINTER_DRIVERW
impl PartialEq for _CORE_PRINTER_DRIVERW
Source§impl PartialOrd for _CORE_PRINTER_DRIVERW
impl PartialOrd for _CORE_PRINTER_DRIVERW
impl Copy for _CORE_PRINTER_DRIVERW
impl Eq for _CORE_PRINTER_DRIVERW
impl StructuralPartialEq for _CORE_PRINTER_DRIVERW
Auto Trait Implementations§
impl Freeze for _CORE_PRINTER_DRIVERW
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§
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