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