[][src]Enum cec_rs::CecLogicalAddress

#[repr(i32)]
pub enum CecLogicalAddress {
    Unknown,
    Tv,
    Recordingdevice1,
    Recordingdevice2,
    Tuner1,
    Playbackdevice1,
    Audiosystem,
    Tuner2,
    Tuner3,
    Playbackdevice2,
    Recordingdevice3,
    Tuner4,
    Playbackdevice3,
    Reserved1,
    Reserved2,
    Freeuse,
    Unregistered,
}

Variants

Unknown
Tv
Recordingdevice1
Recordingdevice2
Tuner1
Playbackdevice1
Audiosystem
Tuner2
Tuner3
Playbackdevice2
Recordingdevice3
Tuner4
Playbackdevice3
Reserved1
Reserved2
Freeuse
Unregistered

Trait Implementations

impl Clone for CecLogicalAddress[src]

impl Copy for CecLogicalAddress[src]

impl Eq for CecLogicalAddress[src]

impl PartialEq<CecLogicalAddress> for CecLogicalAddress[src]

impl Debug for CecLogicalAddress[src]

impl Hash for CecLogicalAddress[src]

impl StructuralPartialEq for CecLogicalAddress[src]

impl StructuralEq for CecLogicalAddress[src]

impl ToPrimitive for CecLogicalAddress[src]

impl FromPrimitive for CecLogicalAddress[src]

Auto Trait Implementations

Blanket Implementations

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

impl<T> From<T> for 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.

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]