Enum prctl::PrctlMM [] [src]

pub enum PrctlMM {
    PR_SET_MM_START_CODE,
    PR_SET_MM_END_CODE,
    PR_SET_MM_START_DATA,
    PR_SET_MM_END_DATA,
    PR_SET_MM_START_STACK,
    PR_SET_MM_START_BRK,
    PR_SET_MM_BRK,
    PR_SET_MM_ARG_START,
    PR_SET_MM_ARG_END,
    PR_SET_MM_ENV_START,
    PR_SET_MM_ENV_END,
    PR_SET_MM_AUXV,
    PR_SET_MM_EXE_FILE,
}

Variants

Trait Implementations

impl PartialEq for PrctlMM
[src]

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

This method tests for !=.

impl Debug for PrctlMM
[src]

Formats the value using the given formatter.

impl Copy for PrctlMM
[src]

impl Clone for PrctlMM
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more