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