struct Vring {
queue: QueueConfig,
doorbell: Option<Interrupt>,
enabled: bool,
}Expand description
A virtio ring entry.
Fields§
§queue: QueueConfig§doorbell: Option<Interrupt>§enabled: boolImplementations§
Auto Trait Implementations§
impl Freeze for Vring
impl !RefUnwindSafe for Vring
impl Send for Vring
impl Sync for Vring
impl Unpin for Vring
impl !UnwindSafe for Vring
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