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