#[repr(C)]pub struct vpx_ref_frame {
pub frame_type: vpx_ref_frame_type_t,
pub img: vpx_image_t,
}
Fields§
§frame_type: vpx_ref_frame_type_t
§img: vpx_image_t
Trait Implementations§
Source§impl Clone for vpx_ref_frame
impl Clone for vpx_ref_frame
Source§fn clone(&self) -> vpx_ref_frame
fn clone(&self) -> vpx_ref_frame
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 vpx_ref_frame
impl Debug for vpx_ref_frame
impl Copy for vpx_ref_frame
Auto Trait Implementations§
impl Freeze for vpx_ref_frame
impl RefUnwindSafe for vpx_ref_frame
impl !Send for vpx_ref_frame
impl !Sync for vpx_ref_frame
impl Unpin for vpx_ref_frame
impl UnwindSafe for vpx_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