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