#[non_exhaustive]#[repr(u16)]pub enum PT_ENUMFLAGS16_ptrace_requests {
Show 40 variants
PTRACE_SINGLEBLOCK,
PTRACE_SYSEMU_SINGLESTEP,
PTRACE_SYSEMU,
PTRACE_ARCH_PRCTL,
PTRACE_SET_THREAD_AREA,
PTRACE_GET_THREAD_AREA,
PTRACE_OLDSETOPTIONS,
PTRACE_SETFPXREGS,
PTRACE_GETFPXREGS,
PTRACE_SETFPREGS,
PTRACE_GETFPREGS,
PTRACE_SETREGS,
PTRACE_GETREGS,
PTRACE_SETSIGMASK,
PTRACE_GETSIGMASK,
PTRACE_PEEKSIGINFO,
PTRACE_LISTEN,
PTRACE_INTERRUPT,
PTRACE_SEIZE,
PTRACE_SETREGSET,
PTRACE_GETREGSET,
PTRACE_SETSIGINFO,
PTRACE_GETSIGINFO,
PTRACE_GETEVENTMSG,
PTRACE_SETOPTIONS,
PTRACE_SYSCALL,
PTRACE_DETACH,
PTRACE_ATTACH,
PTRACE_SINGLESTEP,
PTRACE_KILL,
PTRACE_CONT,
PTRACE_POKEUSR,
PTRACE_POKEDATA,
PTRACE_POKETEXT,
PTRACE_PEEKUSR,
PTRACE_PEEKDATA,
PTRACE_PEEKTEXT,
PTRACE_TRACEME,
PTRACE_UNKNOWN,
Unknown(usize),
}
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
PTRACE_SINGLEBLOCK
PTRACE_SYSEMU_SINGLESTEP
PTRACE_SYSEMU
PTRACE_ARCH_PRCTL
PTRACE_SET_THREAD_AREA
PTRACE_GET_THREAD_AREA
PTRACE_OLDSETOPTIONS
PTRACE_SETFPXREGS
PTRACE_GETFPXREGS
PTRACE_SETFPREGS
PTRACE_GETFPREGS
PTRACE_SETREGS
PTRACE_GETREGS
PTRACE_SETSIGMASK
PTRACE_GETSIGMASK
PTRACE_PEEKSIGINFO
PTRACE_LISTEN
PTRACE_INTERRUPT
PTRACE_SEIZE
PTRACE_SETREGSET
PTRACE_GETREGSET
PTRACE_SETSIGINFO
PTRACE_GETSIGINFO
PTRACE_GETEVENTMSG
PTRACE_SETOPTIONS
PTRACE_SYSCALL
PTRACE_DETACH
PTRACE_ATTACH
PTRACE_SINGLESTEP
PTRACE_KILL
PTRACE_CONT
PTRACE_POKEUSR
PTRACE_POKEDATA
PTRACE_POKETEXT
PTRACE_PEEKUSR
PTRACE_PEEKDATA
PTRACE_PEEKTEXT
PTRACE_TRACEME
PTRACE_UNKNOWN
Unknown(usize)
Trait Implementations§
source§impl Clone for PT_ENUMFLAGS16_ptrace_requests
impl Clone for PT_ENUMFLAGS16_ptrace_requests
source§fn clone(&self) -> PT_ENUMFLAGS16_ptrace_requests
fn clone(&self) -> PT_ENUMFLAGS16_ptrace_requests
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<'de> Deserialize<'de> for PT_ENUMFLAGS16_ptrace_requests
impl<'de> Deserialize<'de> for PT_ENUMFLAGS16_ptrace_requests
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl<F> Format<F> for PT_ENUMFLAGS16_ptrace_requests
impl<F> Format<F> for PT_ENUMFLAGS16_ptrace_requests
source§impl From<PT_ENUMFLAGS16_ptrace_requests> for u16
impl From<PT_ENUMFLAGS16_ptrace_requests> for u16
source§fn from(val: PT_ENUMFLAGS16_ptrace_requests) -> u16
fn from(val: PT_ENUMFLAGS16_ptrace_requests) -> u16
Converts to this type from the input type.
source§impl From<u16> for PT_ENUMFLAGS16_ptrace_requests
impl From<u16> for PT_ENUMFLAGS16_ptrace_requests
source§impl FromBytes<'_> for PT_ENUMFLAGS16_ptrace_requests
impl FromBytes<'_> for PT_ENUMFLAGS16_ptrace_requests
source§fn from_bytes(buf: &mut &[u8]) -> FromBytesResult<Self>where
Self: Sized,
fn from_bytes(buf: &mut &[u8]) -> FromBytesResult<Self>where
Self: Sized,
Read the binary representation of a field and return the parsed representation Read more
source§fn from_maybe_bytes(buf: Option<&mut &'a [u8]>) -> FromBytesResult<Self>
fn from_maybe_bytes(buf: Option<&mut &'a [u8]>) -> FromBytesResult<Self>
Read the binary representation of a field from a buffer that may or may not exist Read more
source§impl Ord for PT_ENUMFLAGS16_ptrace_requests
impl Ord for PT_ENUMFLAGS16_ptrace_requests
source§fn cmp(&self, other: &PT_ENUMFLAGS16_ptrace_requests) -> Ordering
fn cmp(&self, other: &PT_ENUMFLAGS16_ptrace_requests) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for PT_ENUMFLAGS16_ptrace_requests
impl PartialEq for PT_ENUMFLAGS16_ptrace_requests
source§fn eq(&self, other: &PT_ENUMFLAGS16_ptrace_requests) -> bool
fn eq(&self, other: &PT_ENUMFLAGS16_ptrace_requests) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.source§impl PartialOrd for PT_ENUMFLAGS16_ptrace_requests
impl PartialOrd for PT_ENUMFLAGS16_ptrace_requests
impl Copy for PT_ENUMFLAGS16_ptrace_requests
impl Eq for PT_ENUMFLAGS16_ptrace_requests
impl StructuralPartialEq for PT_ENUMFLAGS16_ptrace_requests
Auto Trait Implementations§
impl Freeze for PT_ENUMFLAGS16_ptrace_requests
impl RefUnwindSafe for PT_ENUMFLAGS16_ptrace_requests
impl Send for PT_ENUMFLAGS16_ptrace_requests
impl Sync for PT_ENUMFLAGS16_ptrace_requests
impl Unpin for PT_ENUMFLAGS16_ptrace_requests
impl UnwindSafe for PT_ENUMFLAGS16_ptrace_requests
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)