pub enum PrctlMM {
Show 13 variants
PR_SET_MM_START_CODE = 1,
PR_SET_MM_END_CODE = 2,
PR_SET_MM_START_DATA = 3,
PR_SET_MM_END_DATA = 4,
PR_SET_MM_START_STACK = 5,
PR_SET_MM_START_BRK = 6,
PR_SET_MM_BRK = 7,
PR_SET_MM_ARG_START = 8,
PR_SET_MM_ARG_END = 9,
PR_SET_MM_ENV_START = 10,
PR_SET_MM_ENV_END = 11,
PR_SET_MM_AUXV = 12,
PR_SET_MM_EXE_FILE = 13,
}Variants§
PR_SET_MM_START_CODE = 1
PR_SET_MM_END_CODE = 2
PR_SET_MM_START_DATA = 3
PR_SET_MM_END_DATA = 4
PR_SET_MM_START_STACK = 5
PR_SET_MM_START_BRK = 6
PR_SET_MM_BRK = 7
PR_SET_MM_ARG_START = 8
PR_SET_MM_ARG_END = 9
PR_SET_MM_ENV_START = 10
PR_SET_MM_ENV_END = 11
PR_SET_MM_AUXV = 12
PR_SET_MM_EXE_FILE = 13
Trait Implementations§
impl Copy for PrctlMM
impl StructuralPartialEq for PrctlMM
Auto Trait Implementations§
impl Freeze for PrctlMM
impl RefUnwindSafe for PrctlMM
impl Send for PrctlMM
impl Sync for PrctlMM
impl Unpin for PrctlMM
impl UnwindSafe for PrctlMM
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more