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 SampleType
impl Send for SampleType
impl Sync for SampleType
impl Unpin for SampleType
impl UnwindSafe for SampleType
Blanket Implementations
Mutably borrows from an owned value. Read more