pub struct U14(/* private fields */);
Expand description
A 14-bit integer (0 - 16383).
Implementations§
Trait Implementations§
Source§impl Ord for U14
impl Ord for U14
Source§impl PartialOrd for U14
impl PartialOrd for U14
impl Copy for U14
impl Eq for U14
impl StructuralPartialEq for U14
Auto Trait Implementations§
impl Freeze for U14
impl RefUnwindSafe for U14
impl Send for U14
impl Sync for U14
impl Unpin for U14
impl UnwindSafe for U14
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