Struct riot_sys::ble_npl_callout
source · #[repr(C)]pub struct ble_npl_callout {
pub timer: ztimer_t,
pub ticks: ble_npl_time_t,
pub e: ble_npl_event,
pub q: *mut event_queue_t,
}
Fields§
§timer: ztimer_t
§ticks: ble_npl_time_t
§e: ble_npl_event
§q: *mut event_queue_t
Trait Implementations§
source§impl Clone for ble_npl_callout
impl Clone for ble_npl_callout
source§fn clone(&self) -> ble_npl_callout
fn clone(&self) -> ble_npl_callout
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