Struct graphene_sys::graphene_frustum_t
source · #[repr(C)]pub struct graphene_frustum_t {
pub planes: [graphene_plane_t; 6],
}
Fields§
§planes: [graphene_plane_t; 6]
Trait Implementations§
source§impl Clone for graphene_frustum_t
impl Clone for graphene_frustum_t
source§fn clone(&self) -> graphene_frustum_t
fn clone(&self) -> graphene_frustum_t
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more