#[repr(C)]pub struct PRINTER_NOTIFY_INFO_DATA {
pub Type: WORD,
pub Field: WORD,
pub Reserved: DWORD,
pub Id: DWORD,
pub NotifyData: PRINTER_NOTIFY_INFO_DATA_NotifyData,
}
Fields§
§Type: WORD
§Field: WORD
§Reserved: DWORD
§Id: DWORD
§NotifyData: PRINTER_NOTIFY_INFO_DATA_NotifyData
Trait Implementations§
Source§impl Clone for PRINTER_NOTIFY_INFO_DATA
impl Clone for PRINTER_NOTIFY_INFO_DATA
Source§fn clone(&self) -> PRINTER_NOTIFY_INFO_DATA
fn clone(&self) -> PRINTER_NOTIFY_INFO_DATA
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 moreSource§impl Default for PRINTER_NOTIFY_INFO_DATA
impl Default for PRINTER_NOTIFY_INFO_DATA
Source§fn default() -> PRINTER_NOTIFY_INFO_DATA
fn default() -> PRINTER_NOTIFY_INFO_DATA
Returns the “default value” for a type. Read more
impl Copy for PRINTER_NOTIFY_INFO_DATA
Auto Trait Implementations§
impl Freeze for PRINTER_NOTIFY_INFO_DATA
impl RefUnwindSafe for PRINTER_NOTIFY_INFO_DATA
impl Send for PRINTER_NOTIFY_INFO_DATA
impl Sync for PRINTER_NOTIFY_INFO_DATA
impl Unpin for PRINTER_NOTIFY_INFO_DATA
impl UnwindSafe for PRINTER_NOTIFY_INFO_DATA
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