Enum qapi_qmp::SevState[][src]

pub enum SevState {
    uninit,
    launch_update,
    launch_secret,
    running,
    send_update,
    receive_update,
}

Variants

Trait Implementations

impl Debug for SevState
[src]

Formats the value using the given formatter. Read more

impl Clone for SevState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for SevState

impl Sync for SevState