pub struct AVDictionaryEntry {
pub key: *mut c_char,
pub value: *mut c_char,
}Fields§
§key: *mut c_char§value: *mut c_charAuto Trait Implementations§
impl Freeze for AVDictionaryEntry
impl RefUnwindSafe for AVDictionaryEntry
impl !Send for AVDictionaryEntry
impl !Sync 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