pub struct remote_domain_get_job_info_ret {
pub type_: i32,
pub timeElapsed: u64,
pub timeRemaining: u64,
pub dataTotal: u64,
pub dataProcessed: u64,
pub dataRemaining: u64,
pub memTotal: u64,
pub memProcessed: u64,
pub memRemaining: u64,
pub fileTotal: u64,
pub fileProcessed: u64,
pub fileRemaining: u64,
}
Fields§
§type_: i32
§timeElapsed: u64
§timeRemaining: u64
§dataTotal: u64
§dataProcessed: u64
§dataRemaining: u64
§memTotal: u64
§memProcessed: u64
§memRemaining: u64
§fileTotal: u64
§fileProcessed: u64
§fileRemaining: u64
Trait Implementations§
Source§impl Clone for remote_domain_get_job_info_ret
impl Clone for remote_domain_get_job_info_ret
Source§fn clone(&self) -> remote_domain_get_job_info_ret
fn clone(&self) -> remote_domain_get_job_info_ret
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<Out: Write> Pack<Out> for remote_domain_get_job_info_ret
impl<Out: Write> Pack<Out> for remote_domain_get_job_info_ret
Source§impl PartialEq for remote_domain_get_job_info_ret
impl PartialEq for remote_domain_get_job_info_ret
Source§fn eq(&self, other: &remote_domain_get_job_info_ret) -> bool
fn eq(&self, other: &remote_domain_get_job_info_ret) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl<In: Read> Unpack<In> for remote_domain_get_job_info_ret
impl<In: Read> Unpack<In> for remote_domain_get_job_info_ret
impl Copy for remote_domain_get_job_info_ret
impl Eq for remote_domain_get_job_info_ret
impl StructuralPartialEq for remote_domain_get_job_info_ret
Auto Trait Implementations§
impl Freeze for remote_domain_get_job_info_ret
impl RefUnwindSafe for remote_domain_get_job_info_ret
impl Send for remote_domain_get_job_info_ret
impl Sync for remote_domain_get_job_info_ret
impl Unpin for remote_domain_get_job_info_ret
impl UnwindSafe for remote_domain_get_job_info_ret
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more