Struct openal::Velocity [] [src]

#[repr(C)]
pub struct Velocity(pub Vector);

A 3D vector representing velocity.

Trait Implementations

impl PartialEq for Velocity
[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 Velocity
[src]

impl Clone for Velocity
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Velocity
[src]

Formats the value using the given formatter.