Struct graphene_sys::graphene_sphere_t [−][src]
#[repr(C)]#[repr(align(16))]pub struct graphene_sphere_t { pub center: graphene_vec3_t, pub radius: c_float, }
Fields
center: graphene_vec3_tradius: c_floatTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for graphene_sphere_timpl Send for graphene_sphere_timpl Sync for graphene_sphere_timpl Unpin for graphene_sphere_timpl UnwindSafe for graphene_sphere_tBlanket Implementations
Mutably borrows from an owned value. Read more