Struct vpx_sys::vp9_ref_frame [] [src]

#[repr(C)]
pub struct vp9_ref_frame { pub idx: c_int, pub img: vpx_image_t, }

Fields

Trait Implementations

impl Debug for vp9_ref_frame
[src]

Formats the value using the given formatter.

impl Copy for vp9_ref_frame
[src]

impl Clone for vp9_ref_frame
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more