Struct vpx_sys::vpx_svc_ref_frame_config [] [src]

#[repr(C)]
pub struct vpx_svc_ref_frame_config { pub frame_flags: [c_int; 5], pub lst_fb_idx: [c_int; 5], pub gld_fb_idx: [c_int; 5], pub alt_fb_idx: [c_int; 5], }

Fields

Trait Implementations

impl Debug for vpx_svc_ref_frame_config
[src]

Formats the value using the given formatter.

impl Copy for vpx_svc_ref_frame_config
[src]

impl Clone for vpx_svc_ref_frame_config
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more