pub struct Unsigned32;Expand description
Marker for unsigned 32-bit formats
Auto Trait Implementations§
impl Freeze for Unsigned32
impl RefUnwindSafe for Unsigned32
impl Send for Unsigned32
impl Sync for Unsigned32
impl Unpin for Unsigned32
impl UnsafeUnpin for Unsigned32
impl UnwindSafe for Unsigned32
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