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: HttpProgressStage
BytesSent: u64
TotalBytesToSend: IReference
BytesReceived: u64
TotalBytesToReceive: IReference
Retries: u32
Trait 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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more