Struct gstreamer::Iterator [−][src]
pub struct Iterator<T> { /* fields omitted */ }
Implementations
Trait Implementations
type Checker = GenericValueTypeOrNoneChecker<Self>
type Checker = GenericValueTypeOrNoneChecker<Self>
Value type checker.
Get the contained value from a Value
. Read more
type Item = Result<T, IteratorError>
type Item = Result<T, IteratorError>
The type of the elements being iterated over.
type IntoIter = StdIterator<T>
type IntoIter = StdIterator<T>
Which kind of iterator are we turning this into?
Returns the type identifier of Self
.
Convert an Option
to a Value
.
Auto Trait Implementations
impl<T> RefUnwindSafe for Iterator<T> where
T: RefUnwindSafe,
impl<T> UnwindSafe for Iterator<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Returns a SendValue
clone of self
.
impl<'a, T, C> FromValueOptional<'a> for T where
C: ValueTypeChecker<Error = ValueTypeMismatchOrNoneError>,
T: FromValue<'a, Checker = C>,
[src]