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_float
y: c_float
z: c_float
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for graphene_point3d_t
impl Send for graphene_point3d_t
impl Sync for graphene_point3d_t
impl Unpin for graphene_point3d_t
impl UnwindSafe for graphene_point3d_t
Blanket Implementations
Mutably borrows from an owned value. Read more