Struct assimp_sys::AiRay [] [src]

#[repr(C)]
pub struct AiRay { pub pos: AiVector3D, pub dir: AiVector3D, }

Fields

Trait Implementations

impl Clone for AiRay
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for AiRay
[src]

impl Debug for AiRay
[src]

Formats the value using the given formatter.

impl PartialEq for AiRay
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.