Enum wasapi::SampleType [−][src]
pub enum SampleType {
    Float,
    Int,
}Expand description
Sample type, float or integer
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SampleTypeimpl Send for SampleTypeimpl Sync for SampleTypeimpl Unpin for SampleTypeimpl UnwindSafe for SampleTypeBlanket Implementations
Mutably borrows from an owned value. Read more