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 bid in the
group bgid that can be used for any request. See
BUFFER_SELECT for more info.
Implementations§
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more