[][src]Trait syscall::io_uring::v1::GenericCompletionEntry

pub trait GenericCompletionEntry where
    Self: Sized
{ const HAS_EXTRA: bool; const USER_DATA_64: bool; const STATUS_64: bool; const FLAGS_64: bool; const EXTRA_64: bool; fn construct(
        user_data: u64,
        status: u64,
        flags: u64,
        extra: Option<u64>
    ) -> Option<Self>; }

Associated Constants

const HAS_EXTRA: bool

const USER_DATA_64: bool

const STATUS_64: bool

const FLAGS_64: bool

const EXTRA_64: bool

Loading content...

Required methods

fn construct(
    user_data: u64,
    status: u64,
    flags: u64,
    extra: Option<u64>
) -> Option<Self>

Loading content...

Implementors

impl GenericCompletionEntry for io_uring_cqe[src]

impl GenericCompletionEntry for CqEntry32[src]

impl GenericCompletionEntry for CqEntry64[src]

Loading content...