pub struct ConstantMemoryRegion {
pub addr: ConstantMemoryAddress,
pub size: MemorySize,
}Fields§
§addr: ConstantMemoryAddress§size: MemorySizeTrait Implementations§
Source§impl Clone for ConstantMemoryRegion
impl Clone for ConstantMemoryRegion
Source§fn clone(&self) -> ConstantMemoryRegion
fn clone(&self) -> ConstantMemoryRegion
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 moreSource§impl Debug for ConstantMemoryRegion
impl Debug for ConstantMemoryRegion
impl Copy for ConstantMemoryRegion
Auto Trait Implementations§
impl Freeze for ConstantMemoryRegion
impl RefUnwindSafe for ConstantMemoryRegion
impl Send for ConstantMemoryRegion
impl Sync for ConstantMemoryRegion
impl Unpin for ConstantMemoryRegion
impl UnwindSafe for ConstantMemoryRegion
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