Struct assimp_sys::AiRay [] [src]

pub struct AiRay {
    pub pos: AiVector3D,
    pub dir: AiVector3D,
}

Fields

pos: AiVector3D dir: AiVector3D

Trait Implementations

impl PartialEq for AiRay
[src]

fn eq(&self, __arg_0: &AiRay) -> bool

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

fn ne(&self, __arg_0: &AiRay) -> bool

This method tests for !=.

impl Debug for AiRay
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for AiRay
[src]

impl Clone for AiRay
[src]

fn clone(&self) -> AiRay

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more