pub struct AVCodecParserContext { /* private fields */ }Trait Implementations§
Source§impl Clone for AVCodecParserContext
impl Clone for AVCodecParserContext
Source§fn clone(&self) -> AVCodecParserContext
fn clone(&self) -> AVCodecParserContext
Returns a duplicate 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 AVCodecParserContext
impl Debug for AVCodecParserContext
impl Copy for AVCodecParserContext
Auto Trait Implementations§
impl Freeze for AVCodecParserContext
impl RefUnwindSafe for AVCodecParserContext
impl Send for AVCodecParserContext
impl Sync for AVCodecParserContext
impl Unpin for AVCodecParserContext
impl UnwindSafe for AVCodecParserContext
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