pub struct AckChain { /* private fields */ }Expand description
An ack-only reply for chains with no writable buffers.
No response buffer - just pass back to VirtqConsumer::complete
to acknowledge processing and release the descriptor.
This wrapper keeps ack replies as a must-use completion capability instead
of exposing a bare token that could be accidentally ignored.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AckChain
impl RefUnwindSafe for AckChain
impl Send for AckChain
impl Sync for AckChain
impl Unpin for AckChain
impl UnsafeUnpin for AckChain
impl UnwindSafe for AckChain
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