Trait gstreamer:: format:: FormattedValueIntrinsic
source · pub trait FormattedValueIntrinsic: FormattedValue { }Expand description
A trait implemented on the intrinsic type of a FormattedValue.
§Examples
GenericFormattedValueis the intrinsic type forGenericFormattedValue.Undefinedis the intrinsic type forUndefined.Bytesis the intrinsic type forOption<Bytes>.
Object Safety§
This trait is not object safe.