Struct libvirt_rpc::request::generated::remote_domain_event_callback_job_completed_msg
[−]
[src]
pub struct remote_domain_event_callback_job_completed_msg {
pub callbackID: i32,
pub dom: remote_nonnull_domain,
pub params: Vec<remote_typed_param>,
}Fields
callbackID: i32
dom: remote_nonnull_domain
params: Vec<remote_typed_param>
Trait Implementations
impl Clone for remote_domain_event_callback_job_completed_msg[src]
fn clone(&self) -> remote_domain_event_callback_job_completed_msg
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_domain_event_callback_job_completed_msg[src]
impl Eq for remote_domain_event_callback_job_completed_msg[src]
impl PartialEq for remote_domain_event_callback_job_completed_msg[src]
fn eq(&self, __arg_0: &remote_domain_event_callback_job_completed_msg) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &remote_domain_event_callback_job_completed_msg) -> bool
This method tests for !=.
impl<Out: Write> Pack<Out> for remote_domain_event_callback_job_completed_msg[src]
impl<In: Read> Unpack<In> for remote_domain_event_callback_job_completed_msg[src]
fn unpack(
input: &mut In
) -> Result<(remote_domain_event_callback_job_completed_msg, usize)>
input: &mut In
) -> Result<(remote_domain_event_callback_job_completed_msg, usize)>