pub struct U(pub usize);
Expand description
Bit count for use in Bitstream::read_u32
.
Tuple Fields§
§0: usize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for U
impl RefUnwindSafe for U
impl Send for U
impl Sync for U
impl Unpin for U
impl UnwindSafe for U
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