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