Struct vlc::AudioTrack[][src]

pub struct AudioTrack {
    pub channels: u32,
    pub rate: u32,
}

Fields

Trait Implementations

impl Clone for AudioTrack
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for AudioTrack
[src]

impl PartialEq for AudioTrack
[src]

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

This method tests for !=.

impl Eq for AudioTrack
[src]

impl Hash for AudioTrack
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for AudioTrack
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for AudioTrack

impl Sync for AudioTrack