Enum cros_libva::PictureBegin
source · pub enum PictureBegin {}Expand description
Represents a Picture after vaBeginPicture has been called.
Trait Implementations§
impl PictureState for PictureBegin
Auto Trait Implementations§
impl Freeze for PictureBegin
impl RefUnwindSafe for PictureBegin
impl Send for PictureBegin
impl Sync for PictureBegin
impl Unpin for PictureBegin
impl UnwindSafe for PictureBegin
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more