pub struct NvDecoder;Expand description
Stub NVDEC decoder used when rave_nvcodec_stub cfg is active.
Implementations§
Trait Implementations§
Source§impl FrameDecoder for NvDecoder
impl FrameDecoder for NvDecoder
Source§fn decode_next(&mut self) -> Result<Option<DecodedFrame>>
fn decode_next(&mut self) -> Result<Option<DecodedFrame>>
Decode the next frame from the bitstream source. Read more
Auto Trait Implementations§
impl Freeze for NvDecoder
impl RefUnwindSafe for NvDecoder
impl Send for NvDecoder
impl Sync for NvDecoder
impl Unpin for NvDecoder
impl UnsafeUnpin for NvDecoder
impl UnwindSafe for NvDecoder
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