Struct libaom_sys::aom_svc_layer_id
source · #[repr(C)]pub struct aom_svc_layer_id {
pub spatial_layer_id: c_int,
pub temporal_layer_id: c_int,
}Expand description
brief Struct for spatial and temporal layer ID
Fields§
§spatial_layer_id: c_intSpatial layer ID
temporal_layer_id: c_intTemporal layer ID
Trait Implementations§
source§impl Clone for aom_svc_layer_id
impl Clone for aom_svc_layer_id
source§fn clone(&self) -> aom_svc_layer_id
fn clone(&self) -> aom_svc_layer_id
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more