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