Struct windows_sys::Win32::Graphics::Printing::PRINTER_NOTIFY_INFO
[−]#[repr(C)]pub struct PRINTER_NOTIFY_INFO {
pub Version: u32,
pub Flags: u32,
pub Count: u32,
pub aData: [PRINTER_NOTIFY_INFO_DATA; 1],
}
Expand description
Required features: ‘Win32_Graphics_Printing’
Fields
Version: u32
Flags: u32
Count: u32
aData: [PRINTER_NOTIFY_INFO_DATA; 1]
Trait Implementations
impl Clone for PRINTER_NOTIFY_INFO
impl Clone for PRINTER_NOTIFY_INFO
impl Copy for PRINTER_NOTIFY_INFO
Auto Trait Implementations
impl RefUnwindSafe for PRINTER_NOTIFY_INFO
impl !Send for PRINTER_NOTIFY_INFO
impl !Sync for PRINTER_NOTIFY_INFO
impl Unpin for PRINTER_NOTIFY_INFO
impl UnwindSafe for PRINTER_NOTIFY_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more