Struct openal::Doppler [] [src]

pub struct Doppler {
    pub factor: f32,
    pub velocity: f32,
}

The doppler.

Fields

factor: f32

The factor.

velocity: f32

The velocity.

Trait Implementations

impl Debug for Doppler
[src]

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

Formats the value using the given formatter.

impl Clone for Doppler
[src]

fn clone(&self) -> Doppler

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

impl Copy for Doppler
[src]

impl PartialEq for Doppler
[src]

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

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

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

This method tests for !=.