#[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: __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§

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.