Struct libvirt_rpc::request::generated::virNetMessageError [] [src]

pub struct virNetMessageError {
    pub code: i32,
    pub domain: i32,
    pub message: virNetMessageString,
    pub level: i32,
    pub dom: virNetMessageDomain,
    pub str1: virNetMessageString,
    pub str2: virNetMessageString,
    pub str3: virNetMessageString,
    pub int1: i32,
    pub int2: i32,
    pub net: virNetMessageNetwork,
}

Fields

Trait Implementations

impl Clone for virNetMessageError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for virNetMessageError
[src]

Formats the value using the given formatter.

impl Eq for virNetMessageError
[src]

impl PartialEq for virNetMessageError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<Out: Write> Pack<Out> for virNetMessageError
[src]

impl<In: Read> Unpack<In> for virNetMessageError
[src]

impl Display for virNetMessageError
[src]

Formats the value using the given formatter. Read more

impl Error for virNetMessageError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more