Enum gstreamer_base::subclass::base_transform::BaseTransformMode [−][src]
pub enum BaseTransformMode {
AlwaysInPlace,
NeverInPlace,
Both,
}Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BaseTransformModeimpl Send for BaseTransformModeimpl Sync for BaseTransformModeimpl Unpin for BaseTransformModeimpl UnwindSafe for BaseTransformModeBlanket Implementations
Mutably borrows from an owned value. Read more