#[repr(C)]pub struct M3Environment {
pub funcTypes: IM3FuncType,
pub pagesReleased: *mut M3CodePage,
}
Fields§
§funcTypes: IM3FuncType
§pagesReleased: *mut M3CodePage
Trait Implementations§
Source§impl Clone for M3Environment
impl Clone for M3Environment
Source§fn clone(&self) -> M3Environment
fn clone(&self) -> M3Environment
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 M3Environment
Auto Trait Implementations§
impl Freeze for M3Environment
impl RefUnwindSafe for M3Environment
impl !Send for M3Environment
impl !Sync for M3Environment
impl Unpin for M3Environment
impl UnwindSafe for M3Environment
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