Enum cec_rs::LibcecParameterType
source · [−]#[repr(u32)]
pub enum LibcecParameterType {
String,
Unkown,
}
Variants
String
Unkown
Trait Implementations
sourceimpl Clone for LibcecParameterType
impl Clone for LibcecParameterType
sourcefn clone(&self) -> LibcecParameterType
fn clone(&self) -> LibcecParameterType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for LibcecParameterType
impl Debug for LibcecParameterType
sourceimpl From<LibcecParameterType> for u32
impl From<LibcecParameterType> for u32
sourcefn from(enum_value: LibcecParameterType) -> Self
fn from(enum_value: LibcecParameterType) -> Self
Converts to this type from the input type.
sourceimpl Hash for LibcecParameterType
impl Hash for LibcecParameterType
sourceimpl PartialEq<LibcecParameterType> for LibcecParameterType
impl PartialEq<LibcecParameterType> for LibcecParameterType
sourcefn eq(&self, other: &LibcecParameterType) -> bool
fn eq(&self, other: &LibcecParameterType) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourceimpl TryFrom<u32> for LibcecParameterType
impl TryFrom<u32> for LibcecParameterType
impl Copy for LibcecParameterType
impl Eq for LibcecParameterType
impl StructuralEq for LibcecParameterType
impl StructuralPartialEq for LibcecParameterType
Auto Trait Implementations
impl RefUnwindSafe for LibcecParameterType
impl Send for LibcecParameterType
impl Sync for LibcecParameterType
impl Unpin for LibcecParameterType
impl UnwindSafe for LibcecParameterType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more