Struct graphene_sys::graphene_vec3_t [−][src]
#[repr(C)]#[repr(align(16))]pub struct graphene_vec3_t { pub value: graphene_simd4f_t, }
Fields
value: graphene_simd4f_tTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for graphene_vec3_timpl Send for graphene_vec3_timpl Sync for graphene_vec3_timpl Unpin for graphene_vec3_timpl UnwindSafe for graphene_vec3_tBlanket Implementations
Mutably borrows from an owned value. Read more