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_floaty: c_floatTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for graphene_point_timpl Send for graphene_point_timpl Sync for graphene_point_timpl Unpin for graphene_point_timpl UnwindSafe for graphene_point_tBlanket Implementations
Mutably borrows from an owned value. Read more