Struct gstreamer::StaticPadTemplate [−][src]
pub struct StaticPadTemplate(_);
Expand description
Structure describing the StaticPadTemplate
.
Implementations
Trait Implementations
Returns the type identifier of Self
.
Auto Trait Implementations
impl RefUnwindSafe for StaticPadTemplate
impl Unpin for StaticPadTemplate
impl UnwindSafe for StaticPadTemplate
Blanket Implementations
Mutably borrows from an owned value. Read more
Returns a SendValue
clone of self
.
impl<'a, T, C> FromValueOptional<'a> for T where
C: ValueTypeChecker<Error = ValueTypeMismatchOrNoneError>,
T: FromValue<'a, Checker = C>,
[src]