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