Struct graphene_sys::graphene_quad_t [−][src]
#[repr(C)]pub struct graphene_quad_t { pub points: [graphene_point_t; 4], }
Fields
points: [graphene_point_t; 4]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for graphene_quad_t
impl Send for graphene_quad_t
impl Sync for graphene_quad_t
impl Unpin for graphene_quad_t
impl UnwindSafe for graphene_quad_t
Blanket Implementations
Mutably borrows from an owned value. Read more