Struct libc_extra::android_linux::sys::prctl::prctl_mm_map
[−]
[src]
pub struct prctl_mm_map {
pub start_code: uint64_t,
pub end_code: uint64_t,
pub start_data: uint64_t,
pub end_data: uint64_t,
pub start_brk: uint64_t,
pub brk: uint64_t,
pub start_stack: uint64_t,
pub arg_start: uint64_t,
pub arg_end: uint64_t,
pub env_start: uint64_t,
pub env_end: uint64_t,
pub auxv: *mut uint64_t,
pub auxv_size: uint32_t,
pub exe_fd: uint32_t,
}Fields
start_code: uint64_t
end_code: uint64_t
start_data: uint64_t
end_data: uint64_t
start_brk: uint64_t
brk: uint64_t
start_stack: uint64_t
arg_start: uint64_t
arg_end: uint64_t
env_start: uint64_t
env_end: uint64_t
auxv: *mut uint64_t
auxv_size: uint32_t
exe_fd: uint32_t
Trait Implementations
impl Debug for prctl_mm_map[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl PartialEq for prctl_mm_map[src]
fn eq(&self, __arg_0: &prctl_mm_map) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &prctl_mm_map) -> bool[src]
This method tests for !=.
impl Eq for prctl_mm_map[src]
impl PartialOrd for prctl_mm_map[src]
fn partial_cmp(&self, __arg_0: &prctl_mm_map) -> Option<Ordering>[src]
This method returns an ordering between self and other values if one exists. Read more
fn lt(&self, __arg_0: &prctl_mm_map) -> bool[src]
This method tests less than (for self and other) and is used by the < operator. Read more
fn le(&self, __arg_0: &prctl_mm_map) -> bool[src]
This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
fn gt(&self, __arg_0: &prctl_mm_map) -> bool[src]
This method tests greater than (for self and other) and is used by the > operator. Read more
fn ge(&self, __arg_0: &prctl_mm_map) -> bool[src]
This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
impl Ord for prctl_mm_map[src]
fn cmp(&self, __arg_0: &prctl_mm_map) -> Ordering[src]
This method returns an Ordering between self and other. Read more
fn max(self, other: Self) -> Self1.21.0[src]
Compares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self1.21.0[src]
Compares and returns the minimum of two values. Read more