Struct libaom_sys::av1_ext_ref_frame [−][src]
#[repr(C)]pub struct av1_ext_ref_frame {
pub img: *mut aom_image_t,
pub num: c_int,
}Expand description
Structure to hold the external reference frame pointer.
Define a structure to hold the external reference frame pointer.
Fields
img: *mut aom_image_tStart pointer of external references.
num: c_intNumber of available external references.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for av1_ext_ref_frame
impl !Send for av1_ext_ref_frame
impl !Sync for av1_ext_ref_frame
impl Unpin for av1_ext_ref_frame
impl UnwindSafe for av1_ext_ref_frame
Blanket Implementations
Mutably borrows from an owned value. Read more