Struct graphene_sys::graphene_simd4x4f_t
source · #[repr(align(16))]#[repr(C)]pub struct graphene_simd4x4f_t {
pub x: graphene_simd4f_t,
pub y: graphene_simd4f_t,
pub z: graphene_simd4f_t,
pub w: graphene_simd4f_t,
}Fields§
§x: graphene_simd4f_t§y: graphene_simd4f_t§z: graphene_simd4f_t§w: graphene_simd4f_tTrait Implementations§
source§impl Clone for graphene_simd4x4f_t
impl Clone for graphene_simd4x4f_t
source§fn clone(&self) -> graphene_simd4x4f_t
fn clone(&self) -> graphene_simd4x4f_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