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