#[repr(C)]pub struct prctl_mm_map {}
Fields§
§start_code: u64
§end_code: u64
§start_data: u64
§end_data: u64
§start_brk: u64
§brk: u64
§start_stack: u64
§arg_start: u64
§arg_end: u64
§env_start: u64
§env_end: u64
§auxv: *mut u64
§auxv_size: u32
§exe_fd: u32
Trait Implementations§
Source§impl Clone for prctl_mm_map
impl Clone for prctl_mm_map
Source§fn clone(&self) -> prctl_mm_map
fn clone(&self) -> prctl_mm_map
Returns a copy 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 prctl_mm_map
impl Debug for prctl_mm_map
impl Copy for prctl_mm_map
Auto Trait Implementations§
impl Freeze for prctl_mm_map
impl RefUnwindSafe for prctl_mm_map
impl !Send for prctl_mm_map
impl !Sync for prctl_mm_map
impl Unpin for prctl_mm_map
impl UnwindSafe for prctl_mm_map
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