pub struct DumpRef<'a>(/* private fields */);
Expand description
Reference to a deserialized Dump.
Implementations§
Source§impl<'a> DumpRef<'a>
impl<'a> DumpRef<'a>
Sourcepub fn sqe_process_count(&self) -> Result<u64>
pub fn sqe_process_count(&self) -> Result<u64>
Getter for the sqe_process_count
field.
Sourcepub fn sqe_miss_count(&self) -> Result<u64>
pub fn sqe_miss_count(&self) -> Result<u64>
Getter for the sqe_miss_count
field.
Sourcepub fn user_data_miss_count(&self) -> Result<u64>
pub fn user_data_miss_count(&self) -> Result<u64>
Getter for the user_data_miss_count
field.
Trait Implementations§
Source§impl<'a> ReadAsRoot<'a> for DumpRef<'a>
impl<'a> ReadAsRoot<'a> for DumpRef<'a>
impl<'a> Copy for DumpRef<'a>
Auto Trait Implementations§
impl<'a> Freeze for DumpRef<'a>
impl<'a> RefUnwindSafe for DumpRef<'a>
impl<'a> Send for DumpRef<'a>
impl<'a> Sync for DumpRef<'a>
impl<'a> Unpin for DumpRef<'a>
impl<'a> UnwindSafe for DumpRef<'a>
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