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