Struct windows_sys::Win32::Graphics::Printing::PRINTER_NOTIFY_INIT
#[repr(C)]pub struct PRINTER_NOTIFY_INIT {
pub Size: u32,
pub Reserved: u32,
pub PollTime: u32,
}
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§
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