Struct openal::Orientation [] [src]

#[repr(C, packed)]
pub struct Orientation(pub Vector, pub Vector);

Two 3D vectors representing orientation.

Trait Implementations

impl PartialEq for Orientation
[src]

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

This method tests for !=.

impl Copy for Orientation
[src]

impl Clone for Orientation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Orientation
[src]

Formats the value using the given formatter.