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