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