Struct vpx_sys::vpx_ref_frame [−][src]
#[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_timg: vpx_image_tTrait Implementations
Auto Trait Implementations
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
Mutably borrows from an owned value. Read more