#[repr(C)]pub struct DecodeSimpleContext {
pub in_pkt: *mut AVPacket,
pub out_frame: *mut AVFrame,
}
Fields§
§in_pkt: *mut AVPacket
§out_frame: *mut AVFrame
Trait Implementations§
Source§impl Clone for DecodeSimpleContext
impl Clone for DecodeSimpleContext
Source§fn clone(&self) -> DecodeSimpleContext
fn clone(&self) -> DecodeSimpleContext
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 DecodeSimpleContext
impl Debug for DecodeSimpleContext
impl Copy for DecodeSimpleContext
Auto Trait Implementations§
impl Freeze for DecodeSimpleContext
impl RefUnwindSafe for DecodeSimpleContext
impl !Send for DecodeSimpleContext
impl !Sync for DecodeSimpleContext
impl Unpin for DecodeSimpleContext
impl UnwindSafe for DecodeSimpleContext
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