#[repr(isize)]pub enum LibcecVersion {
Current = 393_218,
}
Variants§
Current = 393_218
Implementations§
Source§impl LibcecVersion
impl LibcecVersion
pub fn repr(&self) -> libcec_version
pub fn from_repr(x: libcec_version) -> Option<LibcecVersion>
Trait Implementations§
Source§impl Clone for LibcecVersion
impl Clone for LibcecVersion
Source§fn clone(&self) -> LibcecVersion
fn clone(&self) -> LibcecVersion
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 LibcecVersion
impl Debug for LibcecVersion
Source§impl Hash for LibcecVersion
impl Hash for LibcecVersion
Source§impl PartialEq for LibcecVersion
impl PartialEq for LibcecVersion
impl Copy for LibcecVersion
impl Eq for LibcecVersion
impl StructuralPartialEq for LibcecVersion
Auto Trait Implementations§
impl Freeze for LibcecVersion
impl RefUnwindSafe for LibcecVersion
impl Send for LibcecVersion
impl Sync for LibcecVersion
impl Unpin for LibcecVersion
impl UnwindSafe for LibcecVersion
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