Skip to main content

EntryMarker

Trait EntryMarker 

Source
pub trait EntryMarker:
    Clone
    + Debug
    + From<Entry>
    + Sealed {
    const BUILD_FLAGS: IoringSetupFlags;
}
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§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§