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 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 VarKeyKind
impl Debug for VarKeyKind
Source§impl PartialEq for VarKeyKind
impl PartialEq for VarKeyKind
impl Copy for VarKeyKind
impl Eq for VarKeyKind
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 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