Enum libwave::sample::Sample [] [src]

pub enum Sample {
    U8(u8),
    U16(u16),
    U32(u32),
    U64(u64),
}

Variants

Trait Implementations

impl Debug for Sample
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Sample

impl Sync for Sample