pub struct VirtioRunningState {
pub features: u64,
pub enabled_queues: Vec<bool>,
}
Fields§
§features: u64
§enabled_queues: Vec<bool>
Auto Trait Implementations§
impl Freeze for VirtioRunningState
impl RefUnwindSafe for VirtioRunningState
impl Send for VirtioRunningState
impl Sync for VirtioRunningState
impl Unpin for VirtioRunningState
impl UnwindSafe for VirtioRunningState
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