Struct graphene_sys::graphene_box_t [−][src]
#[repr(C)]#[repr(align(16))]pub struct graphene_box_t { pub min: graphene_vec3_t, pub max: graphene_vec3_t, }
Fields
min: graphene_vec3_tmax: graphene_vec3_tTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for graphene_box_timpl Send for graphene_box_timpl Sync for graphene_box_timpl Unpin for graphene_box_timpl UnwindSafe for graphene_box_tBlanket Implementations
Mutably borrows from an owned value. Read more