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