Struct BellClass
pub struct BellClass(/* private fields */);
Implementations§
§impl BellClass
impl BellClass
pub const KBD_FEEDBACK_CLASS: BellClass = _
pub const BELL_FEEDBACK_CLASS: BellClass = _
pub const DFLT_XI_CLASS: BellClass = _
Trait Implementations§
§impl Ord for BellClass
impl Ord for BellClass
§impl PartialOrd for BellClass
impl PartialOrd for BellClass
impl 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)