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