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