Trait io_uring::squeue::EntryMarker

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

A submission queue entry (SQE), representing a request for an I/O operation.

This is implemented for Entry and Entry128.

Required Associated Constants§

Object Safety§

This trait is not object safe.

Implementors§