pub struct Int144(pub [u8; 18]);
Tuple Fields§
§0: [u8; 18]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Int144
impl RefUnwindSafe for Int144
impl Send for Int144
impl Sync for Int144
impl Unpin for Int144
impl UnwindSafe for Int144
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