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