gstreamer::plugin_feature

Trait PluginFeatureExtManual

Source
pub trait PluginFeatureExtManual:
    Sealed
    + IsA<PluginFeature>
    + Sized
    + 'static {
    // Provided methods
    fn rank(&self) -> Rank { ... }
    fn set_rank(&self, rank: Rank) { ... }
    fn load(&self) -> Result<Self, BoolError> { ... }
}

Provided Methods§

Source

fn rank(&self) -> Rank

Source

fn set_rank(&self, rank: Rank)

Source

fn load(&self) -> Result<Self, BoolError>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§