#[repr(u8)]pub enum Clk32kclkselSel {
ENUM_0X0 = 0,
ENUM_0X1 = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for Clk32kclkselSel
impl Clone for Clk32kclkselSel
Source§fn clone(&self) -> Clk32kclkselSel
fn clone(&self) -> Clk32kclkselSel
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 moreSource§impl Debug for Clk32kclkselSel
impl Debug for Clk32kclkselSel
Source§impl From<Clk32kclkselSel> for u8
impl From<Clk32kclkselSel> for u8
Source§fn from(val: Clk32kclkselSel) -> u8
fn from(val: Clk32kclkselSel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Clk32kclkselSel
impl From<u8> for Clk32kclkselSel
Source§fn from(val: u8) -> Clk32kclkselSel
fn from(val: u8) -> Clk32kclkselSel
Converts to this type from the input type.
Source§impl Ord for Clk32kclkselSel
impl Ord for Clk32kclkselSel
Source§fn cmp(&self, other: &Clk32kclkselSel) -> Ordering
fn cmp(&self, other: &Clk32kclkselSel) -> 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 Clk32kclkselSel
impl PartialEq for Clk32kclkselSel
Source§impl PartialOrd for Clk32kclkselSel
impl PartialOrd for Clk32kclkselSel
impl Copy for Clk32kclkselSel
impl Eq for Clk32kclkselSel
impl StructuralPartialEq for Clk32kclkselSel
Auto Trait Implementations§
impl Freeze for Clk32kclkselSel
impl RefUnwindSafe for Clk32kclkselSel
impl Send for Clk32kclkselSel
impl Sync for Clk32kclkselSel
impl Unpin for Clk32kclkselSel
impl UnwindSafe for Clk32kclkselSel
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