#[repr(C)]pub struct M3MemoryInfo {
pub initPages: u32_,
pub maxPages: u32_,
}Fields§
§initPages: u32_§maxPages: u32_Trait Implementations§
Source§impl Clone for M3MemoryInfo
impl Clone for M3MemoryInfo
Source§fn clone(&self) -> M3MemoryInfo
fn clone(&self) -> M3MemoryInfo
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for M3MemoryInfo
Auto Trait Implementations§
impl Freeze for M3MemoryInfo
impl RefUnwindSafe for M3MemoryInfo
impl Send for M3MemoryInfo
impl Sync for M3MemoryInfo
impl Unpin for M3MemoryInfo
impl UnwindSafe for M3MemoryInfo
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