Enum libva::PictureSync
source · [−]pub enum PictureSync {}
Expand description
Represents a Picture
after vaSyncSurface
has been called on the underlying surface.
Trait Implementations
impl PictureReclaimableSurface for PictureSync
impl PictureState for PictureSync
impl Sealed for PictureSync
Auto Trait Implementations
impl RefUnwindSafe for PictureSync
impl Send for PictureSync
impl Sync for PictureSync
impl Unpin for PictureSync
impl UnwindSafe for PictureSync
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