#[repr(C)]pub struct AVVAAPIFramesContext {
pub attributes: *mut VASurfaceAttrib,
pub nb_attributes: c_int,
pub surface_ids: *mut VASurfaceID,
pub nb_surfaces: c_int,
}Fields§
§attributes: *mut VASurfaceAttrib§nb_attributes: c_int§surface_ids: *mut VASurfaceID§nb_surfaces: c_intTrait Implementations§
Source§impl Clone for AVVAAPIFramesContext
impl Clone for AVVAAPIFramesContext
Source§fn clone(&self) -> AVVAAPIFramesContext
fn clone(&self) -> AVVAAPIFramesContext
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 AVVAAPIFramesContext
Source§impl Debug for AVVAAPIFramesContext
impl Debug for AVVAAPIFramesContext
impl Eq for AVVAAPIFramesContext
Source§impl PartialEq for AVVAAPIFramesContext
impl PartialEq for AVVAAPIFramesContext
impl StructuralPartialEq for AVVAAPIFramesContext
Auto Trait Implementations§
impl !Send for AVVAAPIFramesContext
impl !Sync for AVVAAPIFramesContext
impl Freeze for AVVAAPIFramesContext
impl RefUnwindSafe for AVVAAPIFramesContext
impl Unpin for AVVAAPIFramesContext
impl UnsafeUnpin for AVVAAPIFramesContext
impl UnwindSafe for AVVAAPIFramesContext
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