Trait gstreamer::prelude::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§
fn target(&self) -> Option<Pad>
fn set_target(&self, newtarget: Option<&impl IsA<Pad>>) -> Result<(), BoolError>
Object Safety§
This trait is not object safe.