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