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