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