Struct riot_sys::evtimer_mbox_event_t
source · #[repr(C)]pub struct evtimer_mbox_event_t {
pub event: evtimer_event_t,
pub msg: msg_t,
pub mbox: *mut mbox_t,
}
Expand description
@brief Message box event definition.
Fields§
§event: evtimer_event_t
< event base class
msg: msg_t
< message to store in mbox on event
mbox: *mut mbox_t
< mbox the IPC message shall be stored
Trait Implementations§
source§impl Clone for evtimer_mbox_event_t
impl Clone for evtimer_mbox_event_t
source§fn clone(&self) -> evtimer_mbox_event_t
fn clone(&self) -> evtimer_mbox_event_t
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_mbox_event_t
impl Debug for evtimer_mbox_event_t
source§impl Default for evtimer_mbox_event_t
impl Default for evtimer_mbox_event_t
impl Copy for evtimer_mbox_event_t
Auto Trait Implementations§
impl RefUnwindSafe for evtimer_mbox_event_t
impl !Send for evtimer_mbox_event_t
impl !Sync for evtimer_mbox_event_t
impl Unpin for evtimer_mbox_event_t
impl UnwindSafe for evtimer_mbox_event_t
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