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