Struct alto::Mc71Chn [] [src]

#[repr(C)]
pub struct Mc71Chn<S: Copy> { pub front_left: S, pub front_right: S, pub front_center: S, pub low_freq: S, pub back_left: S, pub back_right: S, pub side_left: S, pub side_right: S, }

Fields

Trait Implementations

impl<S: Copy + Copy> Copy for Mc71Chn<S>
[src]

impl<S: Clone + Copy> Clone for Mc71Chn<S>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<S: PartialEq + Copy> PartialEq for Mc71Chn<S>
[src]

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

This method tests for !=.

impl<S: Eq + Copy> Eq for Mc71Chn<S>
[src]

impl<S: Hash + Copy> Hash for Mc71Chn<S>
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl<S: Debug + Copy> Debug for Mc71Chn<S>
[src]

Formats the value using the given formatter.

impl SampleFrame for Mc71Chn<u8>
[src]

Underlying sample type.

Length of the frame in samples.

The exact format described by this struct.

impl SampleFrame for Mc71Chn<i16>
[src]

Underlying sample type.

Length of the frame in samples.

The exact format described by this struct.

impl SampleFrame for Mc71Chn<f32>
[src]

Underlying sample type.

Length of the frame in samples.

The exact format described by this struct.

impl SampleFrame for Mc71Chn<MuLawSample>
[src]

Underlying sample type.

Length of the frame in samples.

The exact format described by this struct.

impl LoopbackFrame for Mc71Chn<u8>
[src]

impl LoopbackFrame for Mc71Chn<i16>
[src]

impl LoopbackFrame for Mc71Chn<f32>
[src]