Struct alto::McRear [] [src]

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

Fields

Trait Implementations

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

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

Formats the value using the given formatter.

impl SampleFrame for McRear<u8>
[src]

Underlying sample type.

Length of the frame in samples.

The exact format described by this struct.

impl SampleFrame for McRear<i16>
[src]

Underlying sample type.

Length of the frame in samples.

The exact format described by this struct.

impl SampleFrame for McRear<f32>
[src]

Underlying sample type.

Length of the frame in samples.

The exact format described by this struct.

impl SampleFrame for McRear<MuLawSample>
[src]

Underlying sample type.

Length of the frame in samples.

The exact format described by this struct.