[][src]Struct radiotap::field::LockQuality

pub struct LockQuality(_);

Quality of Barker code lock, unitless.

Monotonically nondecreasing with "better" lock strength. Called "Signal Quality" in datasheets.

Implementations

impl LockQuality[src]

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

Consumes this field and returns the underlying value.

Trait Implementations

impl Clone for LockQuality[src]

impl Copy for LockQuality[src]

impl Debug for LockQuality[src]

impl Eq for LockQuality[src]

impl From<u16> for LockQuality[src]

impl FromBytes for LockQuality[src]

type Error = Error

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

impl Hash for LockQuality[src]

impl Ord for LockQuality[src]

impl PartialEq<LockQuality> for LockQuality[src]

impl PartialOrd<LockQuality> for LockQuality[src]

impl StructuralEq for LockQuality[src]

impl StructuralPartialEq for LockQuality[src]

Auto Trait Implementations

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.