pub struct AVDictionary(/* private fields */);Auto Trait Implementations§
impl Freeze for AVDictionary
impl RefUnwindSafe for AVDictionary
impl Send for AVDictionary
impl Sync for AVDictionary
impl Unpin for AVDictionary
impl UnsafeUnpin for AVDictionary
impl UnwindSafe for AVDictionary
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more