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