#[repr(C)]pub struct AVQSVFramesContext {
pub surfaces: *mut mfxFrameSurface1,
pub nb_surfaces: c_int,
pub frame_type: c_int,
pub info: *mut mfxFrameInfo,
}Fields§
§surfaces: *mut mfxFrameSurface1§nb_surfaces: c_int§frame_type: c_int§info: *mut mfxFrameInfoTrait Implementations§
Source§impl Clone for AVQSVFramesContext
impl Clone for AVQSVFramesContext
Source§fn clone(&self) -> AVQSVFramesContext
fn clone(&self) -> AVQSVFramesContext
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 AVQSVFramesContext
Source§impl Debug for AVQSVFramesContext
impl Debug for AVQSVFramesContext
impl Eq for AVQSVFramesContext
Source§impl PartialEq for AVQSVFramesContext
impl PartialEq for AVQSVFramesContext
impl StructuralPartialEq for AVQSVFramesContext
Auto Trait Implementations§
impl !Send for AVQSVFramesContext
impl !Sync for AVQSVFramesContext
impl Freeze for AVQSVFramesContext
impl RefUnwindSafe for AVQSVFramesContext
impl Unpin for AVQSVFramesContext
impl UnsafeUnpin for AVQSVFramesContext
impl UnwindSafe for AVQSVFramesContext
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