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