pub struct u48(/* private fields */);
Trait Implementations§
impl Copy for u48
impl Eq for u48
impl StructuralPartialEq for u48
Auto Trait Implementations§
impl Freeze for u48
impl RefUnwindSafe for u48
impl Send for u48
impl Sync for u48
impl Unpin for u48
impl UnwindSafe for u48
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