#[repr(C)]pub struct k_event {
    pub wait_q: _wait_q_t,
    pub events: u32,
    pub lock: k_spinlock,
}Expand description
Event Structure @ingroup event_apis
Fields§
§wait_q: _wait_q_t§events: u32§lock: k_spinlockTrait Implementations§
Auto Trait Implementations§
impl Freeze for k_event
impl RefUnwindSafe for k_event
impl !Send for k_event
impl !Sync for k_event
impl Unpin for k_event
impl UnwindSafe for k_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