Enum gst_plugin::base_transform::BaseTransformMode[][src]

pub enum BaseTransformMode {
    AlwaysInPlace,
    NeverInPlace,
    Both,
}

Variants

Auto Trait Implementations

impl Send for BaseTransformMode

impl Sync for BaseTransformMode