#[repr(C)]pub struct PRINTER_OPTIONSW {
pub cbSize: UINT,
pub dwFlags: DWORD,
}
Fields§
§cbSize: UINT
§dwFlags: DWORD
Trait Implementations§
Source§impl Clone for PRINTER_OPTIONSW
impl Clone for PRINTER_OPTIONSW
Source§fn clone(&self) -> PRINTER_OPTIONSW
fn clone(&self) -> PRINTER_OPTIONSW
Returns a duplicate 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 moreSource§impl Default for PRINTER_OPTIONSW
impl Default for PRINTER_OPTIONSW
Source§fn default() -> PRINTER_OPTIONSW
fn default() -> PRINTER_OPTIONSW
Returns the “default value” for a type. Read more
impl Copy for PRINTER_OPTIONSW
Auto Trait Implementations§
impl Freeze for PRINTER_OPTIONSW
impl RefUnwindSafe for PRINTER_OPTIONSW
impl Send for PRINTER_OPTIONSW
impl Sync for PRINTER_OPTIONSW
impl Unpin for PRINTER_OPTIONSW
impl UnwindSafe for PRINTER_OPTIONSW
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