#[repr(C)]pub struct _VAPictureStats {
pub picture_id: VASurfaceID,
pub flags: u32,
}Fields§
§picture_id: VASurfaceID§flags: u32Trait Implementations§
Source§impl Clone for _VAPictureStats
impl Clone for _VAPictureStats
Source§fn clone(&self) -> _VAPictureStats
fn clone(&self) -> _VAPictureStats
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 _VAPictureStats
Source§impl Debug for _VAPictureStats
impl Debug for _VAPictureStats
Source§impl Default for _VAPictureStats
impl Default for _VAPictureStats
Source§fn default() -> _VAPictureStats
fn default() -> _VAPictureStats
Returns the “default value” for a type. Read more
impl Eq for _VAPictureStats
Source§impl PartialEq for _VAPictureStats
impl PartialEq for _VAPictureStats
Source§fn eq(&self, other: &_VAPictureStats) -> bool
fn eq(&self, other: &_VAPictureStats) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for _VAPictureStats
Auto Trait Implementations§
impl Freeze for _VAPictureStats
impl RefUnwindSafe for _VAPictureStats
impl Send for _VAPictureStats
impl Sync for _VAPictureStats
impl Unpin for _VAPictureStats
impl UnsafeUnpin for _VAPictureStats
impl UnwindSafe for _VAPictureStats
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