#[repr(C)]pub struct ProcModuleOffsetsValue {
pub text: u64,
pub rodata: u64,
pub data: u64,
pub bss: u64,
pub base: u64,
pub size: u64,
}Expand description
Value for the pinned proc_module_offsets map.
Fields§
§text: u64§rodata: u64§data: u64§bss: u64§base: u64§size: u64Implementations§
Trait Implementations§
Source§impl Clone for ProcModuleOffsetsValue
impl Clone for ProcModuleOffsetsValue
Source§fn clone(&self) -> ProcModuleOffsetsValue
fn clone(&self) -> ProcModuleOffsetsValue
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 ProcModuleOffsetsValue
Source§impl Debug for ProcModuleOffsetsValue
impl Debug for ProcModuleOffsetsValue
Source§impl Default for ProcModuleOffsetsValue
impl Default for ProcModuleOffsetsValue
Source§fn default() -> ProcModuleOffsetsValue
fn default() -> ProcModuleOffsetsValue
Returns the “default value” for a type. Read more
impl Eq for ProcModuleOffsetsValue
Source§impl PartialEq for ProcModuleOffsetsValue
impl PartialEq for ProcModuleOffsetsValue
impl Pod for ProcModuleOffsetsValue
impl StructuralPartialEq for ProcModuleOffsetsValue
Auto Trait Implementations§
impl Freeze for ProcModuleOffsetsValue
impl RefUnwindSafe for ProcModuleOffsetsValue
impl Send for ProcModuleOffsetsValue
impl Sync for ProcModuleOffsetsValue
impl Unpin for ProcModuleOffsetsValue
impl UnsafeUnpin for ProcModuleOffsetsValue
impl UnwindSafe for ProcModuleOffsetsValue
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.