Struct graphene_sys::graphene_ray_t [−][src]
#[repr(C)]#[repr(align(16))]pub struct graphene_ray_t { pub origin: graphene_vec3_t, pub direction: graphene_vec3_t, }
Fields
origin: graphene_vec3_tdirection: graphene_vec3_tTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for graphene_ray_timpl Send for graphene_ray_timpl Sync for graphene_ray_timpl Unpin for graphene_ray_timpl UnwindSafe for graphene_ray_tBlanket Implementations
Mutably borrows from an owned value. Read more