pub struct CodedOutputPromise<M, P>{ /* private fields */ }
Expand description
Vaapi’s implementation of crate::encoder::stateless::BackendPromise
Implementations§
Source§impl<M, P> CodedOutputPromise<M, P>
impl<M, P> CodedOutputPromise<M, P>
pub fn new( handle: Picture<PictureEnd, P>, references: Vec<Rc<dyn Any>>, coded_buf: EncCodedBuffer, coded_output: Vec<u8>, ) -> Self
Trait Implementations§
Source§impl<M, H> BackendPromise for CodedOutputPromise<M, H>
impl<M, H> BackendPromise for CodedOutputPromise<M, H>
Auto Trait Implementations§
impl<M, P> Freeze for CodedOutputPromise<M, P>
impl<M, P> !RefUnwindSafe for CodedOutputPromise<M, P>
impl<M, P> !Send for CodedOutputPromise<M, P>
impl<M, P> !Sync for CodedOutputPromise<M, P>
impl<M, P> Unpin for CodedOutputPromise<M, P>where
M: Unpin,
impl<M, P> !UnwindSafe for CodedOutputPromise<M, P>
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