Struct windows_sys::Win32::Graphics::Printing::PRINTER_NOTIFY_INFO_DATA
#[repr(C)]pub struct PRINTER_NOTIFY_INFO_DATA {
pub Type: u16,
pub Field: u16,
pub Reserved: u32,
pub Id: u32,
pub NotifyData: PRINTER_NOTIFY_INFO_DATA_0,
}
Fields§
§Type: u16
§Field: u16
§Reserved: u32
§Id: u32
§NotifyData: PRINTER_NOTIFY_INFO_DATA_0
Trait Implementations§
§impl Clone for PRINTER_NOTIFY_INFO_DATA
impl Clone for PRINTER_NOTIFY_INFO_DATA
impl Copy for PRINTER_NOTIFY_INFO_DATA
Auto Trait Implementations§
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