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