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