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]
impl PartialEq for prctl_mm_map[src]
fn eq(&self, __arg_0: &prctl_mm_map) -> bool
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
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>
This method returns an ordering between self and other values if one exists. Read more
fn lt(&self, __arg_0: &prctl_mm_map) -> bool
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
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
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
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
This method returns an Ordering between self and other. Read more
impl Hash for prctl_mm_map[src]
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
Feeds this value into the state given, updating the hasher as necessary.
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher1.3.0
Feeds a slice of this type into the state provided.