[][src]Struct radiotap::field::Antenna

pub struct Antenna(_);

The antenna index.

Unitless indication of the Rx/Tx antenna for this packet. The first antenna is antenna zero.

Implementations

impl Antenna[src]

pub const fn into_inner(self) -> u8[src]

Consumes this field and returns the underlying value.

Trait Implementations

impl Clone for Antenna[src]

impl Copy for Antenna[src]

impl Debug for Antenna[src]

impl Eq for Antenna[src]

impl From<u8> for Antenna[src]

impl FromBytes for Antenna[src]

type Error = Error

The associated error which can be returned from parsing. Read more

impl Hash for Antenna[src]

impl Ord for Antenna[src]

impl PartialEq<Antenna> for Antenna[src]

impl PartialOrd<Antenna> for Antenna[src]

impl StructuralEq for Antenna[src]

impl StructuralPartialEq for Antenna[src]

Auto Trait Implementations

impl RefUnwindSafe for Antenna

impl Send for Antenna

impl Sync for Antenna

impl Unpin for Antenna

impl UnwindSafe for Antenna

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.