Struct x11rb::protocol::xinput::FeedbackClass   
source · pub struct FeedbackClass(/* private fields */);Implementations§
source§impl FeedbackClass
 
impl FeedbackClass
pub const KEYBOARD: FeedbackClass = _
pub const POINTER: FeedbackClass = _
pub const STRING: FeedbackClass = _
pub const INTEGER: FeedbackClass = _
pub const LED: FeedbackClass = _
pub const BELL: FeedbackClass = _
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<u8> for FeedbackClass
 
impl From<u8> for FeedbackClass
source§fn from(value: u8) -> FeedbackClass
 
fn from(value: u8) -> FeedbackClass
Converts to this type from the input type.
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