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