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