Struct riot_sys::SysTick_Type
source · [−]Fields
CTRL: u32
LOAD: u32
VAL: u32
CALIB: u32
Trait Implementations
sourceimpl Clone for SysTick_Type
impl Clone for SysTick_Type
sourcefn clone(&self) -> SysTick_Type
fn clone(&self) -> SysTick_Type
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for SysTick_Type
impl Debug for SysTick_Type
sourceimpl Default for SysTick_Type
impl Default for SysTick_Type
sourcefn default() -> SysTick_Type
fn default() -> SysTick_Type
Returns the “default value” for a type. Read more
impl Copy for SysTick_Type
Auto Trait Implementations
impl RefUnwindSafe for SysTick_Type
impl Send for SysTick_Type
impl Sync for SysTick_Type
impl Unpin for SysTick_Type
impl UnwindSafe for SysTick_Type
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more