pub struct VLQ(pub usize);Expand description
Variable-length quantity https://en.wikipedia.org/wiki/Variable-length_quantity
Tuple Fields§
§0: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for VLQ
impl RefUnwindSafe for VLQ
impl Send for VLQ
impl Sync for VLQ
impl Unpin for VLQ
impl UnwindSafe for VLQ
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