Struct libaom_sys::av1_ext_ref_frame
source · #[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§
source§impl Clone for av1_ext_ref_frame
impl Clone for av1_ext_ref_frame
source§fn clone(&self) -> av1_ext_ref_frame
fn clone(&self) -> av1_ext_ref_frame
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 more