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