#[repr(C)]pub struct AVDictionaryEntry {
pub key: *mut i8,
pub value: *mut i8,
}Fields§
§key: *mut i8§value: *mut i8Trait 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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AVDictionaryEntry
Auto Trait Implementations§
impl !Send for AVDictionaryEntry
impl !Sync for AVDictionaryEntry
impl Freeze for AVDictionaryEntry
impl RefUnwindSafe for AVDictionaryEntry
impl Unpin for AVDictionaryEntry
impl UnsafeUnpin 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