#[repr(C)]pub struct AVMetadataConv {
pub native: *const c_char,
pub generic: *const c_char,
}
Fields§
§native: *const c_char
§generic: *const c_char
Trait Implementations§
Source§impl Clone for AVMetadataConv
impl Clone for AVMetadataConv
Source§fn clone(&self) -> AVMetadataConv
fn clone(&self) -> AVMetadataConv
Returns a copy 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 AVMetadataConv
impl Debug for AVMetadataConv
impl Copy for AVMetadataConv
Auto Trait Implementations§
impl Freeze for AVMetadataConv
impl RefUnwindSafe for AVMetadataConv
impl !Send for AVMetadataConv
impl !Sync for AVMetadataConv
impl Unpin for AVMetadataConv
impl UnwindSafe for AVMetadataConv
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