pub type ztimer_clock_t = ztimer_clock;
Aliased Type§
struct ztimer_clock_t {
pub list: ztimer_base,
pub ops: *const ztimer_ops_t,
pub last: *mut ztimer_base,
pub adjust_set: u16,
pub adjust_sleep: u16,
pub max_value: u32,
pub lower_last: u32,
pub checkpoint: u32,
}
Fields§
§list: ztimer_base
§ops: *const ztimer_ops_t
§last: *mut ztimer_base
§adjust_set: u16
§adjust_sleep: u16
§max_value: u32
§lower_last: u32
§checkpoint: u32
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 32 bytes
Trait Implementations
Source§impl Clone for ztimer_clock
impl Clone for ztimer_clock
Source§fn clone(&self) -> ztimer_clock
fn clone(&self) -> ztimer_clock
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