Struct windows_sys::Web::Syndication::RetrievalProgress
[−]Expand description
Required features: ‘Web_Syndication’
Fields
BytesRetrieved: u32
TotalBytesToRetrieve: u32
Trait Implementations
impl Clone for RetrievalProgress
impl Clone for RetrievalProgress
impl Copy for RetrievalProgress
Auto Trait Implementations
impl RefUnwindSafe for RetrievalProgress
impl Send for RetrievalProgress
impl Sync for RetrievalProgress
impl Unpin for RetrievalProgress
impl UnwindSafe for RetrievalProgress
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