Struct graphene_sys::graphene_euler_t [−][src]
#[repr(C)]#[repr(align(16))]pub struct graphene_euler_t { pub angles: graphene_vec3_t, pub order: graphene_euler_order_t, }
Fields
angles: graphene_vec3_torder: graphene_euler_order_tTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for graphene_euler_timpl Send for graphene_euler_timpl Sync for graphene_euler_timpl Unpin for graphene_euler_timpl UnwindSafe for graphene_euler_tBlanket Implementations
Mutably borrows from an owned value. Read more