[−][src]Struct linux_io_uring::squeue::Entry
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]
fn from(op: WriteFixed) -> Entry[src]
impl From<PollAdd> for Entry[src]
impl From<PollRemove> for Entry[src]
fn from(op: PollRemove) -> Entry[src]
impl From<SyncFileRange> for Entry[src]
fn from(op: SyncFileRange) -> 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]
U: From<T>,
impl<T> From<T> for T[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,