Struct cec_rs::KnownCecLogicalAddress [−][src]
pub struct KnownCecLogicalAddress(_);
Expand description
CecLogicalAddress which does not allow Unknown variant
Implementations
Trait Implementations
Performs the conversion.
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
The type returned in the event of a conversion error.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for KnownCecLogicalAddress
impl Send for KnownCecLogicalAddress
impl Sync for KnownCecLogicalAddress
impl Unpin for KnownCecLogicalAddress
impl UnwindSafe for KnownCecLogicalAddress
Blanket Implementations
Mutably borrows from an owned value. Read more