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