[][src]Trait iou::registrar::UringReadBuf

pub trait UringReadBuf {
    unsafe fn prep_read(self, fd: impl UringFd, sqe: &mut SQE<'_>, offset: u64);
}

A buffer that can be used to prepare read events.

Required methods

unsafe fn prep_read(self, fd: impl UringFd, sqe: &mut SQE<'_>, offset: u64)

Loading content...

Implementations on Foreign Types

impl<'_> UringReadBuf for &'_ mut [u8][src]

impl<'_> UringReadBuf for IoSliceMut<'_>[src]

impl<'_, '_> UringReadBuf for &'_ mut [&'_ mut [u8]][src]

impl<'_, '_> UringReadBuf for &'_ mut [IoSliceMut<'_>][src]

Loading content...

Implementors

impl<'_> UringReadBuf for RegisteredBufMut<'_>[src]

Loading content...