Struct vpx_sys::vpx_svc_spatial_layer_sync
source · [−]#[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
sourceimpl Clone for vpx_svc_spatial_layer_sync
impl Clone for vpx_svc_spatial_layer_sync
sourcefn clone(&self) -> vpx_svc_spatial_layer_sync
fn clone(&self) -> vpx_svc_spatial_layer_sync
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for vpx_svc_spatial_layer_sync
impl Debug for vpx_svc_spatial_layer_sync
impl Copy for vpx_svc_spatial_layer_sync
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more