gstreamer::format

Trait FormattedValueIntrinsic

Source
pub trait FormattedValueIntrinsic: FormattedValue { }
Expand description

A trait implemented on the intrinsic type of a FormattedValue.

§Examples

  • GenericFormattedValue is the intrinsic type for GenericFormattedValue.
  • Undefined is the intrinsic type for Undefined.
  • Bytes is the intrinsic type for Option<Bytes>.

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§