pub struct Dot11ActionFixedFields { /* private fields */ }Expand description
Action category fixed field.
Implementations§
Trait Implementations§
Source§impl Clone for Dot11ActionFixedFields
impl Clone for Dot11ActionFixedFields
Source§fn clone(&self) -> Dot11ActionFixedFields
fn clone(&self) -> Dot11ActionFixedFields
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 Dot11ActionFixedFields
Source§impl Debug for Dot11ActionFixedFields
impl Debug for Dot11ActionFixedFields
impl Eq for Dot11ActionFixedFields
Source§impl Hash for Dot11ActionFixedFields
impl Hash for Dot11ActionFixedFields
Source§impl PartialEq for Dot11ActionFixedFields
impl PartialEq for Dot11ActionFixedFields
Source§fn eq(&self, other: &Dot11ActionFixedFields) -> bool
fn eq(&self, other: &Dot11ActionFixedFields) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for Dot11ActionFixedFields
Auto Trait Implementations§
impl Freeze for Dot11ActionFixedFields
impl RefUnwindSafe for Dot11ActionFixedFields
impl Send for Dot11ActionFixedFields
impl Sync for Dot11ActionFixedFields
impl Unpin for Dot11ActionFixedFields
impl UnsafeUnpin for Dot11ActionFixedFields
impl UnwindSafe for Dot11ActionFixedFields
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