#[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 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_DRIVERA
impl Debug for _CORE_PRINTER_DRIVERA
Source§impl Ord for _CORE_PRINTER_DRIVERA
impl Ord for _CORE_PRINTER_DRIVERA
Source§fn cmp(&self, other: &_CORE_PRINTER_DRIVERA) -> Ordering
fn cmp(&self, other: &_CORE_PRINTER_DRIVERA) -> 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_DRIVERA
impl PartialEq for _CORE_PRINTER_DRIVERA
Source§impl PartialOrd for _CORE_PRINTER_DRIVERA
impl PartialOrd for _CORE_PRINTER_DRIVERA
impl Copy for _CORE_PRINTER_DRIVERA
impl Eq for _CORE_PRINTER_DRIVERA
impl StructuralPartialEq 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