#[repr(C)]
pub struct prctl_mm_map {
Show 14 fields pub start_code: __u64, pub end_code: __u64, pub start_data: __u64, pub end_data: __u64, pub start_brk: __u64, pub brk: __u64, pub start_stack: __u64, pub arg_start: __u64, pub arg_end: __u64, pub env_start: __u64, pub env_end: __u64, pub auxv: *mut __u64, pub auxv_size: __u32, pub exe_fd: __u32,
}

Fields

start_code: __u64end_code: __u64start_data: __u64end_data: __u64start_brk: __u64brk: __u64start_stack: __u64arg_start: __u64arg_end: __u64env_start: __u64env_end: __u64auxv: *mut __u64auxv_size: __u32exe_fd: __u32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.