#[repr(C)]pub struct AVDictionaryEntry {
pub key: *mut c_char,
pub value: *mut c_char,
}Expand description
@}
Fields§
§key: *mut c_char§value: *mut c_charTrait Implementations§
Source§impl Clone for AVDictionaryEntry
impl Clone for AVDictionaryEntry
Source§fn clone(&self) -> AVDictionaryEntry
fn clone(&self) -> AVDictionaryEntry
Returns a duplicate 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
Source§impl Default for AVDictionaryEntry
impl Default for AVDictionaryEntry
Source§impl Hash for AVDictionaryEntry
impl Hash for AVDictionaryEntry
Source§impl Ord for AVDictionaryEntry
impl Ord for AVDictionaryEntry
Source§fn cmp(&self, other: &AVDictionaryEntry) -> Ordering
fn cmp(&self, other: &AVDictionaryEntry) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AVDictionaryEntry
impl PartialEq for AVDictionaryEntry
Source§impl PartialOrd for AVDictionaryEntry
impl PartialOrd for AVDictionaryEntry
impl Copy for AVDictionaryEntry
impl Eq for AVDictionaryEntry
impl StructuralPartialEq 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