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