pub struct NvEncoder;Expand description
Stub NVENC encoder used when rave_nvcodec_stub cfg is active.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NvEncoder
impl RefUnwindSafe for NvEncoder
impl Send for NvEncoder
impl Sync for NvEncoder
impl Unpin for NvEncoder
impl UnsafeUnpin for NvEncoder
impl UnwindSafe for NvEncoder
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