Struct nvidia_video_codec_sdk::safe::ENCODE_API
source · pub struct ENCODE_API { /* private fields */ }
Expand description
A lazy static for the Encoder API.
You should not interact with this directly.
Encoder
exposes much of the functionality and provides a nicer API.
Trait Implementations§
source§impl Deref for ENCODE_API
impl Deref for ENCODE_API
impl LazyStatic for ENCODE_API
Auto Trait Implementations§
impl RefUnwindSafe for ENCODE_API
impl Send for ENCODE_API
impl Sync for ENCODE_API
impl Unpin for ENCODE_API
impl UnwindSafe for ENCODE_API
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