Trait ioprio::SqeExt[][src]

pub trait SqeExt {
    fn priority(&self) -> Priority;
fn set_priority(&mut self, priority: Priority); }
Expand description

An extension trait for iou::SQE, that allows retrieving and setting the I/O priority of each individual I/O event.

Required methods

Get the current priority stored in the SQE.

Set the priority of the SQE, pertaining only to this particular I/O event.

Implementations on Foreign Types

Implementors