Enum qapi_qmp::DumpGuestMemoryFormat[][src]

pub enum DumpGuestMemoryFormat {
    elf,
    kdump_zlib,
    kdump_lzo,
    kdump_snappy,
    win_dmp,
}

Variants

Trait Implementations

impl Debug for DumpGuestMemoryFormat
[src]

Formats the value using the given formatter. Read more

impl Clone for DumpGuestMemoryFormat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for DumpGuestMemoryFormat

impl Sync for DumpGuestMemoryFormat