pub struct SBMemoryRegionInfoList {
pub raw: SBMemoryRegionInfoListRef,
}Expand description
A list of memory regions.
This is returned from
SBProcess::get_memory_regions().
Fields§
§raw: SBMemoryRegionInfoListRefThe underlying raw SBMemoryRegionInfoListRef.
Implementations§
Source§impl SBMemoryRegionInfoList
impl SBMemoryRegionInfoList
pub fn append(&self, region: SBMemoryRegionInfo)
pub fn append_list(&self, region_list: SBMemoryRegionInfoList)
Sourcepub fn iter(&self) -> SBMemoryRegionInfoListIter<'_> ⓘ
pub fn iter(&self) -> SBMemoryRegionInfoListIter<'_> ⓘ
Iterate over this memory region list.
Trait Implementations§
Source§impl Clone for SBMemoryRegionInfoList
impl Clone for SBMemoryRegionInfoList
Source§impl Debug for SBMemoryRegionInfoList
impl Debug for SBMemoryRegionInfoList
Source§impl Drop for SBMemoryRegionInfoList
impl Drop for SBMemoryRegionInfoList
Source§impl<'d> IntoIterator for &'d SBMemoryRegionInfoList
impl<'d> IntoIterator for &'d SBMemoryRegionInfoList
impl Send for SBMemoryRegionInfoList
impl Sync for SBMemoryRegionInfoList
Auto Trait Implementations§
impl Freeze for SBMemoryRegionInfoList
impl RefUnwindSafe for SBMemoryRegionInfoList
impl Unpin for SBMemoryRegionInfoList
impl UnwindSafe for SBMemoryRegionInfoList
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