Struct libvirt::error::VirError [] [src]

pub struct VirError {
    pub code: i8,
    pub domain: i8,
    pub message: String,
    pub level: i8,
}

Fields

Methods

impl VirError
[src]

Trait Implementations

impl Clone for VirError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more