Enum ffmpeg::avcodec::TryReceiveResult
source · pub enum TryReceiveResult {
Received,
TryAgain,
FlushCompleted,
}
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for TryReceiveResult
impl Send for TryReceiveResult
impl Sync for TryReceiveResult
impl Unpin for TryReceiveResult
impl UnwindSafe for TryReceiveResult
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