Struct graphene_sys::graphene_simd4f_t [−][src]
#[repr(C)]#[repr(align(16))]pub struct graphene_simd4f_t { pub x: c_float, pub y: c_float, pub z: c_float, pub w: c_float, }
Fields
x: c_floaty: c_floatz: c_floatw: c_floatTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for graphene_simd4f_timpl Send for graphene_simd4f_timpl Sync for graphene_simd4f_timpl Unpin for graphene_simd4f_timpl UnwindSafe for graphene_simd4f_tBlanket Implementations
Mutably borrows from an owned value. Read more