pub enum CecConnectionResultError {
LibInitFailed,
NoAdapterFound,
AdapterOpenFailed,
CallbackRegistrationFailed,
TransmitFailed,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CecConnectionResultError
impl RefUnwindSafe for CecConnectionResultError
impl Send for CecConnectionResultError
impl Sync for CecConnectionResultError
impl Unpin for CecConnectionResultError
impl UnwindSafe for CecConnectionResultError
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