Struct windows_sys::Web::Syndication::TransferProgress
[−]#[repr(C)]pub struct TransferProgress {
pub BytesSent: u32,
pub TotalBytesToSend: u32,
pub BytesRetrieved: u32,
pub TotalBytesToRetrieve: u32,
}Expand description
Required features: ‘Web_Syndication’
Fields
BytesSent: u32TotalBytesToSend: u32BytesRetrieved: u32TotalBytesToRetrieve: u32