#[repr(C)]pub struct _PRINTER_NOTIFY_OPTIONS {
pub Version: DWORD,
pub Flags: DWORD,
pub Count: DWORD,
pub pTypes: PPRINTER_NOTIFY_OPTIONS_TYPE,
}
Fields§
§Version: DWORD
§Flags: DWORD
§Count: DWORD
§pTypes: PPRINTER_NOTIFY_OPTIONS_TYPE
Trait Implementations§
Source§impl Clone for _PRINTER_NOTIFY_OPTIONS
impl Clone for _PRINTER_NOTIFY_OPTIONS
Source§fn clone(&self) -> _PRINTER_NOTIFY_OPTIONS
fn clone(&self) -> _PRINTER_NOTIFY_OPTIONS
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
impl Debug for _PRINTER_NOTIFY_OPTIONS
Source§impl Ord for _PRINTER_NOTIFY_OPTIONS
impl Ord for _PRINTER_NOTIFY_OPTIONS
Source§fn cmp(&self, other: &_PRINTER_NOTIFY_OPTIONS) -> Ordering
fn cmp(&self, other: &_PRINTER_NOTIFY_OPTIONS) -> 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
impl PartialEq for _PRINTER_NOTIFY_OPTIONS
Source§impl PartialOrd for _PRINTER_NOTIFY_OPTIONS
impl PartialOrd for _PRINTER_NOTIFY_OPTIONS
impl Copy for _PRINTER_NOTIFY_OPTIONS
impl Eq for _PRINTER_NOTIFY_OPTIONS
impl StructuralPartialEq for _PRINTER_NOTIFY_OPTIONS
Auto Trait Implementations§
impl Freeze for _PRINTER_NOTIFY_OPTIONS
impl RefUnwindSafe for _PRINTER_NOTIFY_OPTIONS
impl !Send for _PRINTER_NOTIFY_OPTIONS
impl !Sync for _PRINTER_NOTIFY_OPTIONS
impl Unpin for _PRINTER_NOTIFY_OPTIONS
impl UnwindSafe for _PRINTER_NOTIFY_OPTIONS
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