Struct libduckdb_sys::__darwin_ymm_reg
source · #[repr(C)]pub struct __darwin_ymm_reg {
pub __ymm_reg: [c_char; 32],
}Fields§
§__ymm_reg: [c_char; 32]Trait Implementations§
source§impl Clone for __darwin_ymm_reg
impl Clone for __darwin_ymm_reg
source§fn clone(&self) -> __darwin_ymm_reg
fn clone(&self) -> __darwin_ymm_reg
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