#[repr(isize)]pub enum LibcecAlert {
ServiceDevice = 0,
ConnectionLost = 1,
PermissionError = 2,
PortBusy = 3,
PhysicalAddressError = 4,
TvPollFailed = 5,
}
Variants§
ServiceDevice = 0
ConnectionLost = 1
PermissionError = 2
PortBusy = 3
PhysicalAddressError = 4
TvPollFailed = 5
Implementations§
Source§impl LibcecAlert
impl LibcecAlert
pub fn repr(&self) -> libcec_alert
pub fn from_repr(x: libcec_alert) -> Option<LibcecAlert>
Trait Implementations§
Source§impl Clone for LibcecAlert
impl Clone for LibcecAlert
Source§fn clone(&self) -> LibcecAlert
fn clone(&self) -> LibcecAlert
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 LibcecAlert
impl Debug for LibcecAlert
Source§impl Hash for LibcecAlert
impl Hash for LibcecAlert
Source§impl PartialEq for LibcecAlert
impl PartialEq for LibcecAlert
impl Copy for LibcecAlert
impl Eq for LibcecAlert
impl StructuralPartialEq for LibcecAlert
Auto Trait Implementations§
impl Freeze for LibcecAlert
impl RefUnwindSafe for LibcecAlert
impl Send for LibcecAlert
impl Sync for LibcecAlert
impl Unpin for LibcecAlert
impl UnwindSafe for LibcecAlert
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