Struct linux_raw_sys::v5_11::general::prctl_mm_map[][src]

#[repr(C)]
pub struct prctl_mm_map {
Show 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

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

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.