Struct gstreamer::Plugin [−]
pub struct Plugin(_, _);
Methods
impl Plugin
[src]
impl Plugin
pub fn add_dependency(
&self,
env_vars: &[&str],
paths: &[&str],
names: &[&str],
flags: PluginDependencyFlags
)
[src]
pub fn add_dependency(
&self,
env_vars: &[&str],
paths: &[&str],
names: &[&str],
flags: PluginDependencyFlags
)
pub fn add_dependency_simple<'a, 'b, 'c, P: Into<Option<&'a str>>, Q: Into<Option<&'b str>>, R: Into<Option<&'c str>>>(
&self,
env_vars: P,
paths: Q,
names: R,
flags: PluginDependencyFlags
)
[src]
pub fn add_dependency_simple<'a, 'b, 'c, P: Into<Option<&'a str>>, Q: Into<Option<&'b str>>, R: Into<Option<&'c str>>>(
&self,
env_vars: P,
paths: Q,
names: R,
flags: PluginDependencyFlags
)
pub fn get_description(&self) -> String
[src]
pub fn get_description(&self) -> String
pub fn get_filename(&self) -> Option<PathBuf>
[src]
pub fn get_filename(&self) -> Option<PathBuf>
pub fn get_license(&self) -> String
[src]
pub fn get_license(&self) -> String
pub fn get_origin(&self) -> String
[src]
pub fn get_origin(&self) -> String
pub fn get_package(&self) -> String
[src]
pub fn get_package(&self) -> String
pub fn get_release_date_string(&self) -> Option<String>
[src]
pub fn get_release_date_string(&self) -> Option<String>
pub fn get_source(&self) -> String
[src]
pub fn get_source(&self) -> String
pub fn get_version(&self) -> String
[src]
pub fn get_version(&self) -> String
pub fn is_loaded(&self) -> bool
[src]
pub fn is_loaded(&self) -> bool
pub fn load(&self) -> Option<Plugin>
[src]
pub fn load(&self) -> Option<Plugin>
pub fn load_by_name(name: &str) -> Option<Plugin>
[src]
pub fn load_by_name(name: &str) -> Option<Plugin>
pub fn load_file<P: AsRef<Path>>(filename: P) -> Result<Plugin, Error>
[src]
pub fn load_file<P: AsRef<Path>>(filename: P) -> Result<Plugin, Error>
impl Plugin
[src]
impl Plugin
pub fn get_cache_data(&self) -> Option<&StructureRef>
[src]
pub fn get_cache_data(&self) -> Option<&StructureRef>
pub fn set_cache_data(&self, cache_data: Structure)
[src]
pub fn set_cache_data(&self, cache_data: Structure)
Trait Implementations
impl Clone for Plugin
impl Clone for Plugin
fn clone(&self) -> Plugin
fn clone(&self) -> Plugin
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Hash for Plugin
impl Hash for Plugin
fn hash<__H: Hasher>(&self, state: &mut __H)
fn hash<__H: Hasher>(&self, state: &mut __H)
Feeds this value into the given [Hasher
]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
Feeds a slice of this type into the given [Hasher
]. Read more
impl Ord for Plugin
impl Ord for Plugin
fn cmp(&self, other: &Plugin) -> Ordering
fn cmp(&self, other: &Plugin) -> Ordering
This method returns an Ordering
between self
and other
. Read more
fn max(self, other: Self) -> Self
1.21.0[src]
fn max(self, other: Self) -> Self
Compares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self
1.21.0[src]
fn min(self, other: Self) -> Self
Compares and returns the minimum of two values. Read more
impl StaticType for Plugin
impl StaticType for Plugin
fn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of Self
.
impl<T: IsA<Object>> PartialEq<T> for Plugin
impl<T: IsA<Object>> PartialEq<T> for Plugin
fn eq(&self, other: &T) -> bool
fn eq(&self, other: &T) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
This method tests for !=
.
impl Eq for Plugin
impl Eq for Plugin
impl<T: IsA<Object>> PartialOrd<T> for Plugin
impl<T: IsA<Object>> PartialOrd<T> for Plugin
fn partial_cmp(&self, other: &T) -> Option<Ordering>
fn partial_cmp(&self, other: &T) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn gt(&self, other: &Rhs) -> bool
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn ge(&self, other: &Rhs) -> bool
This method tests greater than or equal to (for self
and other
) and is used by the >=
operator. Read more
impl Debug for Plugin
impl Debug for Plugin
impl IsA<Object> for Plugin
impl IsA<Object> for Plugin
impl IsA<Object> for Plugin
impl IsA<Object> for Plugin
impl Send for Plugin
[src]
impl Send for Plugin
impl Sync for Plugin
[src]
impl Sync for Plugin