#[repr(C)]pub struct sys_heap {
pub heap: *mut z_heap,
pub init_mem: *mut c_void,
pub init_bytes: usize,
}
Fields§
§heap: *mut z_heap
§init_mem: *mut c_void
§init_bytes: usize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for sys_heap
impl RefUnwindSafe for sys_heap
impl !Send for sys_heap
impl !Sync for sys_heap
impl Unpin for sys_heap
impl UnwindSafe for sys_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