Struct graphene_sys::graphene_triangle_t [−][src]
#[repr(C)]#[repr(align(16))]pub struct graphene_triangle_t { pub a: graphene_vec3_t, pub b: graphene_vec3_t, pub c: graphene_vec3_t, }
Fields
a: graphene_vec3_tb: graphene_vec3_tc: graphene_vec3_tTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for graphene_triangle_timpl Send for graphene_triangle_timpl Sync for graphene_triangle_timpl Unpin for graphene_triangle_timpl UnwindSafe for graphene_triangle_tBlanket Implementations
Mutably borrows from an owned value. Read more