#[repr(C)]pub struct M3Memory {
pub mallocated: *mut M3MemoryHeader,
pub numPages: u32_,
pub maxPages: u32_,
}Fields§
§mallocated: *mut M3MemoryHeader§numPages: u32_§maxPages: u32_Trait Implementations§
Auto Trait Implementations§
impl Freeze for M3Memory
impl RefUnwindSafe for M3Memory
impl !Send for M3Memory
impl !Sync for M3Memory
impl Unpin for M3Memory
impl UnwindSafe for M3Memory
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