Struct openal::Vector [] [src]

#[repr(C)]
pub struct Vector { pub x: f32, pub y: f32, pub z: f32, }

A 3D vector.

Fields

The x.

The y.

The z.

Trait Implementations

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

impl Clone for Vector
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Vector
[src]

Formats the value using the given formatter.