pub struct I24(/* private fields */);Expand description
New type for signed integers that stores 24-bit numbers
Implementations§
Trait Implementations§
impl Copy for I24
impl Eq for I24
impl StructuralPartialEq for I24
Auto Trait Implementations§
impl Freeze for I24
impl RefUnwindSafe for I24
impl Send for I24
impl Sync for I24
impl Unpin for I24
impl UnsafeUnpin for I24
impl UnwindSafe for I24
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