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