Struct graphene_sys::graphene_plane_t
source · #[repr(C)]pub struct graphene_plane_t {
pub normal: graphene_vec3_t,
pub constant: c_float,
}
Fields§
§normal: graphene_vec3_t
§constant: c_float
Trait Implementations§
source§impl Clone for graphene_plane_t
impl Clone for graphene_plane_t
source§fn clone(&self) -> graphene_plane_t
fn clone(&self) -> graphene_plane_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