#[repr(C)]pub struct ThreadFrame {
pub f: *mut AVFrame,
pub owner: [*mut AVCodecContext; 2],
pub progress: *mut AVBufferRef,
}
Fields§
§f: *mut AVFrame
§owner: [*mut AVCodecContext; 2]
§progress: *mut AVBufferRef
Trait Implementations§
Source§impl Clone for ThreadFrame
impl Clone for ThreadFrame
Source§fn clone(&self) -> ThreadFrame
fn clone(&self) -> ThreadFrame
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 ThreadFrame
impl Debug for ThreadFrame
impl Copy for ThreadFrame
Auto Trait Implementations§
impl Freeze for ThreadFrame
impl RefUnwindSafe for ThreadFrame
impl !Send for ThreadFrame
impl !Sync for ThreadFrame
impl Unpin for ThreadFrame
impl UnwindSafe for ThreadFrame
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