Enum CcVState
#[repr(u8)]pub enum CcVState {
LOWEST = 0,
LOW = 1,
HIGH = 2,
HIGHEST = 3,
}
Variants§
Implementations§
§impl TypecVstateCc
impl TypecVstateCc
pub const fn from_bits(val: u8) -> TypecVstateCc
pub const fn to_bits(self) -> u8
Trait Implementations§
§impl Clone for TypecVstateCc
impl Clone for TypecVstateCc
§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 more§impl From<u8> for TypecVstateCc
impl From<u8> for TypecVstateCc
§fn from(val: u8) -> TypecVstateCc
fn from(val: u8) -> TypecVstateCc
Converts to this type from the input type.
§impl Ord for TypecVstateCc
impl Ord for TypecVstateCc
§impl PartialEq for TypecVstateCc
impl PartialEq for TypecVstateCc
§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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)