gstreamer::auto::plugin_feature

Trait PluginFeatureExt

Source
pub trait PluginFeatureExt:
    IsA<PluginFeature>
    + Sealed
    + 'static {
    // Provided methods
    fn check_version(
        &self,
        min_major: u32,
        min_minor: u32,
        min_micro: u32,
    ) -> bool { ... }
    fn plugin(&self) -> Option<Plugin> { ... }
    fn plugin_name(&self) -> Option<GString> { ... }
}

Provided Methods§

Source

fn check_version(&self, min_major: u32, min_minor: u32, min_micro: u32) -> bool

Source

fn plugin(&self) -> Option<Plugin>

Source

fn plugin_name(&self) -> Option<GString>

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§