pub struct ContextMemoryMapping {
pub memory_bits: NumberUnsigned,
/* private fields */
}Expand description
Create a single and packed type for Context memory and it’s mapping to the original memory.
Fields§
§memory_bits: NumberUnsignedImplementations§
Trait Implementations§
Source§impl Clone for ContextMemoryMapping
impl Clone for ContextMemoryMapping
Source§fn clone(&self) -> ContextMemoryMapping
fn clone(&self) -> ContextMemoryMapping
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for ContextMemoryMapping
impl RefUnwindSafe for ContextMemoryMapping
impl Send for ContextMemoryMapping
impl Sync for ContextMemoryMapping
impl Unpin for ContextMemoryMapping
impl UnwindSafe for ContextMemoryMapping
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