Struct hldemo::SoundData [] [src]

pub struct SoundData<'a> {
    pub channel: i32,
    pub sample: &'a [u8],
    pub attenuation: f32,
    pub volume: f32,
    pub flags: i32,
    pub pitch: i32,
}

Fields

Trait Implementations

impl<'a> Debug for SoundData<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> PartialEq for SoundData<'a>
[src]

[src]

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

[src]

This method tests for !=.