Struct AVDictionaryEntry
#[repr(C)]pub struct AVDictionaryEntry {
pub key: *mut i8,
pub value: *mut i8,
}
Fields§
§key: *mut i8
§value: *mut i8
Trait Implementations§
§impl Clone for AVDictionaryEntry
impl Clone for AVDictionaryEntry
§fn clone(&self) -> AVDictionaryEntry
fn clone(&self) -> AVDictionaryEntry
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for AVDictionaryEntry
impl Debug for AVDictionaryEntry
impl Copy for AVDictionaryEntry
Auto Trait Implementations§
impl Freeze for AVDictionaryEntry
impl RefUnwindSafe for AVDictionaryEntry
impl !Send for AVDictionaryEntry
impl !Sync for AVDictionaryEntry
impl Unpin for AVDictionaryEntry
impl UnwindSafe for AVDictionaryEntry
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