#[repr(C)]pub struct vpx_rc_ref_frame {
pub index: [c_int; 4],
pub name: [vpx_rc_ref_name_t; 4],
}Fields§
§index: [c_int; 4]§name: [vpx_rc_ref_name_t; 4]Trait Implementations§
Source§impl Clone for vpx_rc_ref_frame
impl Clone for vpx_rc_ref_frame
Source§fn clone(&self) -> vpx_rc_ref_frame
fn clone(&self) -> vpx_rc_ref_frame
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for vpx_rc_ref_frame
Auto Trait Implementations§
impl Freeze for vpx_rc_ref_frame
impl RefUnwindSafe for vpx_rc_ref_frame
impl Send for vpx_rc_ref_frame
impl Sync for vpx_rc_ref_frame
impl Unpin for vpx_rc_ref_frame
impl UnsafeUnpin for vpx_rc_ref_frame
impl UnwindSafe for vpx_rc_ref_frame
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