Struct gstreamer::query::AcceptCaps [−][src]
pub struct AcceptCaps<T>(_);
Implementations
Methods from Deref<Target = QueryRef>
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl<T> RefUnwindSafe for AcceptCaps<T> where
T: RefUnwindSafe,
impl<T> Send for AcceptCaps<T> where
T: Send,
impl<T> Sync for AcceptCaps<T> where
T: Sync,
impl<T> Unpin for AcceptCaps<T> where
T: Unpin,
impl<T> UnwindSafe for AcceptCaps<T> where
T: UnwindSafe,