pub struct BellClass(u16);
Tuple Fields§
§0: u16
Implementations§
source§impl BellClass
impl BellClass
pub const KBD_FEEDBACK_CLASS: BellClass = _
pub const BELL_FEEDBACK_CLASS: BellClass = _
pub const DFLT_XI_CLASS: BellClass = _
Trait Implementations§
source§impl Ord for BellClass
impl Ord for BellClass
source§impl PartialEq for BellClass
impl PartialEq for BellClass
source§impl PartialOrd for BellClass
impl PartialOrd for BellClass
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 BellClass
impl Eq for BellClass
impl StructuralPartialEq for BellClass
Auto Trait Implementations§
impl Freeze for BellClass
impl RefUnwindSafe for BellClass
impl Send for BellClass
impl Sync for BellClass
impl Unpin for BellClass
impl UnwindSafe for BellClass
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