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