Struct windows_sys::Web::Http::HttpProgress
[−]#[repr(C)]pub struct HttpProgress {
pub Stage: HttpProgressStage,
pub BytesSent: u64,
pub TotalBytesToSend: IReference,
pub BytesReceived: u64,
pub TotalBytesToReceive: IReference,
pub Retries: u32,
}Expand description
Required features: "Web_Http", "Foundation"
Fields
Stage: HttpProgressStageBytesSent: u64TotalBytesToSend: IReferenceBytesReceived: u64TotalBytesToReceive: IReferenceRetries: u32Trait Implementations
impl Clone for HttpProgress
impl Clone for HttpProgress
impl Copy for HttpProgress
Auto Trait Implementations
impl RefUnwindSafe for HttpProgress
impl !Send for HttpProgress
impl !Sync for HttpProgress
impl Unpin for HttpProgress
impl UnwindSafe for HttpProgress
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more