Struct alto::McQuad [] [src]

#[repr(C)]
pub struct McQuad<S: Copy> { pub front_left: S, pub front_right: S, pub back_left: S, pub back_right: S, }

Fields

Trait Implementations

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

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

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

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

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

Formats the value using the given formatter.

impl SampleFrame for McQuad<u8>
[src]

Underlying sample type.

Length of the frame in samples.

The exact format described by this struct.

impl SampleFrame for McQuad<i16>
[src]

Underlying sample type.

Length of the frame in samples.

The exact format described by this struct.

impl SampleFrame for McQuad<f32>
[src]

Underlying sample type.

Length of the frame in samples.

The exact format described by this struct.

impl SampleFrame for McQuad<MuLawSample>
[src]

Underlying sample type.

Length of the frame in samples.

The exact format described by this struct.

impl LoopbackFrame for McQuad<u8>
[src]

impl LoopbackFrame for McQuad<i16>
[src]

impl LoopbackFrame for McQuad<f32>
[src]