Enum s2protocol::versions::protocol87702::bit_packed::SVarUint32
source · pub enum SVarUint32 {
MUint6(Uint6),
MUint14(Uint14),
MUint22(Uint22),
MUint32(Uint32),
}Variants§
Implementations§
source§impl SVarUint32
impl SVarUint32
Trait Implementations§
source§impl Clone for SVarUint32
impl Clone for SVarUint32
source§fn clone(&self) -> SVarUint32
fn clone(&self) -> SVarUint32
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 SVarUint32
impl Debug for SVarUint32
source§impl PartialEq for SVarUint32
impl PartialEq for SVarUint32
source§fn eq(&self, other: &SVarUint32) -> bool
fn eq(&self, other: &SVarUint32) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for SVarUint32
Auto Trait Implementations§
impl RefUnwindSafe for SVarUint32
impl Send for SVarUint32
impl Sync for SVarUint32
impl Unpin for SVarUint32
impl UnwindSafe for SVarUint32
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