pub enum TryFromCecKeyPressError {
UnknownKeycode,
}
Variants§
UnknownKeycode
Trait Implementations§
Source§impl Clone for TryFromCecKeyPressError
impl Clone for TryFromCecKeyPressError
Source§fn clone(&self) -> TryFromCecKeyPressError
fn clone(&self) -> TryFromCecKeyPressError
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TryFromCecKeyPressError
impl Debug for TryFromCecKeyPressError
Source§impl PartialEq for TryFromCecKeyPressError
impl PartialEq for TryFromCecKeyPressError
impl Copy for TryFromCecKeyPressError
impl Eq for TryFromCecKeyPressError
impl StructuralPartialEq for TryFromCecKeyPressError
Auto Trait Implementations§
impl Freeze for TryFromCecKeyPressError
impl RefUnwindSafe for TryFromCecKeyPressError
impl Send for TryFromCecKeyPressError
impl Sync for TryFromCecKeyPressError
impl Unpin for TryFromCecKeyPressError
impl UnwindSafe for TryFromCecKeyPressError
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more