Struct vpx_sys::vpx_ref_frame
source · #[repr(C)]pub struct vpx_ref_frame {
pub frame_type: vpx_ref_frame_type_t,
pub img: vpx_image_t,
}Fields§
§frame_type: vpx_ref_frame_type_t§img: vpx_image_tTrait Implementations§
source§impl Clone for vpx_ref_frame
impl Clone for vpx_ref_frame
source§fn clone(&self) -> vpx_ref_frame
fn clone(&self) -> vpx_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