[−][src]Struct ffmpeg_dev::sys::ERContext
Fields
avctx: *mut AVCodecContextmecc: MECmpContextmecc_inited: c_intmb_index2xy: *mut c_intmb_num: c_intmb_width: c_intmb_height: c_intmb_stride: isizeb8_stride: isizeerror_count: atomic_interror_occurred: c_interror_status_table: *mut u8er_temp_buffer: *mut u8dc_val: [*mut i16; 3]mbskip_table: *mut u8mbintra_table: *mut u8mv: [[[c_int; 2]; 4]; 2]cur_pic: ERPicturelast_pic: ERPicturenext_pic: ERPictureref_index_buf: [*mut AVBufferRef; 2]motion_val_buf: [*mut AVBufferRef; 2]pp_time: u16pb_time: u16quarter_sample: c_intpartitioned_frame: c_intref_count: c_intdecode_mb: Option<unsafe extern "C" fn(opaque: *mut c_void, ref_: c_int, mv_dir: c_int, mv_type: c_int, mv: *mut [[[c_int; 2]; 4]; 2], mb_x: c_int, mb_y: c_int, mb_intra: c_int, mb_skipped: c_int)>opaque: *mut c_voidTrait Implementations
Auto Trait Implementations
impl !Send for ERContext
impl !Sync for ERContext
impl Unpin for ERContext
impl UnwindSafe for ERContext
impl RefUnwindSafe for ERContext
Blanket Implementations
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = !
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,