#[repr(C)]pub struct AVDictionaryEntry {
pub key: *mut c_char,
pub value: *mut c_char,
}展开描述
@}
Fields§
§key: *mut c_char§value: *mut c_chartrait 实现§
源代码§impl Clone for AVDictionaryEntry
impl Clone for AVDictionaryEntry
源代码§fn clone(&self) -> AVDictionaryEntry
fn clone(&self) -> AVDictionaryEntry
Returns a duplicate of the value. 阅读更多
1.0.0 · 源代码§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
从
source 执行拷贝赋值。 阅读更多源代码§impl Debug for AVDictionaryEntry
impl Debug for AVDictionaryEntry
源代码§impl PartialEq for AVDictionaryEntry
impl PartialEq for AVDictionaryEntry
impl Copy for AVDictionaryEntry
impl Eq for AVDictionaryEntry
impl StructuralPartialEq for AVDictionaryEntry
自动 trait 实现§
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 实现§
源代码§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
源代码§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
从拥有的值可变地借用。 阅读更多