Struct libvirt_rpc::request::generated::remote_uuid
[−]
[src]
pub struct remote_uuid(pub [u8; 16]);
Trait Implementations
impl Copy for remote_uuid
[src]
impl Clone for remote_uuid
[src]
fn clone(&self) -> remote_uuid
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 remote_uuid
[src]
impl Eq for remote_uuid
[src]
impl PartialEq for remote_uuid
[src]
fn eq(&self, __arg_0: &remote_uuid) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &remote_uuid) -> bool
This method tests for !=
.