Struct ffmpeg_sys_next::AVDictionaryEntry
source · [−]Fields
key: *mut c_charvalue: *mut c_charTrait Implementations
sourceimpl Clone for AVDictionaryEntry
impl Clone for AVDictionaryEntry
sourcefn clone(&self) -> AVDictionaryEntry
fn clone(&self) -> AVDictionaryEntry
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for AVDictionaryEntry
impl Debug for AVDictionaryEntry
sourceimpl PartialEq<AVDictionaryEntry> for AVDictionaryEntry
impl PartialEq<AVDictionaryEntry> for AVDictionaryEntry
sourcefn eq(&self, other: &AVDictionaryEntry) -> bool
fn eq(&self, other: &AVDictionaryEntry) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &AVDictionaryEntry) -> bool
fn ne(&self, other: &AVDictionaryEntry) -> bool
This method tests for !=.
impl Copy for AVDictionaryEntry
impl Eq for AVDictionaryEntry
impl StructuralEq for AVDictionaryEntry
impl StructuralPartialEq 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more