Enum vst2::api::Supported [] [src]

pub enum Supported {
    Yes,
    Maybe,
    No,
}

Used to specify whether functionality is supported.

Variants

Methods

impl Supported
[src]

Create a Supported value from an integer if possible.

Trait Implementations

impl Into<isize> for Supported
[src]

Convert to integer ordinal for interop with VST api.