Struct graphene_sys::graphene_frustum_t [−][src]
#[repr(C)]#[repr(align(16))]pub struct graphene_frustum_t { pub planes: [graphene_plane_t; 6], }
Fields
planes: [graphene_plane_t; 6]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for graphene_frustum_t
impl Send for graphene_frustum_t
impl Sync for graphene_frustum_t
impl Unpin for graphene_frustum_t
impl UnwindSafe for graphene_frustum_t
Blanket Implementations
Mutably borrows from an owned value. Read more