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