pub struct FileWorkerProcessProgress {
pub processed_bytes: u64,
pub total_bytes: u64,
pub output_file_name: Option<String>,
}Fields§
§processed_bytes: u64§total_bytes: u64§output_file_name: Option<String>Trait Implementations§
Source§impl Clone for FileWorkerProcessProgress
impl Clone for FileWorkerProcessProgress
Source§fn clone(&self) -> FileWorkerProcessProgress
fn clone(&self) -> FileWorkerProcessProgress
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FileWorkerProcessProgress
impl Debug for FileWorkerProcessProgress
impl Eq for FileWorkerProcessProgress
impl StructuralPartialEq for FileWorkerProcessProgress
Auto Trait Implementations§
impl Freeze for FileWorkerProcessProgress
impl RefUnwindSafe for FileWorkerProcessProgress
impl Send for FileWorkerProcessProgress
impl Sync for FileWorkerProcessProgress
impl Unpin for FileWorkerProcessProgress
impl UnsafeUnpin for FileWorkerProcessProgress
impl UnwindSafe for FileWorkerProcessProgress
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