Struct gstreamer::FractionRange[][src]

pub struct FractionRange { /* fields omitted */ }

Methods

impl FractionRange
[src]

Trait Implementations

impl Copy for FractionRange
[src]

impl Clone for FractionRange
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FractionRange
[src]

Formats the value using the given formatter. Read more

impl Eq for FractionRange
[src]

impl PartialEq for FractionRange
[src]

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

This method tests for !=.

impl Hash for FractionRange
[src]

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

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

impl From<(Fraction, Fraction)> for FractionRange
[src]

Performs the conversion.

impl StaticType for FractionRange
[src]

Returns the type identifier of Self.

impl<'a> FromValue<'a> for FractionRange
[src]

impl<'a> FromValueOptional<'a> for FractionRange
[src]

impl SetValue for FractionRange
[src]

Auto Trait Implementations

impl Send for FractionRange

impl Sync for FractionRange