Struct riot_sys::ztimer_base
source · #[repr(C)]pub struct ztimer_base {
pub next: *mut ztimer_base_t,
pub offset: u32,
}
Expand description
@brief Minimum information for each timer
Fields§
§next: *mut ztimer_base_t
< next timer in list
offset: u32
< offset from last timer in list
Trait Implementations§
source§impl Clone for ztimer_base
impl Clone for ztimer_base
source§fn clone(&self) -> ztimer_base
fn clone(&self) -> ztimer_base
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 more