Struct riot_sys::evtimer_event
source · #[repr(C)]pub struct evtimer_event {
pub next: *mut evtimer_event,
pub offset: u32,
}
Expand description
@brief Generic event
Fields§
§next: *mut evtimer_event
< the next event in the queue
offset: u32
< offset in milliseconds from previous event
Trait Implementations§
source§impl Clone for evtimer_event
impl Clone for evtimer_event
source§fn clone(&self) -> evtimer_event
fn clone(&self) -> evtimer_event
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 evtimer_event
impl Debug for evtimer_event
source§impl Default for evtimer_event
impl Default for evtimer_event
impl Copy for evtimer_event
Auto Trait Implementations§
impl RefUnwindSafe for evtimer_event
impl !Send for evtimer_event
impl !Sync for evtimer_event
impl Unpin for evtimer_event
impl UnwindSafe for evtimer_event
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