Trait gstreamer::auto::ghost_pad::GhostPadExt

source ·
pub trait GhostPadExt:
    IsA<GhostPad>
    + Sealed
    + 'static {
    // Provided methods
    fn target(&self) -> Option<Pad> { ... }
    fn set_target(
        &self,
        newtarget: Option<&impl IsA<Pad>>,
    ) -> Result<(), BoolError> { ... }
}

Provided Methods§

source

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

source

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

Object Safety§

This trait is not object safe.

Implementors§