Struct windows_sys::Media::Import::PhotoImportProgress
[−]#[repr(C)]pub struct PhotoImportProgress {
pub ItemsImported: u32,
pub TotalItemsToImport: u32,
pub BytesImported: u64,
pub TotalBytesToImport: u64,
pub ImportProgress: f64,
}Expand description
Required features: ‘Media_Import’
Fields
ItemsImported: u32TotalItemsToImport: u32BytesImported: u64TotalBytesToImport: u64ImportProgress: f64Trait Implementations
impl Clone for PhotoImportProgress
impl Clone for PhotoImportProgress
impl Copy for PhotoImportProgress
Auto Trait Implementations
impl RefUnwindSafe for PhotoImportProgress
impl Send for PhotoImportProgress
impl Sync for PhotoImportProgress
impl Unpin for PhotoImportProgress
impl UnwindSafe for PhotoImportProgress
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more