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