[][src]Trait gstreamer_check::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<Object> for Bus[src]

impl IsA<Object> for DeviceMonitor[src]

impl IsA<Element> for TocSetter[src]

impl IsA<Object> for ElementFactory[src]

impl IsA<Object> for Clock[src]

impl IsA<Object> for PadTemplate[src]

impl IsA<Object> for Bin[src]

impl IsA<Object> for DeviceProviderFactory[src]

impl IsA<Object> for TocSetter[src]

impl IsA<Object> for ProxyPad[src]

impl IsA<Pad> for GhostPad[src]

impl IsA<ChildProxy> for Pipeline[src]

impl IsA<Pad> for ProxyPad[src]

impl IsA<Element> for Bin[src]

impl IsA<PluginFeature> for TypeFindFactory[src]

impl IsA<Bin> for Pipeline[src]

impl IsA<Object> for BufferPool[src]

impl IsA<Object> for GhostPad[src]

impl IsA<Element> for Pipeline[src]

impl IsA<Object> for TypeFindFactory[src]

impl IsA<Object> for SystemClock[src]

impl IsA<Object> for Stream[src]

impl IsA<Object> for PluginFeature[src]

impl IsA<Object> for Allocator[src]

impl IsA<PluginFeature> for ElementFactory[src]

impl IsA<PluginFeature> for DeviceProviderFactory[src]

impl IsA<Object> for Pad[src]

impl IsA<Object> for DeviceProvider[src]

impl IsA<ChildProxy> for Bin[src]

impl IsA<ProxyPad> for GhostPad[src]

impl IsA<Object> for Registry[src]

impl IsA<Object> for TagSetter[src]

impl IsA<Object> for Device[src]

impl IsA<Object> for StreamCollection[src]

impl IsA<Element> for TagSetter[src]

impl IsA<Object> for Element[src]

impl IsA<Object> for Pipeline[src]

impl IsA<Object> for Plugin[src]

impl IsA<Clock> for SystemClock[src]

Loading content...

Implementors

impl IsA<Clock> for TestClock[src]

impl IsA<Object> for TestClock[src]

Loading content...