#[repr(C)]pub struct k_queue {
pub data_q: _sflist,
pub lock: k_spinlock,
pub wait_q: _wait_q_t,
pub poll_events: _dnode,
}
Expand description
@}
Fields§
§data_q: _sflist
§lock: k_spinlock
§wait_q: _wait_q_t
§poll_events: _dnode
Trait 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