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