Struct gstreamer::IntRange[][src]

pub struct IntRange<T> { /* fields omitted */ }

Methods

impl<T: Copy> IntRange<T>
[src]

impl IntRange<i32>
[src]

impl IntRange<i64>
[src]

Trait Implementations

impl<T: Copy> Copy for IntRange<T>
[src]

impl<T: Clone> Clone for IntRange<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: Debug> Debug for IntRange<T>
[src]

Formats the value using the given formatter. Read more

impl<T: Eq> Eq for IntRange<T>
[src]

impl<T: PartialEq> PartialEq for IntRange<T>
[src]

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

This method tests for !=.

impl<T: Hash> Hash for IntRange<T>
[src]

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

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

impl From<(i32, i32)> for IntRange<i32>
[src]

Performs the conversion.

impl From<(i32, i32, i32)> for IntRange<i32>
[src]

Performs the conversion.

impl From<(i64, i64)> for IntRange<i64>
[src]

Performs the conversion.

impl From<(i64, i64, i64)> for IntRange<i64>
[src]

Performs the conversion.

impl StaticType for IntRange<i32>
[src]

Returns the type identifier of Self.

impl<'a> FromValue<'a> for IntRange<i32>
[src]

impl<'a> FromValueOptional<'a> for IntRange<i32>
[src]

impl SetValue for IntRange<i32>
[src]

impl StaticType for IntRange<i64>
[src]

Returns the type identifier of Self.

impl<'a> FromValue<'a> for IntRange<i64>
[src]

impl<'a> FromValueOptional<'a> for IntRange<i64>
[src]

impl SetValue for IntRange<i64>
[src]

Auto Trait Implementations

impl<T> Send for IntRange<T> where
    T: Send

impl<T> Sync for IntRange<T> where
    T: Sync