pub struct u2 { /* private fields */ }
Available on crate feature
int-unstable
only.Expand description
2-bit unsigned integer
Auto Trait Implementations§
impl Freeze for u2
impl RefUnwindSafe for u2
impl Send for u2
impl Sync for u2
impl Unpin for u2
impl UnwindSafe for u2
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