pub struct PrintInputSelectedRequest {
    pub context: u32,
}Fields§
§context: u32Implementations§
Trait Implementations§
Source§impl Clone for PrintInputSelectedRequest
 
impl Clone for PrintInputSelectedRequest
Source§fn clone(&self) -> PrintInputSelectedRequest
 
fn clone(&self) -> PrintInputSelectedRequest
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 PrintInputSelectedRequest
 
impl Debug for PrintInputSelectedRequest
Source§impl Default for PrintInputSelectedRequest
 
impl Default for PrintInputSelectedRequest
Source§fn default() -> PrintInputSelectedRequest
 
fn default() -> PrintInputSelectedRequest
Returns the “default value” for a type. Read more
Source§impl Hash for PrintInputSelectedRequest
 
impl Hash for PrintInputSelectedRequest
Source§impl Ord for PrintInputSelectedRequest
 
impl Ord for PrintInputSelectedRequest
Source§fn cmp(&self, other: &PrintInputSelectedRequest) -> Ordering
 
fn cmp(&self, other: &PrintInputSelectedRequest) -> 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 PartialOrd for PrintInputSelectedRequest
 
impl PartialOrd for PrintInputSelectedRequest
Source§impl ReplyRequest for PrintInputSelectedRequest
 
impl ReplyRequest for PrintInputSelectedRequest
Source§type Reply = PrintInputSelectedReply
 
type Reply = PrintInputSelectedReply
The kind of reply that this request generates.
Source§impl Request for PrintInputSelectedRequest
 
impl Request for PrintInputSelectedRequest
impl Copy for PrintInputSelectedRequest
impl Eq for PrintInputSelectedRequest
impl StructuralPartialEq for PrintInputSelectedRequest
Auto Trait Implementations§
impl Freeze for PrintInputSelectedRequest
impl RefUnwindSafe for PrintInputSelectedRequest
impl Send for PrintInputSelectedRequest
impl Sync for PrintInputSelectedRequest
impl Unpin for PrintInputSelectedRequest
impl UnwindSafe for PrintInputSelectedRequest
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