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