Struct RetrievalProgress
#[repr(C)]pub struct RetrievalProgress {
pub BytesRetrieved: u32,
pub TotalBytesToRetrieve: u32,
}
Fields§
§BytesRetrieved: u32
§TotalBytesToRetrieve: u32
Trait Implementations§
§impl Clone for RetrievalProgress
impl Clone for RetrievalProgress
§fn clone(&self) -> RetrievalProgress
fn clone(&self) -> RetrievalProgress
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 more§impl Debug for RetrievalProgress
impl Debug for RetrievalProgress
§impl Default for RetrievalProgress
impl Default for RetrievalProgress
§fn default() -> RetrievalProgress
fn default() -> RetrievalProgress
Returns the “default value” for a type. Read more
§impl PartialEq for RetrievalProgress
impl PartialEq for RetrievalProgress
impl Copy for RetrievalProgress
impl StructuralPartialEq for RetrievalProgress
Auto Trait Implementations§
impl Freeze for RetrievalProgress
impl RefUnwindSafe for RetrievalProgress
impl Send for RetrievalProgress
impl Sync for RetrievalProgress
impl Unpin for RetrievalProgress
impl UnwindSafe for RetrievalProgress
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