Type Alias SampleType

Source
pub type SampleType = VSSampleType;

Aliased Type§

enum SampleType {
    Integer = 0,
    Float = 1,
}

Variants§

§

Integer = 0

§

Float = 1