pub struct ProcessKey {
pub pid: u32,
pub starttime_ticks: u64,
}Fields§
§pid: u32§starttime_ticks: u64Trait Implementations§
Source§impl Clone for ProcessKey
impl Clone for ProcessKey
Source§fn clone(&self) -> ProcessKey
fn clone(&self) -> ProcessKey
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ProcessKey
Source§impl Debug for ProcessKey
impl Debug for ProcessKey
Source§impl Default for ProcessKey
impl Default for ProcessKey
Source§fn default() -> ProcessKey
fn default() -> ProcessKey
Returns the “default value” for a type. Read more
impl Eq for ProcessKey
Source§impl Hash for ProcessKey
impl Hash for ProcessKey
Source§impl Ord for ProcessKey
impl Ord for ProcessKey
Source§fn cmp(&self, other: &ProcessKey) -> Ordering
fn cmp(&self, other: &ProcessKey) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ProcessKey
impl PartialEq for ProcessKey
Source§fn eq(&self, other: &ProcessKey) -> bool
fn eq(&self, other: &ProcessKey) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ProcessKey
impl PartialOrd for ProcessKey
impl StructuralPartialEq for ProcessKey
Auto Trait Implementations§
impl Freeze for ProcessKey
impl RefUnwindSafe for ProcessKey
impl Send for ProcessKey
impl Sync for ProcessKey
impl Unpin for ProcessKey
impl UnsafeUnpin for ProcessKey
impl UnwindSafe for ProcessKey
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