Struct io_uring::opcode::RemoveBuffers
source · [−]pub struct RemoveBuffers { /* private fields */ }
Expand description
Remove some number of buffers from a buffer group. See
BUFFER_SELECT
for more info.
Requires the unstable
feature.
Implementations
Auto Trait Implementations
impl RefUnwindSafe for RemoveBuffers
impl Send for RemoveBuffers
impl Sync for RemoveBuffers
impl Unpin for RemoveBuffers
impl UnwindSafe for RemoveBuffers
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