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_t
direction: graphene_vec3_t
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for graphene_ray_t
impl Send for graphene_ray_t
impl Sync for graphene_ray_t
impl Unpin for graphene_ray_t
impl UnwindSafe for graphene_ray_t
Blanket Implementations
Mutably borrows from an owned value. Read more