Enum cec_rs::CecProgrammedIndicator [−][src]
#[repr(u32)]
pub enum CecProgrammedIndicator {
NotProgrammed,
Programmed,
}Variants
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for CecProgrammedIndicator
impl Send for CecProgrammedIndicator
impl Sync for CecProgrammedIndicator
impl Unpin for CecProgrammedIndicator
impl UnwindSafe for CecProgrammedIndicator
Blanket Implementations
Mutably borrows from an owned value. Read more