#[repr(C)]pub struct k_queue {
    pub data_q: sys_sflist_t,
    pub lock: k_spinlock,
    pub wait_q: _wait_q_t,
    pub poll_events: sys_dlist_t,
}Expand description
@}
Fields§
§data_q: sys_sflist_t§lock: k_spinlock§wait_q: _wait_q_t§poll_events: sys_dlist_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for k_queue
impl RefUnwindSafe for k_queue
impl !Send for k_queue
impl !Sync for k_queue
impl Unpin for k_queue
impl UnwindSafe for k_queue
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