Struct Const
pub struct Const(/* private fields */);
Implementations§
§impl Const
impl Const
pub const MAX_LEGAL_KEY_CODE: Const
pub const PER_KEY_BIT_ARRAY_SIZE: Const
pub const KEY_NAME_LENGTH: Const
Trait Implementations§
§impl Ord for Const
impl Ord for Const
§impl PartialOrd for Const
impl PartialOrd for Const
impl Copy for Const
impl Eq for Const
impl StructuralPartialEq for Const
Auto Trait Implementations§
impl Freeze for Const
impl RefUnwindSafe for Const
impl Send for Const
impl Sync for Const
impl Unpin for Const
impl UnwindSafe for Const
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