pub struct LocalMemory {
pub mem_id: MemoryID,
}
Expand description
Intermediate Representation of a Local Memory
Fields§
§mem_id: MemoryID
Trait Implementations§
Source§impl Clone for LocalMemory
impl Clone for LocalMemory
Source§fn clone(&self) -> LocalMemory
fn clone(&self) -> LocalMemory
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 moreAuto Trait Implementations§
impl Freeze for LocalMemory
impl RefUnwindSafe for LocalMemory
impl Send for LocalMemory
impl Sync for LocalMemory
impl Unpin for LocalMemory
impl UnwindSafe for LocalMemory
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