pub type PRINTER_INFO_9W = _PRINTER_INFO_9W;
Aliased Type§
struct PRINTER_INFO_9W {
pub pDevMode: *mut _devicemodeW,
}
Fields§
§pDevMode: *mut _devicemodeW
Trait Implementations
Source§impl Clone for _PRINTER_INFO_9W
impl Clone for _PRINTER_INFO_9W
Source§fn clone(&self) -> _PRINTER_INFO_9W
fn clone(&self) -> _PRINTER_INFO_9W
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 _PRINTER_INFO_9W
impl Debug for _PRINTER_INFO_9W
Source§impl Ord for _PRINTER_INFO_9W
impl Ord for _PRINTER_INFO_9W
Source§fn cmp(&self, other: &_PRINTER_INFO_9W) -> Ordering
fn cmp(&self, other: &_PRINTER_INFO_9W) -> 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