Enum libvirt_rpc::request::generated::virNetMessageType [] [src]

pub enum virNetMessageType {
    VIR_NET_CALL,
    VIR_NET_REPLY,
    VIR_NET_MESSAGE,
    VIR_NET_STREAM,
    VIR_NET_CALL_WITH_FDS,
    VIR_NET_REPLY_WITH_FDS,
}

Variants

Trait Implementations

impl Copy for virNetMessageType
[src]

impl Clone for virNetMessageType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for virNetMessageType
[src]

Formats the value using the given formatter.

impl Eq for virNetMessageType
[src]

impl PartialEq for virNetMessageType
[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 virNetMessageType
[src]

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