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
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
)