Sampleable

Trait Sampleable 

Source
pub trait Sampleable {
    // Required method
    fn format() -> pa_sample_format_t;
}

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl Sampleable for f32

Source§

impl Sampleable for i16

Source§

impl Sampleable for i32

Source§

impl Sampleable for u8

Implementors§