Struct openal::Doppler [] [src]

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

The doppler.

Fields

The factor.

The velocity.

Trait Implementations

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

impl Clone for Doppler
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Doppler
[src]

Formats the value using the given formatter.