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