pub enum NT_PRFPREG {}
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 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 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
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
)