#[repr(C)]pub struct BG_JOB_PROGRESS {
pub BytesTotal: u64,
pub BytesTransferred: u64,
pub FilesTotal: u32,
pub FilesTransferred: u32,
}
Expand description
Required features: "Win32_Networking_BackgroundIntelligentTransferService"
Fields
BytesTotal: u64
BytesTransferred: u64
FilesTotal: u32
FilesTransferred: u32
Trait Implementations
impl Clone for BG_JOB_PROGRESS
impl Clone for BG_JOB_PROGRESS
impl Copy for BG_JOB_PROGRESS
Auto Trait Implementations
impl RefUnwindSafe for BG_JOB_PROGRESS
impl Send for BG_JOB_PROGRESS
impl Sync for BG_JOB_PROGRESS
impl Unpin for BG_JOB_PROGRESS
impl UnwindSafe for BG_JOB_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