#[repr(C)]pub struct _VIRTUAL_DISK_PROGRESS {
pub OperationStatus: DWORD,
pub CurrentValue: ULONGLONG,
pub CompletionValue: ULONGLONG,
}Fields§
§OperationStatus: DWORD§CurrentValue: ULONGLONG§CompletionValue: ULONGLONGTrait Implementations§
Source§impl Clone for _VIRTUAL_DISK_PROGRESS
impl Clone for _VIRTUAL_DISK_PROGRESS
Source§fn clone(&self) -> _VIRTUAL_DISK_PROGRESS
fn clone(&self) -> _VIRTUAL_DISK_PROGRESS
Returns a duplicate 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 Debug for _VIRTUAL_DISK_PROGRESS
impl Debug for _VIRTUAL_DISK_PROGRESS
impl Copy for _VIRTUAL_DISK_PROGRESS
Auto Trait Implementations§
impl Freeze for _VIRTUAL_DISK_PROGRESS
impl RefUnwindSafe for _VIRTUAL_DISK_PROGRESS
impl Send for _VIRTUAL_DISK_PROGRESS
impl Sync for _VIRTUAL_DISK_PROGRESS
impl Unpin for _VIRTUAL_DISK_PROGRESS
impl UnwindSafe for _VIRTUAL_DISK_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