Struct vpx_sys::vpx_svc_spatial_layer_sync [−][src]
#[repr(C)]pub struct vpx_svc_spatial_layer_sync {
pub spatial_layer_sync: [c_int; 5],
pub base_layer_intra_only: c_int,
}Fields
spatial_layer_sync: [c_int; 5]base_layer_intra_only: c_intTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for vpx_svc_spatial_layer_sync
impl Send for vpx_svc_spatial_layer_sync
impl Sync for vpx_svc_spatial_layer_sync
impl Unpin for vpx_svc_spatial_layer_sync
impl UnwindSafe for vpx_svc_spatial_layer_sync
Blanket Implementations
Mutably borrows from an owned value. Read more