Struct x11rb_protocol::protocol::xproto::BackPixmap
source · [−]pub struct BackPixmap(_);
Implementations
sourceimpl BackPixmap
impl BackPixmap
pub const NONE: Self = Self(false)
pub const PARENT_RELATIVE: Self = Self(true)
Trait Implementations
sourceimpl Clone for BackPixmap
impl Clone for BackPixmap
sourcefn clone(&self) -> BackPixmap
fn clone(&self) -> BackPixmap
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for BackPixmap
impl Debug for BackPixmap
sourceimpl Default for BackPixmap
impl Default for BackPixmap
sourcefn default() -> BackPixmap
fn default() -> BackPixmap
Returns the “default value” for a type. Read more
sourceimpl From<BackPixmap> for bool
impl From<BackPixmap> for bool
sourcefn from(input: BackPixmap) -> Self
fn from(input: BackPixmap) -> Self
Converts to this type from the input type.
sourceimpl From<BackPixmap> for Option<bool>
impl From<BackPixmap> for Option<bool>
sourcefn from(input: BackPixmap) -> Self
fn from(input: BackPixmap) -> Self
Converts to this type from the input type.
sourceimpl From<BackPixmap> for u8
impl From<BackPixmap> for u8
sourcefn from(input: BackPixmap) -> Self
fn from(input: BackPixmap) -> Self
Converts to this type from the input type.
sourceimpl From<BackPixmap> for Option<u8>
impl From<BackPixmap> for Option<u8>
sourcefn from(input: BackPixmap) -> Self
fn from(input: BackPixmap) -> Self
Converts to this type from the input type.
sourceimpl From<BackPixmap> for u16
impl From<BackPixmap> for u16
sourcefn from(input: BackPixmap) -> Self
fn from(input: BackPixmap) -> Self
Converts to this type from the input type.
sourceimpl From<BackPixmap> for Option<u16>
impl From<BackPixmap> for Option<u16>
sourcefn from(input: BackPixmap) -> Self
fn from(input: BackPixmap) -> Self
Converts to this type from the input type.
sourceimpl From<BackPixmap> for u32
impl From<BackPixmap> for u32
sourcefn from(input: BackPixmap) -> Self
fn from(input: BackPixmap) -> Self
Converts to this type from the input type.
sourceimpl From<BackPixmap> for Option<u32>
impl From<BackPixmap> for Option<u32>
sourcefn from(input: BackPixmap) -> Self
fn from(input: BackPixmap) -> Self
Converts to this type from the input type.
sourceimpl From<bool> for BackPixmap
impl From<bool> for BackPixmap
sourceimpl Hash for BackPixmap
impl Hash for BackPixmap
sourceimpl Ord for BackPixmap
impl Ord for BackPixmap
sourceimpl PartialEq<BackPixmap> for BackPixmap
impl PartialEq<BackPixmap> for BackPixmap
sourcefn 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 ==
. Read more
sourcefn ne(&self, other: &BackPixmap) -> bool
fn ne(&self, other: &BackPixmap) -> bool
This method tests for !=
.
sourceimpl PartialOrd<BackPixmap> for BackPixmap
impl PartialOrd<BackPixmap> for BackPixmap
sourcefn partial_cmp(&self, other: &BackPixmap) -> Option<Ordering>
fn partial_cmp(&self, other: &BackPixmap) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
1.0.0 · sourcefn 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 more
impl Copy for BackPixmap
impl Eq for BackPixmap
impl StructuralEq for BackPixmap
impl StructuralPartialEq for BackPixmap
Auto Trait Implementations
impl RefUnwindSafe for BackPixmap
impl Send for BackPixmap
impl Sync for BackPixmap
impl Unpin for BackPixmap
impl UnwindSafe for BackPixmap
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more