Struct ffmpeg::ffi::AVDictionaryEntry
source · #[repr(C)]pub struct AVDictionaryEntry {
pub key: *mut c_char,
pub value: *mut c_char,
}
Fields§
§key: *mut c_char
§value: *mut c_char
Trait Implementations§
source§impl Clone for AVDictionaryEntry
impl Clone for AVDictionaryEntry
source§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 moresource§impl Debug for AVDictionaryEntry
impl Debug for AVDictionaryEntry
impl Copy for AVDictionaryEntry
Auto Trait Implementations§
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