pub struct PrintStartDocRequest {
    pub driver_mode: u8,
}Fields§
§driver_mode: u8Implementations§
Trait Implementations§
Source§impl Clone for PrintStartDocRequest
 
impl Clone for PrintStartDocRequest
Source§fn clone(&self) -> PrintStartDocRequest
 
fn clone(&self) -> PrintStartDocRequest
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 PrintStartDocRequest
 
impl Debug for PrintStartDocRequest
Source§impl Default for PrintStartDocRequest
 
impl Default for PrintStartDocRequest
Source§fn default() -> PrintStartDocRequest
 
fn default() -> PrintStartDocRequest
Returns the “default value” for a type. Read more
Source§impl Hash for PrintStartDocRequest
 
impl Hash for PrintStartDocRequest
Source§impl Ord for PrintStartDocRequest
 
impl Ord for PrintStartDocRequest
Source§fn cmp(&self, other: &PrintStartDocRequest) -> Ordering
 
fn cmp(&self, other: &PrintStartDocRequest) -> 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 PrintStartDocRequest
 
impl PartialEq for PrintStartDocRequest
Source§impl PartialOrd for PrintStartDocRequest
 
impl PartialOrd for PrintStartDocRequest
Source§impl Request for PrintStartDocRequest
 
impl Request for PrintStartDocRequest
impl Copy for PrintStartDocRequest
impl Eq for PrintStartDocRequest
impl StructuralPartialEq for PrintStartDocRequest
impl VoidRequest for PrintStartDocRequest
Auto Trait Implementations§
impl Freeze for PrintStartDocRequest
impl RefUnwindSafe for PrintStartDocRequest
impl Send for PrintStartDocRequest
impl Sync for PrintStartDocRequest
impl Unpin for PrintStartDocRequest
impl UnwindSafe for PrintStartDocRequest
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