Struct windows::Web::Http::HttpProgress
#[repr(C)]pub struct HttpProgress {
pub Stage: HttpProgressStage,
pub BytesSent: u64,
pub TotalBytesToSend: Option<IReference<u64>>,
pub BytesReceived: u64,
pub TotalBytesToReceive: Option<IReference<u64>>,
pub Retries: u32,
}
Fields§
§Stage: HttpProgressStage
§BytesSent: u64
§TotalBytesToSend: Option<IReference<u64>>
§BytesReceived: u64
§TotalBytesToReceive: Option<IReference<u64>>
§Retries: u32
Trait Implementations§
§impl Clone for HttpProgress
impl Clone for HttpProgress
§fn clone(&self) -> HttpProgress
fn clone(&self) -> HttpProgress
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 HttpProgress
impl Debug for HttpProgress
§impl Default for HttpProgress
impl Default for HttpProgress
§impl PartialEq for HttpProgress
impl PartialEq for HttpProgress
§fn eq(&self, other: &HttpProgress) -> bool
fn eq(&self, other: &HttpProgress) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for HttpProgress
impl StructuralPartialEq for HttpProgress
Auto Trait Implementations§
impl Freeze for HttpProgress
impl RefUnwindSafe for HttpProgress
impl !Send for HttpProgress
impl !Sync for HttpProgress
impl Unpin for HttpProgress
impl UnwindSafe for HttpProgress
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)