#[repr(C)]pub struct _PRINTER_INFO_9W {
pub pDevMode: LPDEVMODEW,
}
Fields§
§pDevMode: LPDEVMODEW
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
Source§impl PartialEq for _PRINTER_INFO_9W
impl PartialEq for _PRINTER_INFO_9W
Source§impl PartialOrd for _PRINTER_INFO_9W
impl PartialOrd for _PRINTER_INFO_9W
impl Copy for _PRINTER_INFO_9W
impl Eq for _PRINTER_INFO_9W
impl StructuralPartialEq for _PRINTER_INFO_9W
Auto Trait Implementations§
impl Freeze for _PRINTER_INFO_9W
impl RefUnwindSafe for _PRINTER_INFO_9W
impl !Send for _PRINTER_INFO_9W
impl !Sync for _PRINTER_INFO_9W
impl Unpin for _PRINTER_INFO_9W
impl UnwindSafe for _PRINTER_INFO_9W
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