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
frame_flags: [c_int; 5]
lst_fb_idx: [c_int; 5]
gld_fb_idx: [c_int; 5]
alt_fb_idx: [c_int; 5]
Trait Implementations
impl Debug for vpx_svc_ref_frame_config
[src]
impl Copy for vpx_svc_ref_frame_config
[src]
impl Clone for vpx_svc_ref_frame_config
[src]
fn clone(&self) -> Self
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more