pub struct RayMemory { /* private fields */ }Implementations§
Source§impl RayMemory
impl RayMemory
pub fn from_report(report: &ScanReport) -> Result<Self, MemoryError>
pub fn from_report_with_config( report: &ScanReport, config: &RaysenseConfig, ) -> Result<Self, MemoryError>
pub fn summary(&self) -> MemorySummary
pub fn save_splayed(&self, dir: impl AsRef<Path>) -> Result<(), MemoryError>
Auto Trait Implementations§
impl Freeze for RayMemory
impl RefUnwindSafe for RayMemory
impl !Send for RayMemory
impl !Sync for RayMemory
impl Unpin for RayMemory
impl UnsafeUnpin for RayMemory
impl UnwindSafe for RayMemory
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