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