[][src]Trait gstreamer::GhostPadExt

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

Required methods

fn get_target(&self) -> Option<Pad>

fn set_target<P: IsA<Pad>>(
    &self,
    newtarget: Option<&P>
) -> Result<(), BoolError>

Loading content...

Implementors

impl<O: IsA<GhostPad>> GhostPadExt for O[src]

Loading content...