#[repr(C)]#[repr(align(16))]pub struct __darwin_arm_neon_state {
pub __v: [__uint128_t; 16],
pub __fpsr: __uint32_t,
pub __fpcr: __uint32_t,
}
Fields§
§__v: [__uint128_t; 16]
§__fpsr: __uint32_t
§__fpcr: __uint32_t
Trait Implementations§
source§impl Clone for __darwin_arm_neon_state
impl Clone for __darwin_arm_neon_state
source§fn clone(&self) -> __darwin_arm_neon_state
fn clone(&self) -> __darwin_arm_neon_state
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 more