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