pub struct QemuShmTx;Expand description
TX token — owns a stack-local frame buffer the runner fills, then the consume() closure flushes to the SHM ring.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for QemuShmTx
impl RefUnwindSafe for QemuShmTx
impl Send for QemuShmTx
impl Sync for QemuShmTx
impl Unpin for QemuShmTx
impl UnsafeUnpin for QemuShmTx
impl UnwindSafe for QemuShmTx
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