Enum libvirt_rpc::request::EventPmSuspendedDetailType [] [src]

#[repr(u8)]
pub enum EventPmSuspendedDetailType { Memory, Disk, }

Variants

Guest was PM suspended to memory

Guest was PM suspended to disk

Trait Implementations

impl Debug for EventPmSuspendedDetailType
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations