pub struct DownloadEventProgress {
pub downloaded: i64,
pub total: i64,
}
Fields§
§downloaded: i64
§total: i64
Trait Implementations§
Source§impl Clone for DownloadEventProgress
impl Clone for DownloadEventProgress
Source§fn clone(&self) -> DownloadEventProgress
fn clone(&self) -> DownloadEventProgress
Returns a copy 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 Debug for DownloadEventProgress
impl Debug for DownloadEventProgress
Source§impl Hash for DownloadEventProgress
impl Hash for DownloadEventProgress
Source§impl Ord for DownloadEventProgress
impl Ord for DownloadEventProgress
Source§fn cmp(&self, other: &DownloadEventProgress) -> Ordering
fn cmp(&self, other: &DownloadEventProgress) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DownloadEventProgress
impl PartialEq for DownloadEventProgress
Source§impl PartialOrd for DownloadEventProgress
impl PartialOrd for DownloadEventProgress
impl Copy for DownloadEventProgress
impl Eq for DownloadEventProgress
impl StructuralPartialEq for DownloadEventProgress
Auto Trait Implementations§
impl Freeze for DownloadEventProgress
impl RefUnwindSafe for DownloadEventProgress
impl Send for DownloadEventProgress
impl Sync for DownloadEventProgress
impl Unpin for DownloadEventProgress
impl UnwindSafe for DownloadEventProgress
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