Struct graphene_sys::graphene_ray_t
source · #[repr(C)]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§
source§impl Clone for graphene_ray_t
impl Clone for graphene_ray_t
source§fn clone(&self) -> graphene_ray_t
fn clone(&self) -> graphene_ray_t
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more