Enum cec_rs::TryFromCecKeyPressError [−][src]
pub enum TryFromCecKeyPressError {
UnknownKeycode,
}Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TryFromCecKeyPressError
impl Send for TryFromCecKeyPressError
impl Sync for TryFromCecKeyPressError
impl Unpin for TryFromCecKeyPressError
impl UnwindSafe for TryFromCecKeyPressError
Blanket Implementations
Mutably borrows from an owned value. Read more