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