[][src]Trait gstreamer_player::prelude::IsA

pub unsafe trait IsA<T>: 'static + ObjectType + AsRef<T> where
    T: ObjectType
{ }

Declares the "is a" relationship.

Self is said to implement T.

For instance, since originally GtkWidget is a subclass of GObject and implements the GtkBuildable interface, gtk::Widget implements IsA<glib::Object> and IsA<gtk::Buildable>.

The trait can only be implemented if the appropriate ToGlibPtr implementations exist.

Implementations on Foreign Types

impl IsA<Element> for TagSetter[src]

impl IsA<Object> for GhostPad[src]

impl IsA<Element> for Bin[src]

impl IsA<Object> for TypeFindFactory[src]

impl IsA<ChildProxy> for Pipeline[src]

impl IsA<Object> for Element[src]

impl IsA<PluginFeature> for ElementFactory[src]

impl IsA<ProxyPad> for GhostPad[src]

impl IsA<Element> for TocSetter[src]

impl IsA<Object> for Registry[src]

impl IsA<Object> for BufferPool[src]

impl IsA<Object> for TagSetter[src]

impl IsA<Object> for Pipeline[src]

impl IsA<Element> for Pipeline[src]

impl IsA<Pad> for ProxyPad[src]

impl IsA<Pad> for GhostPad[src]

impl IsA<Bin> for Pipeline[src]

impl IsA<Object> for SystemClock[src]

impl IsA<Object> for Stream[src]

impl IsA<Object> for Device[src]

impl IsA<PluginFeature> for TypeFindFactory[src]

impl IsA<Object> for Clock[src]

impl IsA<Object> for ProxyPad[src]

impl IsA<Object> for PluginFeature[src]

impl IsA<Object> for Allocator[src]

impl IsA<Object> for Bus[src]

impl IsA<Object> for Plugin[src]

impl IsA<Object> for StreamCollection[src]

impl IsA<PluginFeature> for DeviceProviderFactory[src]

impl IsA<Object> for Bin[src]

impl IsA<Clock> for SystemClock[src]

impl IsA<ChildProxy> for Bin[src]

impl IsA<Object> for TocSetter[src]

impl IsA<Object> for PadTemplate[src]

impl IsA<Object> for DeviceProviderFactory[src]

impl IsA<Object> for ElementFactory[src]

impl IsA<Object> for DeviceProvider[src]

impl IsA<Object> for Pad[src]

impl IsA<Object> for DeviceMonitor[src]

impl IsA<Object> for VideoDecoder[src]

impl IsA<Element> for VideoFilter[src]

impl IsA<Object> for VideoBufferPool[src]

impl IsA<BaseSink> for VideoSink[src]

impl IsA<Element> for VideoSink[src]

impl IsA<BaseTransform> for VideoFilter[src]

impl IsA<Object> for VideoEncoder[src]

impl IsA<BufferPool> for VideoBufferPool[src]

impl IsA<Element> for VideoDecoder[src]

impl IsA<Object> for VideoSink[src]

impl IsA<Object> for VideoFilter[src]

impl IsA<Element> for VideoEncoder[src]

impl IsA<Element> for BaseTransform

impl IsA<Object> for AggregatorPad

impl IsA<Element> for BaseParse

impl IsA<Object> for Aggregator

impl IsA<Element> for PushSrc

impl IsA<Object> for BaseTransform

impl IsA<Object> for PushSrc

impl IsA<Element> for Aggregator

impl IsA<Element> for BaseSrc

impl IsA<Object> for BaseParse

impl IsA<BaseSrc> for PushSrc

impl IsA<Object> for BaseSink

impl IsA<Object> for BaseSrc

impl IsA<Pad> for AggregatorPad

impl IsA<Element> for BaseSink

Loading content...

Implementors

Loading content...