pub struct VarUint32(/* private fields */);
Expand description
Unsigned variable-length integer, limited to 32 bits, represented by at most 5 bytes that may contain padding 0x80 bytes.
Trait Implementations§
source§impl Deserialize for VarUint32
impl Deserialize for VarUint32
source§impl PartialEq for VarUint32
impl PartialEq for VarUint32
impl Copy for VarUint32
impl StructuralPartialEq for VarUint32
Auto Trait Implementations§
impl RefUnwindSafe for VarUint32
impl Send for VarUint32
impl Sync for VarUint32
impl Unpin for VarUint32
impl UnwindSafe for VarUint32
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