pub trait EntryMarker: Clone + Debug + Into<Entry> + Sealed {
    const BUILD_FLAGS: u32;
}
Expand description

A completion queue entry (CQE), representing a complete I/O operation.

This is implemented for Entry and Entry32.

Required Associated Constants§

Implementors§