#[repr(C)]pub struct BG_JOB_PROGRESS {
pub BytesTotal: UINT64,
pub BytesTransferred: UINT64,
pub FilesTotal: ULONG,
pub FilesTransferred: ULONG,
}
Fields§
§BytesTotal: UINT64
§BytesTransferred: UINT64
§FilesTotal: ULONG
§FilesTransferred: ULONG
Trait Implementations§
Source§impl Clone for BG_JOB_PROGRESS
impl Clone for BG_JOB_PROGRESS
Source§fn clone(&self) -> BG_JOB_PROGRESS
fn clone(&self) -> BG_JOB_PROGRESS
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for BG_JOB_PROGRESS
impl Default for BG_JOB_PROGRESS
Source§fn default() -> BG_JOB_PROGRESS
fn default() -> BG_JOB_PROGRESS
Returns the “default value” for a type. Read more
impl Copy for BG_JOB_PROGRESS
Auto Trait Implementations§
impl Freeze for BG_JOB_PROGRESS
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more