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