Trait gstreamer::prelude::GhostPadExt[][src]

pub trait GhostPadExt: 'static {
    fn target(&self) -> Option<Pad>;
fn set_target<P: IsA<Pad>>(
        &self,
        newtarget: Option<&P>
    ) -> Result<(), BoolError>; }

Required methods

Implementors