pub struct SmapsRollup {
pub memory_map_rollup: MemoryMaps,
}
Fields§
§memory_map_rollup: MemoryMaps
Trait Implementations§
source§impl Debug for SmapsRollup
impl Debug for SmapsRollup
source§impl FromBufRead for SmapsRollup
impl FromBufRead for SmapsRollup
fn from_buf_read<R: BufRead>(r: R) -> ProcResult<Self>
Auto Trait Implementations§
impl Freeze for SmapsRollup
impl RefUnwindSafe for SmapsRollup
impl Send for SmapsRollup
impl Sync for SmapsRollup
impl Unpin for SmapsRollup
impl UnwindSafe for SmapsRollup
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