Enum ieee80211::FrameVersion
source · pub enum FrameVersion {
Standard,
Reserved(u8),
}
Variants§
Implementations§
Trait Implementations§
source§impl Clone for FrameVersion
impl Clone for FrameVersion
source§fn clone(&self) -> FrameVersion
fn clone(&self) -> FrameVersion
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 FrameVersion
impl Debug for FrameVersion
source§impl Hash for FrameVersion
impl Hash for FrameVersion
source§impl PartialEq<FrameVersion> for FrameVersion
impl PartialEq<FrameVersion> for FrameVersion
source§fn eq(&self, other: &FrameVersion) -> bool
fn eq(&self, other: &FrameVersion) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for FrameVersion
impl Eq for FrameVersion
impl StructuralEq for FrameVersion
impl StructuralPartialEq for FrameVersion
Auto Trait Implementations§
impl RefUnwindSafe for FrameVersion
impl Send for FrameVersion
impl Sync for FrameVersion
impl Unpin for FrameVersion
impl UnwindSafe for FrameVersion
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