#[repr(i32)]pub enum _PRINTER_OPTION_FLAGS {
PRINTER_OPTION_NO_CACHE = 1,
PRINTER_OPTION_CACHE = 2,
PRINTER_OPTION_CLIENT_CHANGE = 4,
PRINTER_OPTION_NO_CLIENT_DATA = 8,
}Variants§
PRINTER_OPTION_NO_CACHE = 1
PRINTER_OPTION_CACHE = 2
PRINTER_OPTION_CLIENT_CHANGE = 4
PRINTER_OPTION_NO_CLIENT_DATA = 8
Trait Implementations§
Source§impl Clone for _PRINTER_OPTION_FLAGS
impl Clone for _PRINTER_OPTION_FLAGS
Source§fn clone(&self) -> _PRINTER_OPTION_FLAGS
fn clone(&self) -> _PRINTER_OPTION_FLAGS
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 Debug for _PRINTER_OPTION_FLAGS
impl Debug for _PRINTER_OPTION_FLAGS
Source§impl Hash for _PRINTER_OPTION_FLAGS
impl Hash for _PRINTER_OPTION_FLAGS
Source§impl PartialEq for _PRINTER_OPTION_FLAGS
impl PartialEq for _PRINTER_OPTION_FLAGS
impl Copy for _PRINTER_OPTION_FLAGS
impl Eq for _PRINTER_OPTION_FLAGS
impl StructuralPartialEq for _PRINTER_OPTION_FLAGS
Auto Trait Implementations§
impl Freeze for _PRINTER_OPTION_FLAGS
impl RefUnwindSafe for _PRINTER_OPTION_FLAGS
impl Send for _PRINTER_OPTION_FLAGS
impl Sync for _PRINTER_OPTION_FLAGS
impl Unpin for _PRINTER_OPTION_FLAGS
impl UnwindSafe for _PRINTER_OPTION_FLAGS
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