#[repr(C)]pub struct ProcModuleKey {
pub pid: u32,
pub pad: u32,
pub cookie_lo: u32,
pub cookie_hi: u32,
}Expand description
Key for the pinned proc_module_offsets map.
Fields§
§pid: u32§pad: u32Implementations§
Trait Implementations§
Source§impl Clone for ProcModuleKey
impl Clone for ProcModuleKey
Source§fn clone(&self) -> ProcModuleKey
fn clone(&self) -> ProcModuleKey
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 ProcModuleKey
Source§impl Debug for ProcModuleKey
impl Debug for ProcModuleKey
Source§impl Default for ProcModuleKey
impl Default for ProcModuleKey
Source§fn default() -> ProcModuleKey
fn default() -> ProcModuleKey
Returns the “default value” for a type. Read more
impl Eq for ProcModuleKey
Source§impl Hash for ProcModuleKey
impl Hash for ProcModuleKey
Source§impl PartialEq for ProcModuleKey
impl PartialEq for ProcModuleKey
impl StructuralPartialEq for ProcModuleKey
Auto Trait Implementations§
impl Freeze for ProcModuleKey
impl RefUnwindSafe for ProcModuleKey
impl Send for ProcModuleKey
impl Sync for ProcModuleKey
impl Unpin for ProcModuleKey
impl UnsafeUnpin for ProcModuleKey
impl UnwindSafe for ProcModuleKey
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.