#[repr(C)]pub struct ProcModuleKey {
pub pid: u32,
pub pad: u32,
pub cookie_lo: u32,
pub cookie_hi: u32,
}Expand description
Key for proc_module_offsets map: { pid:u32, pad:u32, cookie_lo:u32, cookie_hi:u32 }
Fields§
§pid: u32§pad: u32Trait 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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ProcModuleKey
impl Debug for ProcModuleKey
impl Copy for ProcModuleKey
impl Pod 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 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