Struct alto::Stereo [] [src]

#[repr(C)]
pub struct Stereo<S: Copy> { pub left: S, pub right: S, }

Fields

Trait Implementations

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

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<S: PartialEq + Copy> PartialEq for Stereo<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 Stereo<S>
[src]

impl<S: Hash + Copy> Hash for Stereo<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 Stereo<S>
[src]

Formats the value using the given formatter.

impl SampleFrame for Stereo<u8>
[src]

Underlying sample type.

Length of the frame in samples.

The exact format described by this struct.

impl SampleFrame for Stereo<i16>
[src]

Underlying sample type.

Length of the frame in samples.

The exact format described by this struct.

impl SampleFrame for Stereo<f32>
[src]

Underlying sample type.

Length of the frame in samples.

The exact format described by this struct.

impl SampleFrame for Stereo<f64>
[src]

Underlying sample type.

Length of the frame in samples.

The exact format described by this struct.

impl SampleFrame for Stereo<ALawSample>
[src]

Underlying sample type.

Length of the frame in samples.

The exact format described by this struct.

impl SampleFrame for Stereo<MuLawSample>
[src]

Underlying sample type.

Length of the frame in samples.

The exact format described by this struct.

impl StandardFrame for Stereo<u8>
[src]

impl StandardFrame for Stereo<i16>
[src]

impl LoopbackFrame for Stereo<u8>
[src]

impl LoopbackFrame for Stereo<i16>
[src]

impl LoopbackFrame for Stereo<f32>
[src]