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