#[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 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 moreSource§impl Debug for _PRINTER_OPTIONSW
impl Debug for _PRINTER_OPTIONSW
Source§impl Ord for _PRINTER_OPTIONSW
impl Ord for _PRINTER_OPTIONSW
Source§fn cmp(&self, other: &_PRINTER_OPTIONSW) -> Ordering
fn cmp(&self, other: &_PRINTER_OPTIONSW) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _PRINTER_OPTIONSW
impl PartialEq for _PRINTER_OPTIONSW
Source§impl PartialOrd for _PRINTER_OPTIONSW
impl PartialOrd for _PRINTER_OPTIONSW
impl Copy for _PRINTER_OPTIONSW
impl Eq for _PRINTER_OPTIONSW
impl StructuralPartialEq 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