Struct windows_sys::Win32::Graphics::Printing::PRINTER_NOTIFY_INIT
[−]Expand description
Required features: "Win32_Graphics_Printing"
Fields
Size: u32
Reserved: u32
PollTime: u32
Trait Implementations
impl Clone for PRINTER_NOTIFY_INIT
impl Clone for PRINTER_NOTIFY_INIT
impl Copy for PRINTER_NOTIFY_INIT
Auto Trait Implementations
impl RefUnwindSafe for PRINTER_NOTIFY_INIT
impl Send for PRINTER_NOTIFY_INIT
impl Sync for PRINTER_NOTIFY_INIT
impl Unpin for PRINTER_NOTIFY_INIT
impl UnwindSafe for PRINTER_NOTIFY_INIT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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