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

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

Required methods

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

fn set_target<'a, P, Q>(&self, newtarget: Q) -> Result<(), BoolError> where
    P: 'a + IsA<Pad>,
    Q: Into<Option<&'a P>>, 

Loading content...

Implementors

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

Loading content...