Struct x11rb::protocol::xproto::BackPixmap
source · pub struct BackPixmap(bool);
Tuple Fields§
§0: bool
Implementations§
source§impl BackPixmap
impl BackPixmap
pub const NONE: BackPixmap = _
pub const PARENT_RELATIVE: BackPixmap = _
Trait Implementations§
source§impl Clone for BackPixmap
impl Clone for BackPixmap
source§fn clone(&self) -> BackPixmap
fn clone(&self) -> BackPixmap
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 BackPixmap
impl Debug for BackPixmap
source§impl Default for BackPixmap
impl Default for BackPixmap
source§fn default() -> BackPixmap
fn default() -> BackPixmap
Returns the “default value” for a type. Read more
source§impl From<bool> for BackPixmap
impl From<bool> for BackPixmap
source§fn from(value: bool) -> BackPixmap
fn from(value: bool) -> BackPixmap
Converts to this type from the input type.
source§impl Hash for BackPixmap
impl Hash for BackPixmap
source§impl Ord for BackPixmap
impl Ord for BackPixmap
source§fn cmp(&self, other: &BackPixmap) -> Ordering
fn cmp(&self, other: &BackPixmap) -> 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 BackPixmap
impl PartialEq for BackPixmap
source§fn eq(&self, other: &BackPixmap) -> bool
fn eq(&self, other: &BackPixmap) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for BackPixmap
impl PartialOrd for BackPixmap
source§fn partial_cmp(&self, other: &BackPixmap) -> Option<Ordering>
fn partial_cmp(&self, other: &BackPixmap) -> 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 moreimpl Copy for BackPixmap
impl Eq for BackPixmap
impl StructuralPartialEq for BackPixmap
Auto Trait Implementations§
impl Freeze for BackPixmap
impl RefUnwindSafe for BackPixmap
impl Send for BackPixmap
impl Sync for BackPixmap
impl Unpin for BackPixmap
impl UnwindSafe for BackPixmap
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