Trait compio_driver::OpCode

source ·
pub trait OpCode {
    // Required method
    fn create_entry(self: Pin<&mut Self>) -> Entry;
}
Expand description

Abstraction of io-uring operations.

Required Methods§

source

fn create_entry(self: Pin<&mut Self>) -> Entry

Create submission entry.

Implementors§