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