Enum vst2::plugin::Category [] [src]

#[repr(usize)]
pub enum Category { Unknown, Effect, Synth, Analysis, Mastering, Spacializer, RoomFx, SurroundFx, Restoration, OfflineProcess, Shell, Generator, }

Plugin type. Generally either Effect or Synth.

Other types are not necessary to build a plugin and are only useful for the host to categorize the plugin.

Variants

Unknown / not implemented

Any effect

VST instrument

Scope, tuner, spectrum analyser, etc.

Dynamics, etc.

Panners, etc.

Delays and Reverbs

Dedicated surround processor.

Denoiser, etc.

Offline processing.

Contains other plugins.

Tone generator, etc.

Trait Implementations

impl Clone for Category
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Category
[src]

impl Debug for Category
[src]

Formats the value using the given formatter.

impl From<i8> for Category
[src]

Performs the conversion.

impl Into<i8> for Category
[src]

Performs the conversion.

impl From<i16> for Category
[src]

Performs the conversion.

impl Into<i16> for Category
[src]

Performs the conversion.

impl From<i32> for Category
[src]

Performs the conversion.

impl Into<i32> for Category
[src]

Performs the conversion.

impl From<i64> for Category
[src]

Performs the conversion.

impl Into<i64> for Category
[src]

Performs the conversion.

impl From<isize> for Category
[src]

Performs the conversion.

impl Into<isize> for Category
[src]

Performs the conversion.

impl From<u8> for Category
[src]

Performs the conversion.

impl Into<u8> for Category
[src]

Performs the conversion.

impl From<u16> for Category
[src]

Performs the conversion.

impl Into<u16> for Category
[src]

Performs the conversion.

impl From<u32> for Category
[src]

Performs the conversion.

impl Into<u32> for Category
[src]

Performs the conversion.

impl From<u64> for Category
[src]

Performs the conversion.

impl Into<u64> for Category
[src]

Performs the conversion.

impl From<usize> for Category
[src]

Performs the conversion.

impl Into<usize> for Category
[src]

Performs the conversion.