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