Enum cec_rs::CecNotProgrammedErrorInfo [−][src]
#[repr(u32)]
pub enum CecNotProgrammedErrorInfo {
Show 14 variants
FutureUse,
NoFreeTimerAvailable,
DateOutOfRange,
RecordingSequenceError,
InvalidExternalPlugNumber,
InvalidExternalPhysicalAddress,
CaSystemNotSupported,
NoOrInsufficientCaEntitlements,
DoesNotSupportResolution,
ParentalLockOn,
ClockFailure,
ReservedForFutureUseStart,
ReservedForFutureUseEnd,
DuplicateAlreadyProgrammed,
}Variants
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for CecNotProgrammedErrorInfo
impl Send for CecNotProgrammedErrorInfo
impl Sync for CecNotProgrammedErrorInfo
impl Unpin for CecNotProgrammedErrorInfo
impl UnwindSafe for CecNotProgrammedErrorInfo
Blanket Implementations
Mutably borrows from an owned value. Read more