Trait virtio_queue::QueueStateGuard[][src]

pub trait QueueStateGuard<'a> {
    type G: DerefMut<Target = QueueState>;
}
Expand description

Trait for objects returned by QueueStateT::lock().

Associated Types

Type for guard returned by Self::lock().

Implementors