Struct PRINTER_NOTIFY_OPTIONS_TYPE
#[repr(C)]pub struct PRINTER_NOTIFY_OPTIONS_TYPE {
pub Type: u16,
pub Reserved0: u16,
pub Reserved1: u32,
pub Reserved2: u32,
pub Count: u32,
pub pFields: *mut u16,
}Fields§
§Type: u16§Reserved0: u16§Reserved1: u32§Reserved2: u32§Count: u32§pFields: *mut u16Trait Implementations§
§impl Clone for PRINTER_NOTIFY_OPTIONS_TYPE
impl Clone for PRINTER_NOTIFY_OPTIONS_TYPE
§fn clone(&self) -> PRINTER_NOTIFY_OPTIONS_TYPE
fn clone(&self) -> PRINTER_NOTIFY_OPTIONS_TYPE
Returns a duplicate 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 more§impl Debug for PRINTER_NOTIFY_OPTIONS_TYPE
impl Debug for PRINTER_NOTIFY_OPTIONS_TYPE
§impl Default for PRINTER_NOTIFY_OPTIONS_TYPE
impl Default for PRINTER_NOTIFY_OPTIONS_TYPE
§impl PartialEq for PRINTER_NOTIFY_OPTIONS_TYPE
impl PartialEq for PRINTER_NOTIFY_OPTIONS_TYPE
impl Copy 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