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