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

Trait Implementations

impl Debug for vpx_svc_layer_id
[src]

Formats the value using the given formatter.

impl Copy for vpx_svc_layer_id
[src]

impl Clone for vpx_svc_layer_id
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more