Struct graphene_sys::graphene_simd4x4f_t [−][src]
#[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_ty: graphene_simd4f_tz: graphene_simd4f_tw: graphene_simd4f_tTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for graphene_simd4x4f_timpl Send for graphene_simd4x4f_timpl Sync for graphene_simd4x4f_timpl Unpin for graphene_simd4x4f_timpl UnwindSafe for graphene_simd4x4f_tBlanket Implementations
Mutably borrows from an owned value. Read more