pub struct TransitProcess {
    pub copied_bytes: u64,
    pub total_bytes: u64,
}
Expand description

A structure which include information about the current status of the copy or move file.

Fields

copied_bytes: u64

Copied bytes on this time.

total_bytes: u64

All the bytes which should to copy or move.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.