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: u32
TotalBytesToSend: u32
BytesRetrieved: u32
TotalBytesToRetrieve: u32
Trait Implementations
impl Clone for TransferProgress
impl Clone for TransferProgress
impl Copy for TransferProgress
Auto Trait Implementations
impl RefUnwindSafe for TransferProgress
impl Send for TransferProgress
impl Sync for TransferProgress
impl Unpin for TransferProgress
impl UnwindSafe for TransferProgress
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