pub struct DummyVirtioForceArrays {
pub unused_iothread_vq_mapping: Vec<IOThreadVirtQueueMapping>,
}
Fields§
§unused_iothread_vq_mapping: Vec<IOThreadVirtQueueMapping>
Trait Implementations§
Source§impl AsRef<Vec<IOThreadVirtQueueMapping>> for DummyVirtioForceArrays
impl AsRef<Vec<IOThreadVirtQueueMapping>> for DummyVirtioForceArrays
Source§fn as_ref(&self) -> &Vec<IOThreadVirtQueueMapping>
fn as_ref(&self) -> &Vec<IOThreadVirtQueueMapping>
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for DummyVirtioForceArrays
impl Clone for DummyVirtioForceArrays
Source§fn clone(&self) -> DummyVirtioForceArrays
fn clone(&self) -> DummyVirtioForceArrays
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DummyVirtioForceArrays
impl Debug for DummyVirtioForceArrays
Source§impl<'de> Deserialize<'de> for DummyVirtioForceArrays
impl<'de> Deserialize<'de> for DummyVirtioForceArrays
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl<T: Into<Vec<IOThreadVirtQueueMapping>>> From<T> for DummyVirtioForceArrays
impl<T: Into<Vec<IOThreadVirtQueueMapping>>> From<T> for DummyVirtioForceArrays
Auto Trait Implementations§
impl Freeze for DummyVirtioForceArrays
impl RefUnwindSafe for DummyVirtioForceArrays
impl Send for DummyVirtioForceArrays
impl Sync for DummyVirtioForceArrays
impl Unpin for DummyVirtioForceArrays
impl UnwindSafe for DummyVirtioForceArrays
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