Struct windows::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
§fn clone(&self) -> PRINTER_NOTIFY_INIT
fn clone(&self) -> PRINTER_NOTIFY_INIT
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for PRINTER_NOTIFY_INIT
impl Debug for PRINTER_NOTIFY_INIT
§impl Default for PRINTER_NOTIFY_INIT
impl Default for PRINTER_NOTIFY_INIT
§impl PartialEq for PRINTER_NOTIFY_INIT
impl PartialEq for PRINTER_NOTIFY_INIT
§fn eq(&self, other: &PRINTER_NOTIFY_INIT) -> bool
fn eq(&self, other: &PRINTER_NOTIFY_INIT) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for PRINTER_NOTIFY_INIT
impl Eq for PRINTER_NOTIFY_INIT
impl StructuralPartialEq for PRINTER_NOTIFY_INIT
Auto Trait Implementations§
impl Freeze for PRINTER_NOTIFY_INIT
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)