Union KNONVOLATILE_CONTEXT_POINTERS_0
#[repr(C)]
pub union KNONVOLATILE_CONTEXT_POINTERS_0 {
pub FloatingContext: [*mut M128A; 16],
pub Anonymous: KNONVOLATILE_CONTEXT_POINTERS_0_0,
}
Fields§
§FloatingContext: [*mut M128A; 16]
§Anonymous: KNONVOLATILE_CONTEXT_POINTERS_0_0
Trait Implementations§
§impl Clone for KNONVOLATILE_CONTEXT_POINTERS_0
impl Clone for KNONVOLATILE_CONTEXT_POINTERS_0
§fn clone(&self) -> KNONVOLATILE_CONTEXT_POINTERS_0
fn clone(&self) -> KNONVOLATILE_CONTEXT_POINTERS_0
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 moreimpl Copy for KNONVOLATILE_CONTEXT_POINTERS_0
Auto Trait Implementations§
impl Freeze for KNONVOLATILE_CONTEXT_POINTERS_0
impl RefUnwindSafe for KNONVOLATILE_CONTEXT_POINTERS_0
impl !Send for KNONVOLATILE_CONTEXT_POINTERS_0
impl !Sync for KNONVOLATILE_CONTEXT_POINTERS_0
impl Unpin for KNONVOLATILE_CONTEXT_POINTERS_0
impl UnwindSafe for KNONVOLATILE_CONTEXT_POINTERS_0
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