pub enum VarUInt {
U8(u8),
U16(u16),
U32(u32),
U64(u64),
U128(u128),
}Variants§
Implementations§
Trait Implementations§
source§impl AddAssign for VarUInt
impl AddAssign for VarUInt
source§fn add_assign(&mut self, other: Self)
fn add_assign(&mut self, other: Self)
Performs the
+= operation. Read moresource§impl BitAndAssign for VarUInt
impl BitAndAssign for VarUInt
source§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&= operation. Read moresource§impl BitOrAssign for VarUInt
impl BitOrAssign for VarUInt
source§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|= operation. Read moresource§impl BitXorAssign for VarUInt
impl BitXorAssign for VarUInt
source§fn bitxor_assign(&mut self, other: Self)
fn bitxor_assign(&mut self, other: Self)
Performs the
^= operation. Read moresource§impl DivAssign for VarUInt
impl DivAssign for VarUInt
source§fn div_assign(&mut self, other: Self)
fn div_assign(&mut self, other: Self)
Performs the
/= operation. Read moresource§impl MulAssign for VarUInt
impl MulAssign for VarUInt
source§fn mul_assign(&mut self, other: Self)
fn mul_assign(&mut self, other: Self)
Performs the
*= operation. Read moresource§impl PartialEq for VarUInt
impl PartialEq for VarUInt
source§impl RemAssign for VarUInt
impl RemAssign for VarUInt
source§fn rem_assign(&mut self, other: Self)
fn rem_assign(&mut self, other: Self)
Performs the
%= operation. Read moresource§impl ShlAssign for VarUInt
impl ShlAssign for VarUInt
source§fn shl_assign(&mut self, other: Self)
fn shl_assign(&mut self, other: Self)
Performs the
<<= operation. Read moresource§impl ShrAssign for VarUInt
impl ShrAssign for VarUInt
source§fn shr_assign(&mut self, other: Self)
fn shr_assign(&mut self, other: Self)
Performs the
>>= operation. Read moresource§impl SubAssign for VarUInt
impl SubAssign for VarUInt
source§fn sub_assign(&mut self, other: Self)
fn sub_assign(&mut self, other: Self)
Performs the
-= operation. Read moreimpl Copy for VarUInt
impl StructuralPartialEq for VarUInt
Auto Trait Implementations§
impl Freeze for VarUInt
impl RefUnwindSafe for VarUInt
impl Send for VarUInt
impl Sync for VarUInt
impl Unpin for VarUInt
impl UnwindSafe for VarUInt
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)