pub struct DecoderOutput { /* private fields */ }Expand description
Instance of this type is used to receive decoded pictures.
Implementations§
Source§impl DecoderOutput
impl DecoderOutput
Sourcepub fn next_picture(&mut self) -> Option<Image<'_>>
pub fn next_picture(&mut self) -> Option<Image<'_>>
Return the next decoded picture if there is any.
Auto Trait Implementations§
impl Freeze for DecoderOutput
impl RefUnwindSafe for DecoderOutput
impl !Send for DecoderOutput
impl !Sync for DecoderOutput
impl Unpin for DecoderOutput
impl UnwindSafe for DecoderOutput
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