#[repr(C)]pub struct BG_FILE_PROGRESS {
pub BytesTotal: UINT64,
pub BytesTransferred: UINT64,
pub Completed: BOOL,
}
Fields§
§BytesTotal: UINT64
§BytesTransferred: UINT64
§Completed: BOOL
Trait Implementations§
Source§impl Clone for BG_FILE_PROGRESS
impl Clone for BG_FILE_PROGRESS
Source§fn clone(&self) -> BG_FILE_PROGRESS
fn clone(&self) -> BG_FILE_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_FILE_PROGRESS
impl Default for BG_FILE_PROGRESS
Source§fn default() -> BG_FILE_PROGRESS
fn default() -> BG_FILE_PROGRESS
Returns the “default value” for a type. Read more
impl Copy for BG_FILE_PROGRESS
Auto Trait Implementations§
impl Freeze for BG_FILE_PROGRESS
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§
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