pub struct PrintSetImageResolutionRequest {
    pub context: u32,
    pub image_resolution: u16,
}Fields§
§context: u32§image_resolution: u16Implementations§
Trait Implementations§
Source§impl Clone for PrintSetImageResolutionRequest
 
impl Clone for PrintSetImageResolutionRequest
Source§fn clone(&self) -> PrintSetImageResolutionRequest
 
fn clone(&self) -> PrintSetImageResolutionRequest
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 PrintSetImageResolutionRequest
 
impl Default for PrintSetImageResolutionRequest
Source§fn default() -> PrintSetImageResolutionRequest
 
fn default() -> PrintSetImageResolutionRequest
Returns the “default value” for a type. Read more
Source§impl Ord for PrintSetImageResolutionRequest
 
impl Ord for PrintSetImageResolutionRequest
Source§fn cmp(&self, other: &PrintSetImageResolutionRequest) -> Ordering
 
fn cmp(&self, other: &PrintSetImageResolutionRequest) -> 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 PrintSetImageResolutionRequest
 
impl PartialEq for PrintSetImageResolutionRequest
Source§fn eq(&self, other: &PrintSetImageResolutionRequest) -> bool
 
fn eq(&self, other: &PrintSetImageResolutionRequest) -> bool
Tests for 
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PrintSetImageResolutionRequest
 
impl PartialOrd for PrintSetImageResolutionRequest
Source§impl ReplyRequest for PrintSetImageResolutionRequest
 
impl ReplyRequest for PrintSetImageResolutionRequest
Source§type Reply = PrintSetImageResolutionReply
 
type Reply = PrintSetImageResolutionReply
The kind of reply that this request generates.
impl Copy for PrintSetImageResolutionRequest
impl Eq for PrintSetImageResolutionRequest
impl StructuralPartialEq for PrintSetImageResolutionRequest
Auto Trait Implementations§
impl Freeze for PrintSetImageResolutionRequest
impl RefUnwindSafe for PrintSetImageResolutionRequest
impl Send for PrintSetImageResolutionRequest
impl Sync for PrintSetImageResolutionRequest
impl Unpin for PrintSetImageResolutionRequest
impl UnwindSafe for PrintSetImageResolutionRequest
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