#[repr(C)]pub struct BG_FILE_PROGRESS {
pub BytesTotal: u64,
pub BytesTransferred: u64,
pub Completed: BOOL,
}Expand description
Required features: "Win32_Networking_BackgroundIntelligentTransferService", "Win32_Foundation"
Fields
BytesTotal: u64BytesTransferred: u64Completed: BOOLTrait Implementations
impl Clone for BG_FILE_PROGRESS
impl Clone for BG_FILE_PROGRESS
impl Copy for BG_FILE_PROGRESS
Auto Trait Implementations
impl RefUnwindSafe for BG_FILE_PROGRESS
impl Send for BG_FILE_PROGRESS
impl Sync for BG_FILE_PROGRESS
impl Unpin for BG_FILE_PROGRESS
impl UnwindSafe for BG_FILE_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