Struct gst_plugin::pipeline::Pipeline[]

pub struct Pipeline(_, _);

Trait Implementations

impl Clone for Pipeline

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for Pipeline

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Ord for Pipeline

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

impl StaticType for Pipeline

Returns the type identifier of Self.

impl<T: IsA<Object>> PartialEq<T> for Pipeline

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Pipeline

impl<T: IsA<Object>> PartialOrd<T> for Pipeline

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Debug for Pipeline

Formats the value using the given formatter. Read more

impl IsA<Pipeline> for Pipeline

impl IsA<Bin> for Pipeline

impl IsA<Element> for Pipeline

impl IsA<Object> for Pipeline

impl IsA<ChildProxy> for Pipeline

impl IsA<Object> for Pipeline

impl PipelineClassExt<Pipeline> for PipelineClass
[src]

impl BinClassExt<Pipeline> for PipelineClass
[src]

impl ElementClassExt<Pipeline> for PipelineClass
[src]

impl ObjectClassExt<Pipeline> for PipelineClass
[src]

impl Send for Pipeline
[src]

impl Sync for Pipeline
[src]

impl ObjectType for Pipeline
[src]

NAME: &'static str = "RsPipeline"