pub struct DownloadInner { /* private fields */ }Expand description
download status
Implementations§
Source§impl DownloadInner
impl DownloadInner
Sourcepub fn get_error(&self) -> Option<&DownloadError>
pub fn get_error(&self) -> Option<&DownloadError>
get error
Sourcepub fn get_percent_complete(&self) -> f64
pub fn get_percent_complete(&self) -> f64
get complete percent
Sourcepub fn get_byte_sec(&self) -> u64
pub fn get_byte_sec(&self) -> u64
computer bs
Sourcepub fn get_down_size(&self) -> u64
pub fn get_down_size(&self) -> u64
get size
Auto Trait Implementations§
impl !Freeze for DownloadInner
impl !RefUnwindSafe for DownloadInner
impl Send for DownloadInner
impl Sync for DownloadInner
impl Unpin for DownloadInner
impl !UnwindSafe for DownloadInner
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