Struct qapi_qmp::EventInfo [−][src]
pub struct EventInfo {
pub name: String,
}Fields
name: String
Trait Implementations
impl Debug for EventInfo[src]
impl Debug for EventInfofn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for EventInfo[src]
impl Clone for EventInfo