Enum SmpsPrechCurSel
#[repr(u8)]pub enum SmpsPrechCurSel {
B_0X0 = 0,
B_0X1 = 1,
B_0X2 = 2,
B_0X3 = 3,
}Variants§
Implementations§
§impl SmpsPrechCurSel
impl SmpsPrechCurSel
pub const fn from_bits(val: u8) -> SmpsPrechCurSel
pub const fn to_bits(self) -> u8
Trait Implementations§
§impl Clone for SmpsPrechCurSel
impl Clone for SmpsPrechCurSel
§fn clone(&self) -> SmpsPrechCurSel
fn clone(&self) -> SmpsPrechCurSel
Returns a duplicate 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 Debug for SmpsPrechCurSel
impl Debug for SmpsPrechCurSel
§impl From<SmpsPrechCurSel> for u8
impl From<SmpsPrechCurSel> for u8
§fn from(val: SmpsPrechCurSel) -> u8
fn from(val: SmpsPrechCurSel) -> u8
Converts to this type from the input type.
§impl From<u8> for SmpsPrechCurSel
impl From<u8> for SmpsPrechCurSel
§fn from(val: u8) -> SmpsPrechCurSel
fn from(val: u8) -> SmpsPrechCurSel
Converts to this type from the input type.
§impl Ord for SmpsPrechCurSel
impl Ord for SmpsPrechCurSel
§impl PartialEq for SmpsPrechCurSel
impl PartialEq for SmpsPrechCurSel
§impl PartialOrd for SmpsPrechCurSel
impl PartialOrd for SmpsPrechCurSel
impl Copy for SmpsPrechCurSel
impl Eq for SmpsPrechCurSel
impl StructuralPartialEq for SmpsPrechCurSel
Auto Trait Implementations§
impl Freeze for SmpsPrechCurSel
impl RefUnwindSafe for SmpsPrechCurSel
impl Send for SmpsPrechCurSel
impl Sync for SmpsPrechCurSel
impl Unpin for SmpsPrechCurSel
impl UnwindSafe for SmpsPrechCurSel
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