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