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_timpl Send for graphene_frustum_timpl Sync for graphene_frustum_timpl Unpin for graphene_frustum_timpl UnwindSafe for graphene_frustum_tBlanket Implementations
Mutably borrows from an owned value. Read more