#[repr(C)]pub struct __darwin_mcontext_avx512_64_full {
pub __es: __darwin_x86_exception_state64,
pub __ss: __darwin_x86_thread_full_state64,
pub __fs: __darwin_x86_avx512_state64,
}
Fields§
§__es: __darwin_x86_exception_state64
§__ss: __darwin_x86_thread_full_state64
§__fs: __darwin_x86_avx512_state64
Trait Implementations§
source§impl Clone for __darwin_mcontext_avx512_64_full
impl Clone for __darwin_mcontext_avx512_64_full
source§fn clone(&self) -> __darwin_mcontext_avx512_64_full
fn clone(&self) -> __darwin_mcontext_avx512_64_full
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 __darwin_mcontext_avx512_64_full
Auto Trait Implementations§
impl RefUnwindSafe for __darwin_mcontext_avx512_64_full
impl Send for __darwin_mcontext_avx512_64_full
impl Sync for __darwin_mcontext_avx512_64_full
impl Unpin for __darwin_mcontext_avx512_64_full
impl UnwindSafe for __darwin_mcontext_avx512_64_full
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