Enum nix::sys::ptrace::RegisterSetValue
source · #[non_exhaustive]#[repr(i32)]pub enum RegisterSetValue {
NT_PRSTATUS = 1,
NT_PRFPREG = 2,
NT_PRPSINFO = 3,
NT_TASKSTRUCT = 4,
NT_AUXV = 6,
}
Expand description
Defines a specific register set, as used in PTRACE_GETREGSET
and PTRACE_SETREGSET
.
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.
Trait Implementations§
source§impl Clone for RegisterSetValue
impl Clone for RegisterSetValue
source§fn clone(&self) -> RegisterSetValue
fn clone(&self) -> RegisterSetValue
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 Debug for RegisterSetValue
impl Debug for RegisterSetValue
source§impl Hash for RegisterSetValue
impl Hash for RegisterSetValue
source§impl Ord for RegisterSetValue
impl Ord for RegisterSetValue
source§fn cmp(&self, other: &RegisterSetValue) -> Ordering
fn cmp(&self, other: &RegisterSetValue) -> 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 RegisterSetValue
impl PartialEq for RegisterSetValue
source§impl PartialOrd for RegisterSetValue
impl PartialOrd for RegisterSetValue
impl Copy for RegisterSetValue
impl Eq for RegisterSetValue
impl StructuralPartialEq for RegisterSetValue
Auto Trait Implementations§
impl Freeze for RegisterSetValue
impl RefUnwindSafe for RegisterSetValue
impl Send for RegisterSetValue
impl Sync for RegisterSetValue
impl Unpin for RegisterSetValue
impl UnwindSafe for RegisterSetValue
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
)