#[repr(C)]pub struct ERPicture {
pub f: *mut AVFrame,
pub tf: *mut ThreadFrame,
pub motion_val: [*mut [i16; 2]; 2],
pub ref_index: [*mut i8; 2],
pub mb_type: *mut u32,
pub field_picture: c_int,
}
Fields§
§f: *mut AVFrame
§tf: *mut ThreadFrame
§motion_val: [*mut [i16; 2]; 2]
§ref_index: [*mut i8; 2]
§mb_type: *mut u32
§field_picture: c_int
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ERPicture
impl RefUnwindSafe for ERPicture
impl !Send for ERPicture
impl !Sync for ERPicture
impl Unpin for ERPicture
impl UnwindSafe for ERPicture
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