enum CodecJob {
Packet(AvPacket<'static>),
Flush,
}Expand description
Types of input job we can receive from the crosvm decoder code.
Variants§
Auto Trait Implementations§
impl Freeze for CodecJob
impl RefUnwindSafe for CodecJob
impl !Send for CodecJob
impl !Sync for CodecJob
impl Unpin for CodecJob
impl UnwindSafe for CodecJob
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