#[repr(C)]pub struct k_heap {
    pub heap: sys_heap,
    pub wait_q: _wait_q_t,
    pub lock: k_spinlock,
}Expand description
@addtogroup heap_apis @{
Fields§
§heap: sys_heap§wait_q: _wait_q_t§lock: k_spinlockTrait Implementations§
Auto Trait Implementations§
impl Freeze for k_heap
impl RefUnwindSafe for k_heap
impl !Send for k_heap
impl !Sync for k_heap
impl Unpin for k_heap
impl UnwindSafe for k_heap
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