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_t
max: graphene_vec3_t
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for graphene_box_t
impl Send for graphene_box_t
impl Sync for graphene_box_t
impl Unpin for graphene_box_t
impl UnwindSafe for graphene_box_t
Blanket Implementations
Mutably borrows from an owned value. Read more