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],
}
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§
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