pub struct MemoryRegistrySummary {
pub ranges: Vec<(String, MemoryRange)>,
pub entries: MemoryRegistryView,
}Expand description
MemoryRegistrySummary Summary of memory registry state after initialization.
Fields§
§ranges: Vec<(String, MemoryRange)>§entries: MemoryRegistryViewTrait Implementations§
Auto Trait Implementations§
impl Freeze for MemoryRegistrySummary
impl RefUnwindSafe for MemoryRegistrySummary
impl Send for MemoryRegistrySummary
impl Sync for MemoryRegistrySummary
impl Unpin for MemoryRegistrySummary
impl UnwindSafe for MemoryRegistrySummary
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