Struct libva::PictureH264
source · [−]pub struct PictureH264(_VAPictureH264);
Expand description
Wrapper over the VAPictureH264
FFI type.
Tuple Fields
0: _VAPictureH264
Implementations
sourceimpl PictureH264
impl PictureH264
Auto Trait Implementations
impl RefUnwindSafe for PictureH264
impl Send for PictureH264
impl Sync for PictureH264
impl Unpin for PictureH264
impl UnwindSafe for PictureH264
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