pub struct Hash160(pub [u8; 20]);
Expand description
160-bit hash for public key addresses
Tuple Fields§
§0: [u8; 20]
Trait Implementations§
impl Copy for Hash160
impl Eq for Hash160
impl StructuralPartialEq for Hash160
Auto Trait Implementations§
impl Freeze for Hash160
impl RefUnwindSafe for Hash160
impl Send for Hash160
impl Sync for Hash160
impl Unpin for Hash160
impl UnwindSafe for Hash160
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