Struct alto::BFormat3D[][src]

#[repr(C)]
pub struct BFormat3D<S: Copy> { pub w: S, pub x: S, pub y: S, pub z: S, }

Fields

Trait Implementations

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

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

Formats the value using the given formatter. Read more

impl SampleFrame for BFormat3D<u8>
[src]

Underlying sample type.

Length of the frame in samples.

The exact format described by this struct.

impl SampleFrame for BFormat3D<i16>
[src]

Underlying sample type.

Length of the frame in samples.

The exact format described by this struct.

impl SampleFrame for BFormat3D<f32>
[src]

Underlying sample type.

Length of the frame in samples.

The exact format described by this struct.

impl SampleFrame for BFormat3D<MuLawSample>
[src]

Underlying sample type.

Length of the frame in samples.

The exact format described by this struct.

Auto Trait Implementations

impl<S> Send for BFormat3D<S> where
    S: Send

impl<S> Sync for BFormat3D<S> where
    S: Sync