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 StaticPadTemplateimpl Unpin for StaticPadTemplateimpl UnwindSafe for StaticPadTemplateBlanket 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]