pub struct VirtioQueueState { /* private fields */ }
Trait Implementations§
Source§impl AsyncRun<VirtioQueueState> for VirtioQueueWorker
impl AsyncRun<VirtioQueueState> for VirtioQueueWorker
Auto Trait Implementations§
impl !Freeze for VirtioQueueState
impl !RefUnwindSafe for VirtioQueueState
impl Send for VirtioQueueState
impl Sync for VirtioQueueState
impl Unpin for VirtioQueueState
impl !UnwindSafe for VirtioQueueState
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