Struct graphene_sys::graphene_vec3_t
source · #[repr(align(16))]#[repr(C)]pub struct graphene_vec3_t {
pub value: graphene_simd4f_t,
}
Fields§
§value: graphene_simd4f_t
Trait Implementations§
source§impl Clone for graphene_vec3_t
impl Clone for graphene_vec3_t
source§fn clone(&self) -> graphene_vec3_t
fn clone(&self) -> graphene_vec3_t
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