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_timpl Send for graphene_quad_timpl Sync for graphene_quad_timpl Unpin for graphene_quad_timpl UnwindSafe for graphene_quad_tBlanket Implementations
Mutably borrows from an owned value. Read more