pub struct SnapshotWithHeader {
pub process_name: String,
pub process_koid: u64,
pub snapshot: Snapshot,
}Expand description
Contains a snapshot along with metadata from its header.
Fields§
§process_name: String§process_koid: u64§snapshot: SnapshotTrait Implementations§
Auto Trait Implementations§
impl Freeze for SnapshotWithHeader
impl RefUnwindSafe for SnapshotWithHeader
impl !Send for SnapshotWithHeader
impl !Sync for SnapshotWithHeader
impl Unpin for SnapshotWithHeader
impl UnwindSafe for SnapshotWithHeader
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