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

Trait Implementations

impl Debug for prctl_mm_map
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for prctl_mm_map
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for prctl_mm_map
[src]

impl PartialOrd for prctl_mm_map
[src]

[src]

This method returns an ordering between self and other values if one exists. Read more

[src]

This method tests less than (for self and other) and is used by the < operator. Read more

[src]

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

[src]

This method tests greater than (for self and other) and is used by the > operator. Read more

[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]

[src]

This method returns an Ordering between self and other. Read more

1.21.0
[src]

Compares and returns the maximum of two values. Read more

1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Hash for prctl_mm_map
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

impl !Send for prctl_mm_map

impl !Sync for prctl_mm_map