pub enum NT_PRSTATUS {}
Available on crate feature
ptrace
only.Expand description
General-purpose registers.
Trait Implementations§
Source§impl Clone for NT_PRSTATUS
impl Clone for NT_PRSTATUS
Source§fn clone(&self) -> NT_PRSTATUS
fn clone(&self) -> NT_PRSTATUS
Returns a duplicate 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 NT_PRSTATUS
impl Debug for NT_PRSTATUS
Source§impl RegisterSet for NT_PRSTATUS
impl RegisterSet for NT_PRSTATUS
Source§const VALUE: RegisterSetValue = RegisterSetValue::NT_PRSTATUS
const VALUE: RegisterSetValue = RegisterSetValue::NT_PRSTATUS
Corresponding type of registers in the kernel.
Source§type Regs = user_regs_struct
type Regs = user_regs_struct
Struct representing the register space.
impl Copy for NT_PRSTATUS
Auto Trait Implementations§
impl Freeze for NT_PRSTATUS
impl RefUnwindSafe for NT_PRSTATUS
impl Send for NT_PRSTATUS
impl Sync for NT_PRSTATUS
impl Unpin for NT_PRSTATUS
impl UnwindSafe for NT_PRSTATUS
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