pub struct VaapiDecodedHandle<M: SurfaceMemoryDescriptor> { /* private fields */ }
Expand description
VA-API backend handle.
This includes the VA picture which can be pending rendering or complete, as well as useful meta-information.
Auto Trait Implementations§
impl<M> Freeze for VaapiDecodedHandle<M>
impl<M> !RefUnwindSafe for VaapiDecodedHandle<M>
impl<M> !Send for VaapiDecodedHandle<M>
impl<M> !Sync for VaapiDecodedHandle<M>
impl<M> Unpin for VaapiDecodedHandle<M>
impl<M> !UnwindSafe for VaapiDecodedHandle<M>
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