pub unsafe trait AnalyticsMtd {
// Required method
fn mtd_type() -> GstAnalyticsMtdType;
}Required Methods§
fn mtd_type() -> GstAnalyticsMtdType
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.
Implementors§
impl AnalyticsMtd for AnalyticsAnyMtd
impl AnalyticsMtd for AnalyticsClassificationMtd
impl AnalyticsMtd for AnalyticsGroupMtd
Available on crate feature
v1_30 only.impl AnalyticsMtd for AnalyticsKeypointMtd
Available on crate feature
v1_30 only.