[][src]Struct linux_io_uring::squeue::Entry

pub struct Entry(pub io_uring_sqe);

Methods

impl Entry[src]

pub fn flags(self, flags: Flags) -> Entry[src]

pub fn ioprio(self, ioprio: u16) -> Entry[src]

pub fn user_data(self, user_data: u64) -> Entry[src]

Trait Implementations

impl From<Nop> for Entry[src]

impl From<Readv> for Entry[src]

impl From<Writev> for Entry[src]

impl From<Fsync> for Entry[src]

impl From<ReadFixed> for Entry[src]

impl From<WriteFixed> for Entry[src]

impl From<PollAdd> for Entry[src]

impl From<PollRemove> for Entry[src]

impl From<SyncFileRange> for Entry[src]

impl From<SendMsg> for Entry[src]

impl From<RecvMsg> for Entry[src]

Auto Trait Implementations

impl Send for Entry

impl Sync for Entry

impl Unpin for Entry

impl UnwindSafe for Entry

impl RefUnwindSafe for Entry

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]