Struct ffmpeg::util::dictionary::Owned [] [src]

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

Methods

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

[src]

[src]

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

[src]

Methods from Deref<Target = Ref<'a>>

[src]

[src]

Trait Implementations

impl<'a, 'b> FromIterator<(&'b str, &'b str)> for Owned<'a>
[src]

[src]

Creates a value from an iterator. Read more

impl<'a, 'b> FromIterator<&'b (&'b str, &'b str)> for Owned<'a>
[src]

[src]

Creates a value from an iterator. Read more

impl<'a> FromIterator<(String, String)> for Owned<'a>
[src]

[src]

Creates a value from an iterator. Read more

impl<'a, 'b> FromIterator<&'b (String, String)> for Owned<'a>
[src]

[src]

Creates a value from an iterator. Read more

impl<'a> Deref for Owned<'a>
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl<'a> DerefMut for Owned<'a>
[src]

[src]

Mutably dereferences the value.

impl<'a> Clone for Owned<'a>
[src]

[src]

Returns a copy of the value. Read more

[src]

Performs copy-assignment from source. Read more

impl<'a> Drop for Owned<'a>
[src]

[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

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

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