Struct graphene_sys::graphene_point3d_t
source · #[repr(C)]pub struct graphene_point3d_t {
pub x: c_float,
pub y: c_float,
pub z: c_float,
}
Fields§
§x: c_float
§y: c_float
§z: c_float
Trait Implementations§
source§impl Clone for graphene_point3d_t
impl Clone for graphene_point3d_t
source§fn clone(&self) -> graphene_point3d_t
fn clone(&self) -> graphene_point3d_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