[][src]Struct kernel::virtio::InflightOp

pub struct InflightOp {
    pub buf: Box<Buf>,
    pub status: u8,
}

Fields

buf: Box<Buf>status: u8