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