[][src]Trait iou::registrar::UringWriteBuf

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

A buffer that can be used to prepare write events.

Required methods

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

Loading content...

Implementations on Foreign Types

impl<'_> UringWriteBuf for &'_ [u8][src]

impl<'_> UringWriteBuf for IoSlice<'_>[src]

impl<'_, '_> UringWriteBuf for &'_ [IoSlice<'_>][src]

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

Loading content...

Implementors

impl<'_> UringWriteBuf for RegisteredBufRef<'_>[src]

Loading content...