Trait allegro_audio::DataSample[][src]

pub trait DataSample where
    Self: Sized
{ fn get_depth(_: Option<Self>) -> AudioDepth; }

Required methods

fn get_depth(_: Option<Self>) -> AudioDepth[src]

Loading content...

Implementations on Foreign Types

impl DataSample for i8[src]

impl DataSample for i16[src]

impl DataSample for u8[src]

impl DataSample for u16[src]

impl DataSample for f32[src]

Loading content...

Implementors

Loading content...