Struct gstreamer::Iterator[][src]

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

Methods

impl<T> Iterator<T> where
    T: FromValueOptional<'a> + 'static, 
[src]

impl<T> Iterator<T> where
    T: FromValueOptional<'a> + StaticType + ToValue + Send + 'static, 
[src]

impl<T> Iterator<T> where
    T: FromValueOptional<'a> + StaticType + ToValue + Clone + Send + 'static, 
[src]

Trait Implementations

impl<T> Send for Iterator<T>
[src]

impl<T: StaticType + 'static> Clone for Iterator<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T> Drop for Iterator<T>
[src]

Executes the destructor for this type. Read more

impl<T> StaticType for Iterator<T>
[src]

Returns the type identifier of Self.

Auto Trait Implementations

impl<T> !Sync for Iterator<T>