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