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