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