[][src]Struct ffmpeg_next::DictionaryMut

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

Implementations

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

pub unsafe fn wrap(ptr: *mut AVDictionary) -> Self[src]

pub unsafe fn as_mut_ptr(&self) -> *mut AVDictionary[src]

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

pub fn set(&mut self, key: &str, value: &str)[src]

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

pub unsafe fn as_ptr(&self) -> *const AVDictionary[src]

pub fn get(&'a self, key: &str) -> Option<&'a str>[src]

pub fn iter(&self) -> Iter[src]

pub fn to_owned<'b>(&self) -> Owned<'b>[src]

Trait Implementations

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

type Target = Ref<'a>

The resulting type after dereferencing.

Auto Trait Implementations

impl<'a> RefUnwindSafe for Ref<'a>

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

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

impl<'a> Unpin for Ref<'a>

impl<'a> UnwindSafe for Ref<'a>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.