Struct ffmpeg::ffi::AVFrameSideData
source · #[repr(C)]pub struct AVFrameSideData {
pub type_: c_uint,
pub data: *mut u8,
pub size: usize,
pub metadata: *mut AVDictionary,
pub buf: *mut AVBufferRef,
}
Fields§
§type_: c_uint
§data: *mut u8
§size: usize
§metadata: *mut AVDictionary
§buf: *mut AVBufferRef
Trait Implementations§
source§impl Clone for AVFrameSideData
impl Clone for AVFrameSideData
source§fn clone(&self) -> AVFrameSideData
fn clone(&self) -> AVFrameSideData
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 AVFrameSideData
impl Debug for AVFrameSideData
impl Copy for AVFrameSideData
Auto Trait Implementations§
impl RefUnwindSafe for AVFrameSideData
impl !Send for AVFrameSideData
impl !Sync for AVFrameSideData
impl Unpin for AVFrameSideData
impl UnwindSafe for AVFrameSideData
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