pub struct NvEncodeApiFunctionList<'lib> { /* private fields */ }
Expand description
The lifetime ’lib refers to the shared library.
Implementations§
source§impl<'lib> NvEncodeApiFunctionList<'lib>
impl<'lib> NvEncodeApiFunctionList<'lib>
pub fn new_encoder( &self, ctx: CudaContext<'_> ) -> Result<Rc<Encoder<'lib>>, NvencError>
Trait Implementations§
source§impl<'lib> Clone for NvEncodeApiFunctionList<'lib>
impl<'lib> Clone for NvEncodeApiFunctionList<'lib>
source§fn clone(&self) -> NvEncodeApiFunctionList<'lib>
fn clone(&self) -> NvEncodeApiFunctionList<'lib>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl<'lib> Freeze for NvEncodeApiFunctionList<'lib>
impl<'lib> RefUnwindSafe for NvEncodeApiFunctionList<'lib>
impl<'lib> !Send for NvEncodeApiFunctionList<'lib>
impl<'lib> !Sync for NvEncodeApiFunctionList<'lib>
impl<'lib> Unpin for NvEncodeApiFunctionList<'lib>
impl<'lib> UnwindSafe for NvEncodeApiFunctionList<'lib>
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