#[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§
Source§impl Clone for vpx_svc_spatial_layer_sync
impl Clone for vpx_svc_spatial_layer_sync
Source§fn clone(&self) -> vpx_svc_spatial_layer_sync
fn clone(&self) -> vpx_svc_spatial_layer_sync
Returns a duplicate 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 moreSource§impl 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 Freeze for vpx_svc_spatial_layer_sync
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more