pub struct QemuShmRx { /* private fields */ }Expand description
RX token — wraps a stack-local frame buffer the runner reads from.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for QemuShmRx
impl RefUnwindSafe for QemuShmRx
impl Send for QemuShmRx
impl Sync for QemuShmRx
impl Unpin for QemuShmRx
impl UnsafeUnpin for QemuShmRx
impl UnwindSafe for QemuShmRx
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