pub struct DecoderOutput { /* private fields */ }Expand description
What moq_decode_video delivers per frame: the requested CPU pixel format
and target size, validated up front so the delivery loop never second-guesses.
Trait Implementations§
Source§impl Clone for DecoderOutput
impl Clone for DecoderOutput
impl Copy for DecoderOutput
Auto Trait Implementations§
impl Freeze for DecoderOutput
impl RefUnwindSafe for DecoderOutput
impl Send for DecoderOutput
impl Sync for DecoderOutput
impl Unpin for DecoderOutput
impl UnsafeUnpin for DecoderOutput
impl UnwindSafe for DecoderOutput
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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