pub struct VarByteInt(/* private fields */);
Expand description
Variable Byte Integer
Implementations§
Trait Implementations§
Source§impl Clone for VarByteInt
impl Clone for VarByteInt
Source§fn clone(&self) -> VarByteInt
fn clone(&self) -> VarByteInt
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for VarByteInt
impl Debug for VarByteInt
Source§impl Default for VarByteInt
impl Default for VarByteInt
Source§fn default() -> VarByteInt
fn default() -> VarByteInt
Returns the “default value” for a type. Read more
Source§impl Hash for VarByteInt
impl Hash for VarByteInt
Source§impl Ord for VarByteInt
impl Ord for VarByteInt
Source§fn cmp(&self, other: &VarByteInt) -> Ordering
fn cmp(&self, other: &VarByteInt) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for VarByteInt
impl PartialEq for VarByteInt
Source§impl PartialOrd for VarByteInt
impl PartialOrd for VarByteInt
Source§impl TryFrom<u32> for VarByteInt
impl TryFrom<u32> for VarByteInt
impl Copy for VarByteInt
impl Eq for VarByteInt
impl StructuralPartialEq for VarByteInt
Auto Trait Implementations§
impl Freeze for VarByteInt
impl RefUnwindSafe for VarByteInt
impl Send for VarByteInt
impl Sync for VarByteInt
impl Unpin for VarByteInt
impl UnwindSafe for VarByteInt
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