Trait gstreamer:: format:: FormattedValueFullRange
source · pub trait FormattedValueFullRange: FormattedValue + TryFrom<GenericFormattedValue> {
// Required method
unsafe fn from_raw(format: Format, value: i64) -> Self;
}Expand description
A FormattedValue which can be built from any raw value.
§Examples:
GenericFormattedValueis theFormattedValueFullRangetype forGenericFormattedValue.Undefinedis theFormattedValueFullRangetype forUndefined.Option<Percent>is theFormattedValueFullRangetype forPercent.
Required Methods§
Object Safety§
This trait is not object safe.