Trait gst_plugin::ghost_pad::GhostPadImpl[][src]

pub trait GhostPadImpl<T: GhostPadBase>: AnyImpl + ObjectImpl<T> + PadImpl<T> + Send + Sync + 'static { }

Methods

impl<T: GhostPadBase> GhostPadImpl<T>

Important traits for &'a mut R

Implementations on Foreign Types

impl<T: GhostPadBase> GhostPadImpl<T> for Box<GhostPadImpl<T>>
[src]

Implementors