Struct gstreamer::caps::Builder [−][src]
pub struct Builder<T> { /* fields omitted */ }
Implementations
impl Builder<NoFeature>
[src]
impl Builder<NoFeature>
[src]pub fn features(self, features: &[&str]) -> Builder<HasFeatures>
[src]
pub fn any_features(self) -> Builder<HasFeatures>
[src]
impl<T> Builder<T>
[src]
impl<T> Builder<T>
[src]Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for Builder<T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<T> Send for Builder<T> where
T: Send,
T: Send,
impl<T> Sync for Builder<T> where
T: Sync,
T: Sync,
impl<T> Unpin for Builder<T> where
T: Unpin,
T: Unpin,
impl<T> UnwindSafe for Builder<T> where
T: UnwindSafe,
T: UnwindSafe,