Struct graphene_sys::graphene_quad_t
source · #[repr(C)]pub struct graphene_quad_t {
pub points: [graphene_point_t; 4],
}
Fields§
§points: [graphene_point_t; 4]
Trait Implementations§
source§impl Clone for graphene_quad_t
impl Clone for graphene_quad_t
source§fn clone(&self) -> graphene_quad_t
fn clone(&self) -> graphene_quad_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