[][src]Trait gstreamer_check::prelude::GhostPadExt

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

Required methods

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

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

Loading content...

Implementors

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

Loading content...