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:
GenericFormattedValue
is theFormattedValueFullRange
type forGenericFormattedValue
.Undefined
is theFormattedValueFullRange
type forUndefined
.Option<Percent>
is theFormattedValueFullRange
type forPercent
.
Required Methods§
Object Safety§
This trait is not object safe.