[][src]Enum cec_rs::CecVendorId

#[repr(u32)]
pub enum CecVendorId {
    Toshiba,
    Samsung,
    Denon,
    Marantz,
    Loewe,
    Onkyo,
    Medion,
    Toshiba2,
    PulseEight,
    HarmanKardon2,
    Google,
    Akai,
    Aoc,
    Panasonic,
    Philips,
    Daewoo,
    Yamaha,
    Grundig,
    Pioneer,
    Lg,
    Sharp,
    Sony,
    Broadcom,
    Sharp2,
    Vizio,
    Benq,
    HarmanKardon,
    Unknown,
}

Variants

Toshiba
Samsung
Denon
Marantz
Loewe
Onkyo
Medion
Toshiba2
PulseEight
HarmanKardon2
Google
Akai
Aoc
Panasonic
Philips
Daewoo
Yamaha
Grundig
Pioneer
Lg
Sharp
Sony
Broadcom
Sharp2
Vizio
Benq
HarmanKardon
Unknown

Trait Implementations

impl Clone for CecVendorId[src]

impl Copy for CecVendorId[src]

impl Eq for CecVendorId[src]

impl PartialEq<CecVendorId> for CecVendorId[src]

impl Debug for CecVendorId[src]

impl Hash for CecVendorId[src]

impl StructuralPartialEq for CecVendorId[src]

impl StructuralEq for CecVendorId[src]

impl ToPrimitive for CecVendorId[src]

impl FromPrimitive for CecVendorId[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]