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