[][src]Enum si4703::RdsBlockErrors

pub enum RdsBlockErrors {
    None,
    OneOrTwo,
    ThreeToFive,
    TooMany,
}

RDS block errors

Variants

None

No errors

OneOrTwo

1-2 errors requiring correction.

ThreeToFive

3-5 errors requiring correction.

TooMany

6+ errors or error in checkword. Correction not possible.

Trait Implementations

impl Debug for RdsBlockErrors[src]

impl PartialEq<RdsBlockErrors> for RdsBlockErrors[src]

impl Copy for RdsBlockErrors[src]

impl StructuralPartialEq for RdsBlockErrors[src]

impl Clone for RdsBlockErrors[src]

impl Default for RdsBlockErrors[src]

Auto Trait Implementations

Blanket Implementations

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

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

type Error = !

The type returned in the event of a conversion error.

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

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.

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

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

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

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

type Owned = T

The resulting type after obtaining ownership.