Struct qapi_qmp::BlkdebugInjectErrorOptions
source · pub struct BlkdebugInjectErrorOptions {
pub state: Option<isize>,
pub immediately: Option<bool>,
pub event: BlkdebugEvent,
pub errno: Option<isize>,
pub sector: Option<isize>,
pub once: Option<bool>,
}Fields§
§state: Option<isize>§immediately: Option<bool>§event: BlkdebugEvent§errno: Option<isize>§sector: Option<isize>§once: Option<bool>Trait Implementations§
source§impl Clone for BlkdebugInjectErrorOptions
impl Clone for BlkdebugInjectErrorOptions
source§fn clone(&self) -> BlkdebugInjectErrorOptions
fn clone(&self) -> BlkdebugInjectErrorOptions
Returns a copy 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 BlkdebugInjectErrorOptions
impl Debug for BlkdebugInjectErrorOptions
source§impl<'de> Deserialize<'de> for BlkdebugInjectErrorOptions
impl<'de> Deserialize<'de> for BlkdebugInjectErrorOptions
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