Struct aom_sys::aom::aom_svc_ref_frame_config
source · #[repr(C)]pub struct aom_svc_ref_frame_config {
pub reference: [c_int; 7],
pub ref_idx: [c_int; 7],
pub refresh: [c_int; 8],
}
Fields§
§reference: [c_int; 7]
§ref_idx: [c_int; 7]
§refresh: [c_int; 8]
Trait Implementations§
source§impl Clone for aom_svc_ref_frame_config
impl Clone for aom_svc_ref_frame_config
source§fn clone(&self) -> aom_svc_ref_frame_config
fn clone(&self) -> aom_svc_ref_frame_config
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 moresource§impl Debug for aom_svc_ref_frame_config
impl Debug for aom_svc_ref_frame_config
impl Copy for aom_svc_ref_frame_config
Auto Trait Implementations§
impl RefUnwindSafe for aom_svc_ref_frame_config
impl Send for aom_svc_ref_frame_config
impl Sync for aom_svc_ref_frame_config
impl Unpin for aom_svc_ref_frame_config
impl UnwindSafe for aom_svc_ref_frame_config
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