#[repr(C)]pub struct _PRINTER_NOTIFY_OPTIONS_TYPE {
pub Type: WORD,
pub Reserved0: WORD,
pub Reserved1: DWORD,
pub Reserved2: DWORD,
pub Count: DWORD,
pub pFields: PWORD,
}
Fields§
§Type: WORD
§Reserved0: WORD
§Reserved1: DWORD
§Reserved2: DWORD
§Count: DWORD
§pFields: PWORD
Trait Implementations§
Source§impl Clone for _PRINTER_NOTIFY_OPTIONS_TYPE
impl Clone for _PRINTER_NOTIFY_OPTIONS_TYPE
Source§fn clone(&self) -> _PRINTER_NOTIFY_OPTIONS_TYPE
fn clone(&self) -> _PRINTER_NOTIFY_OPTIONS_TYPE
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_NOTIFY_OPTIONS_TYPE
impl Debug for _PRINTER_NOTIFY_OPTIONS_TYPE
Source§impl Ord for _PRINTER_NOTIFY_OPTIONS_TYPE
impl Ord for _PRINTER_NOTIFY_OPTIONS_TYPE
Source§fn cmp(&self, other: &_PRINTER_NOTIFY_OPTIONS_TYPE) -> Ordering
fn cmp(&self, other: &_PRINTER_NOTIFY_OPTIONS_TYPE) -> 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_NOTIFY_OPTIONS_TYPE
impl PartialEq for _PRINTER_NOTIFY_OPTIONS_TYPE
Source§fn eq(&self, other: &_PRINTER_NOTIFY_OPTIONS_TYPE) -> bool
fn eq(&self, other: &_PRINTER_NOTIFY_OPTIONS_TYPE) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for _PRINTER_NOTIFY_OPTIONS_TYPE
impl PartialOrd for _PRINTER_NOTIFY_OPTIONS_TYPE
impl Copy for _PRINTER_NOTIFY_OPTIONS_TYPE
impl Eq for _PRINTER_NOTIFY_OPTIONS_TYPE
impl StructuralPartialEq for _PRINTER_NOTIFY_OPTIONS_TYPE
Auto Trait Implementations§
impl Freeze for _PRINTER_NOTIFY_OPTIONS_TYPE
impl RefUnwindSafe for _PRINTER_NOTIFY_OPTIONS_TYPE
impl !Send for _PRINTER_NOTIFY_OPTIONS_TYPE
impl !Sync for _PRINTER_NOTIFY_OPTIONS_TYPE
impl Unpin for _PRINTER_NOTIFY_OPTIONS_TYPE
impl UnwindSafe for _PRINTER_NOTIFY_OPTIONS_TYPE
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