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