Struct ffmpeg::DictionaryRef [] [src]

pub struct DictionaryRef<'a> { /* fields omitted */ }

Methods

impl<'a> Ref<'a>
[src]

[src]

[src]

impl<'a> Ref<'a>
[src]

[src]

Important traits for Iter<'a>
[src]

[src]

Trait Implementations

impl<'a> IntoIterator for &'a Ref<'a>
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

[src]

Creates an iterator from a value. Read more

Auto Trait Implementations

impl<'a> !Send for DictionaryRef<'a>

impl<'a> !Sync for DictionaryRef<'a>