#[repr(C)]pub struct DISPATCHER_CONTEXT_NONVOLREG_ARM64_0 {
pub GpNvRegs: [u64; 11],
pub FpNvRegs: [f64; 8],
}
Expand description
Required features: "Win32_System_SystemServices"
Fields
GpNvRegs: [u64; 11]
FpNvRegs: [f64; 8]
Trait Implementations
impl Copy for DISPATCHER_CONTEXT_NONVOLREG_ARM64_0
Auto Trait Implementations
impl RefUnwindSafe for DISPATCHER_CONTEXT_NONVOLREG_ARM64_0
impl Send for DISPATCHER_CONTEXT_NONVOLREG_ARM64_0
impl Sync for DISPATCHER_CONTEXT_NONVOLREG_ARM64_0
impl Unpin for DISPATCHER_CONTEXT_NONVOLREG_ARM64_0
impl UnwindSafe for DISPATCHER_CONTEXT_NONVOLREG_ARM64_0
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more