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