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