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