Enum gstreamer::ValueOrder[][src]

pub enum ValueOrder {
    LessThan,
    Equal,
    GreaterThan,
    Unordered,
}

Variants

Trait Implementations

impl PartialEq for ValueOrder
[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 ValueOrder
[src]

impl Copy for ValueOrder
[src]

impl Clone for ValueOrder
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ValueOrder
[src]

Formats the value using the given formatter. Read more

impl Hash for ValueOrder
[src]

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

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

impl ToGlib for ValueOrder
[src]

impl FromGlib<i32> for ValueOrder
[src]

Auto Trait Implementations

impl Send for ValueOrder

impl Sync for ValueOrder