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