pub enum VarKeyKind {
Key1,
Key2,
Key4,
Key8,
}Expand description
The kind or length of the variably sized header Key
Variants§
Trait Implementations§
Source§impl Clone for VarKeyKind
impl Clone for VarKeyKind
Source§fn clone(&self) -> VarKeyKind
fn clone(&self) -> VarKeyKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VarKeyKind
Source§impl Debug for VarKeyKind
impl Debug for VarKeyKind
impl Eq for VarKeyKind
Source§impl PartialEq for VarKeyKind
impl PartialEq for VarKeyKind
Source§fn eq(&self, other: &VarKeyKind) -> bool
fn eq(&self, other: &VarKeyKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for VarKeyKind
Auto Trait Implementations§
impl Freeze for VarKeyKind
impl RefUnwindSafe for VarKeyKind
impl Send for VarKeyKind
impl Sync for VarKeyKind
impl Unpin for VarKeyKind
impl UnsafeUnpin for VarKeyKind
impl UnwindSafe for VarKeyKind
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