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