Struct io_uring::opcode::ProvideBuffers
source · [−]pub struct ProvideBuffers { /* private fields */ }
Expand description
Register nbufs
buffers that each have the length len
with ids starting from big
in the
group bgid
that can be used for any request. See
BUFFER_SELECT
for more info.
Requires the unstable
feature.
Implementations
sourceimpl ProvideBuffers
impl ProvideBuffers
Auto Trait Implementations
impl RefUnwindSafe for ProvideBuffers
impl !Send for ProvideBuffers
impl !Sync for ProvideBuffers
impl Unpin for ProvideBuffers
impl UnwindSafe for ProvideBuffers
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more