Struct vpx_sys::vpx_ref_frame [] [src]

#[repr(C)]
pub struct vpx_ref_frame { pub frame_type: vpx_ref_frame_type_t, pub img: vpx_image_t, }

Fields

Trait Implementations

impl Debug for vpx_ref_frame
[src]

Formats the value using the given formatter.

impl Copy for vpx_ref_frame
[src]

impl Clone for vpx_ref_frame
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more