Struct x11rb_async::protocol::xprint::PrintSetContextRequest
source · pub struct PrintSetContextRequest {
pub context: u32,
}Fields§
§context: u32Implementations§
Trait Implementations§
source§impl Clone for PrintSetContextRequest
impl Clone for PrintSetContextRequest
source§fn clone(&self) -> PrintSetContextRequest
fn clone(&self) -> PrintSetContextRequest
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 PrintSetContextRequest
impl Debug for PrintSetContextRequest
source§impl Default for PrintSetContextRequest
impl Default for PrintSetContextRequest
source§fn default() -> PrintSetContextRequest
fn default() -> PrintSetContextRequest
Returns the “default value” for a type. Read more
source§impl Hash for PrintSetContextRequest
impl Hash for PrintSetContextRequest
source§impl Ord for PrintSetContextRequest
impl Ord for PrintSetContextRequest
source§fn cmp(&self, other: &PrintSetContextRequest) -> Ordering
fn cmp(&self, other: &PrintSetContextRequest) -> 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 PrintSetContextRequest
impl PartialEq for PrintSetContextRequest
source§fn eq(&self, other: &PrintSetContextRequest) -> bool
fn eq(&self, other: &PrintSetContextRequest) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for PrintSetContextRequest
impl PartialOrd for PrintSetContextRequest
source§fn partial_cmp(&self, other: &PrintSetContextRequest) -> Option<Ordering>
fn partial_cmp(&self, other: &PrintSetContextRequest) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl Request for PrintSetContextRequest
impl Request for PrintSetContextRequest
impl Copy for PrintSetContextRequest
impl Eq for PrintSetContextRequest
impl StructuralEq for PrintSetContextRequest
impl StructuralPartialEq for PrintSetContextRequest
impl VoidRequest for PrintSetContextRequest
Auto Trait Implementations§
impl RefUnwindSafe for PrintSetContextRequest
impl Send for PrintSetContextRequest
impl Sync for PrintSetContextRequest
impl Unpin for PrintSetContextRequest
impl UnwindSafe for PrintSetContextRequest
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