#[repr(u8)]pub enum CcVState {
LOWEST = 0,
LOW = 1,
HIGH = 2,
HIGHEST = 3,
}
Variants§
Implementations§
Source§impl TypecVstateCc
impl TypecVstateCc
Trait Implementations§
Source§impl Clone for TypecVstateCc
impl Clone for TypecVstateCc
Source§fn clone(&self) -> TypecVstateCc
fn clone(&self) -> TypecVstateCc
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 TypecVstateCc
impl Debug for TypecVstateCc
Source§impl From<u8> for TypecVstateCc
impl From<u8> for TypecVstateCc
Source§fn from(val: u8) -> TypecVstateCc
fn from(val: u8) -> TypecVstateCc
Converts to this type from the input type.
Source§impl Ord for TypecVstateCc
impl Ord for TypecVstateCc
Source§fn cmp(&self, other: &TypecVstateCc) -> Ordering
fn cmp(&self, other: &TypecVstateCc) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TypecVstateCc
impl PartialEq for TypecVstateCc
Source§impl PartialOrd for TypecVstateCc
impl PartialOrd for TypecVstateCc
impl Copy for TypecVstateCc
impl Eq for TypecVstateCc
impl StructuralPartialEq for TypecVstateCc
Auto Trait Implementations§
impl Freeze for TypecVstateCc
impl RefUnwindSafe for TypecVstateCc
impl Send for TypecVstateCc
impl Sync for TypecVstateCc
impl Unpin for TypecVstateCc
impl UnwindSafe for TypecVstateCc
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