Struct qapi_qmp::STOP[][src]

pub struct STOP {}

Trait Implementations

impl Debug for STOP
[src]

Formats the value using the given formatter. Read more

impl Clone for STOP
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for STOP
[src]

Returns the "default value" for a type. Read more

impl Event for STOP
[src]

NAME: &'static str = "STOP"

Auto Trait Implementations

impl Send for STOP

impl Sync for STOP