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