Struct vpx_sys::vpx_svc_layer_id
[−]
[src]
#[repr(C)]pub struct vpx_svc_layer_id { pub spatial_layer_id: c_int, pub temporal_layer_id: c_int, }
Fields
spatial_layer_id: c_int
temporal_layer_id: c_int
Trait Implementations
impl Debug for vpx_svc_layer_id
[src]
impl Copy for vpx_svc_layer_id
[src]
impl Clone for vpx_svc_layer_id
[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