pub struct UnsignedVarInt;
Expand description
An unsigned zigzag encoded int.
Trait Implementations§
Source§impl Clone for UnsignedVarInt
impl Clone for UnsignedVarInt
Source§fn clone(&self) -> UnsignedVarInt
fn clone(&self) -> UnsignedVarInt
Returns a copy 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 UnsignedVarInt
impl Debug for UnsignedVarInt
Source§impl Default for UnsignedVarInt
impl Default for UnsignedVarInt
Source§fn default() -> UnsignedVarInt
fn default() -> UnsignedVarInt
Returns the “default value” for a type. Read more
impl Copy for UnsignedVarInt
Auto Trait Implementations§
impl Freeze for UnsignedVarInt
impl RefUnwindSafe for UnsignedVarInt
impl Send for UnsignedVarInt
impl Sync for UnsignedVarInt
impl Unpin for UnsignedVarInt
impl UnwindSafe for UnsignedVarInt
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