Struct windows_sys::Win32::Networking::BackgroundIntelligentTransferService::BG_JOB_REPLY_PROGRESS
[−]Expand description
Required features: "Win32_Networking_BackgroundIntelligentTransferService"
Fields
BytesTotal: u64
BytesTransferred: u64
Trait Implementations
impl Clone for BG_JOB_REPLY_PROGRESS
impl Clone for BG_JOB_REPLY_PROGRESS
impl Copy for BG_JOB_REPLY_PROGRESS
Auto Trait Implementations
impl RefUnwindSafe for BG_JOB_REPLY_PROGRESS
impl Send for BG_JOB_REPLY_PROGRESS
impl Sync for BG_JOB_REPLY_PROGRESS
impl Unpin for BG_JOB_REPLY_PROGRESS
impl UnwindSafe for BG_JOB_REPLY_PROGRESS
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