#[repr(u8)]pub enum Cctrlselect {
Cc100k = 0,
Cc1m = 1,
Cc12m = 2,
}
Expand description
Current Control
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Cctrlselect
impl Clone for Cctrlselect
Source§fn clone(&self) -> Cctrlselect
fn clone(&self) -> Cctrlselect
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 Cctrlselect
impl Debug for Cctrlselect
Source§impl From<Cctrlselect> for u8
impl From<Cctrlselect> for u8
Source§fn from(variant: Cctrlselect) -> Self
fn from(variant: Cctrlselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Cctrlselect
impl PartialEq for Cctrlselect
impl Copy for Cctrlselect
impl Eq for Cctrlselect
impl IsEnum for Cctrlselect
impl StructuralPartialEq for Cctrlselect
Auto Trait Implementations§
impl Freeze for Cctrlselect
impl RefUnwindSafe for Cctrlselect
impl Send for Cctrlselect
impl Sync for Cctrlselect
impl Unpin for Cctrlselect
impl UnwindSafe for Cctrlselect
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