#[repr(C)]pub struct _VAPictureStats {
pub picture_id: VASurfaceID,
pub flags: u32,
}
Fields
picture_id: VASurfaceID
flags: u32
Trait Implementations
sourceimpl Clone for _VAPictureStats
impl Clone for _VAPictureStats
sourcefn clone(&self) -> _VAPictureStats
fn clone(&self) -> _VAPictureStats
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 _VAPictureStats
impl Debug for _VAPictureStats
sourceimpl Default for _VAPictureStats
impl Default for _VAPictureStats
sourcefn default() -> _VAPictureStats
fn default() -> _VAPictureStats
Returns the “default value” for a type. Read more
sourceimpl PartialEq<_VAPictureStats> for _VAPictureStats
impl PartialEq<_VAPictureStats> for _VAPictureStats
sourcefn eq(&self, other: &_VAPictureStats) -> bool
fn eq(&self, other: &_VAPictureStats) -> bool
impl Copy for _VAPictureStats
impl Eq for _VAPictureStats
impl StructuralEq for _VAPictureStats
impl StructuralPartialEq for _VAPictureStats
Auto Trait Implementations
impl RefUnwindSafe for _VAPictureStats
impl Send for _VAPictureStats
impl Sync for _VAPictureStats
impl Unpin for _VAPictureStats
impl UnwindSafe for _VAPictureStats
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