Enum gstreamer::format::GenericFormattedValue[][src]

pub enum GenericFormattedValue {
    Undefined(i64),
    Default(Default),
    Bytes(Bytes),
    Time(ClockTime),
    Buffers(Buffers),
    Percent(Option<u32>),
    Other(Formati64),
}

Variants

Methods

impl GenericFormattedValue
[src]

Trait Implementations

impl PartialEq for GenericFormattedValue
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for GenericFormattedValue
[src]

impl Hash for GenericFormattedValue
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Clone for GenericFormattedValue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GenericFormattedValue
[src]

impl Debug for GenericFormattedValue
[src]

Formats the value using the given formatter. Read more

impl FormattedValue for GenericFormattedValue
[src]

impl From<Default> for GenericFormattedValue
[src]

Performs the conversion.

impl From<Bytes> for GenericFormattedValue
[src]

Performs the conversion.

impl From<ClockTime> for GenericFormattedValue
[src]

Performs the conversion.

impl From<Buffers> for GenericFormattedValue
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for GenericFormattedValue

impl Sync for GenericFormattedValue