#[repr(C)]pub struct _VAPictureH264 {
pub picture_id: VASurfaceID,
pub frame_idx: u32,
pub flags: u32,
pub TopFieldOrderCnt: i32,
pub BottomFieldOrderCnt: i32,
pub va_reserved: [u32; 4],
}
Fields
picture_id: VASurfaceID
frame_idx: u32
flags: u32
TopFieldOrderCnt: i32
BottomFieldOrderCnt: i32
va_reserved: [u32; 4]
Trait Implementations
sourceimpl Clone for _VAPictureH264
impl Clone for _VAPictureH264
sourcefn clone(&self) -> _VAPictureH264
fn clone(&self) -> _VAPictureH264
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for _VAPictureH264
impl Debug for _VAPictureH264
sourceimpl Default for _VAPictureH264
impl Default for _VAPictureH264
sourcefn default() -> _VAPictureH264
fn default() -> _VAPictureH264
Returns the “default value” for a type. Read more
sourceimpl PartialEq<_VAPictureH264> for _VAPictureH264
impl PartialEq<_VAPictureH264> for _VAPictureH264
sourcefn eq(&self, other: &_VAPictureH264) -> bool
fn eq(&self, other: &_VAPictureH264) -> bool
impl Copy for _VAPictureH264
impl Eq for _VAPictureH264
impl StructuralEq for _VAPictureH264
impl StructuralPartialEq for _VAPictureH264
Auto Trait Implementations
impl RefUnwindSafe for _VAPictureH264
impl Send for _VAPictureH264
impl Sync for _VAPictureH264
impl Unpin for _VAPictureH264
impl UnwindSafe for _VAPictureH264
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more