Struct alto::Mono [] [src]

#[repr(C)]
pub struct Mono<S: Copy> { pub center: S, }

Fields

Trait Implementations

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

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[src]

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

[src]

This method tests for !=.

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

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

[src]

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

1.3.0
[src]

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

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

[src]

Formats the value using the given formatter.

impl SampleFrame for Mono<u8>
[src]

Underlying sample type.

[src]

Length of the frame in samples.

[src]

The exact format described by this struct.

impl SampleFrame for Mono<i16>
[src]

Underlying sample type.

[src]

Length of the frame in samples.

[src]

The exact format described by this struct.

impl SampleFrame for Mono<f32>
[src]

Underlying sample type.

[src]

Length of the frame in samples.

[src]

The exact format described by this struct.

impl SampleFrame for Mono<f64>
[src]

Underlying sample type.

[src]

Length of the frame in samples.

[src]

The exact format described by this struct.

impl SampleFrame for Mono<ALawSample>
[src]

Underlying sample type.

[src]

Length of the frame in samples.

[src]

The exact format described by this struct.

impl SampleFrame for Mono<MuLawSample>
[src]

Underlying sample type.

[src]

Length of the frame in samples.

[src]

The exact format described by this struct.

impl StandardFrame for Mono<u8>
[src]

impl StandardFrame for Mono<i16>
[src]

impl LoopbackFrame for Mono<u8>
[src]

impl LoopbackFrame for Mono<i16>
[src]

impl LoopbackFrame for Mono<f32>
[src]