pub enum Pendstclrselect {
    Value0 = 0,
    Value1 = 1,
}Expand description
SysTick clear-pending bit
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Pendstclrselect
 
impl Clone for Pendstclrselect
Source§fn clone(&self) -> Pendstclrselect
 
fn clone(&self) -> Pendstclrselect
Returns a copy 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 Pendstclrselect
 
impl Debug for Pendstclrselect
Source§impl From<Pendstclrselect> for bool
 
impl From<Pendstclrselect> for bool
Source§fn from(variant: Pendstclrselect) -> Self
 
fn from(variant: Pendstclrselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Pendstclrselect
 
impl PartialEq for Pendstclrselect
impl Copy for Pendstclrselect
impl Eq for Pendstclrselect
impl StructuralPartialEq for Pendstclrselect
Auto Trait Implementations§
impl Freeze for Pendstclrselect
impl RefUnwindSafe for Pendstclrselect
impl Send for Pendstclrselect
impl Sync for Pendstclrselect
impl Unpin for Pendstclrselect
impl UnwindSafe for Pendstclrselect
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