Enum cec_rs::LibcecVersion [−][src]
#[repr(u32)]
pub enum LibcecVersion {
Current,
}Expand description
force exporting through swig
Variants
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for LibcecVersion
impl Send for LibcecVersion
impl Sync for LibcecVersion
impl Unpin for LibcecVersion
impl UnwindSafe for LibcecVersion
Blanket Implementations
Mutably borrows from an owned value. Read more