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