#[repr(C)]pub struct PRINTER_NOTIFY_INFO_DATA_NotifyData(/* private fields */);
Implementations§
Source§impl PRINTER_NOTIFY_INFO_DATA_NotifyData
impl PRINTER_NOTIFY_INFO_DATA_NotifyData
pub unsafe fn adwData(&self) -> &[DWORD; 2]
pub unsafe fn adwData_mut(&mut self) -> &mut [DWORD; 2]
pub unsafe fn Data(&self) -> &PRINTER_NOTIFY_INFO_DATA_NotifyData_Data
pub unsafe fn Data_mut( &mut self, ) -> &mut PRINTER_NOTIFY_INFO_DATA_NotifyData_Data
Trait Implementations§
Source§impl Clone for PRINTER_NOTIFY_INFO_DATA_NotifyData
impl Clone for PRINTER_NOTIFY_INFO_DATA_NotifyData
Source§fn clone(&self) -> PRINTER_NOTIFY_INFO_DATA_NotifyData
fn clone(&self) -> PRINTER_NOTIFY_INFO_DATA_NotifyData
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_NotifyData
impl Default for PRINTER_NOTIFY_INFO_DATA_NotifyData
Source§fn default() -> PRINTER_NOTIFY_INFO_DATA_NotifyData
fn default() -> PRINTER_NOTIFY_INFO_DATA_NotifyData
Returns the “default value” for a type. Read more
impl Copy for PRINTER_NOTIFY_INFO_DATA_NotifyData
Auto Trait Implementations§
impl Freeze for PRINTER_NOTIFY_INFO_DATA_NotifyData
impl RefUnwindSafe for PRINTER_NOTIFY_INFO_DATA_NotifyData
impl Send for PRINTER_NOTIFY_INFO_DATA_NotifyData
impl Sync for PRINTER_NOTIFY_INFO_DATA_NotifyData
impl Unpin for PRINTER_NOTIFY_INFO_DATA_NotifyData
impl UnwindSafe for PRINTER_NOTIFY_INFO_DATA_NotifyData
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