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
VIR_NET_CALL
VIR_NET_REPLY
VIR_NET_MESSAGE
VIR_NET_STREAM
VIR_NET_CALL_WITH_FDS
VIR_NET_REPLY_WITH_FDS
Trait Implementations
impl Copy for virNetMessageType
[src]
impl Clone for virNetMessageType
[src]
fn clone(&self) -> virNetMessageType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Debug for virNetMessageType
[src]
impl Eq for virNetMessageType
[src]
impl PartialEq for virNetMessageType
[src]
fn eq(&self, __arg_0: &virNetMessageType) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0
This method tests for !=
.