Struct PhotoImportProgress
#[repr(C)]pub struct PhotoImportProgress {
pub ItemsImported: u32,
pub TotalItemsToImport: u32,
pub BytesImported: u64,
pub TotalBytesToImport: u64,
pub ImportProgress: f64,
}
Fields§
§ItemsImported: u32
§TotalItemsToImport: u32
§BytesImported: u64
§TotalBytesToImport: u64
§ImportProgress: f64
Trait Implementations§
§impl Clone for PhotoImportProgress
impl Clone for PhotoImportProgress
§fn clone(&self) -> PhotoImportProgress
fn clone(&self) -> PhotoImportProgress
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 more§impl Debug for PhotoImportProgress
impl Debug for PhotoImportProgress
§impl Default for PhotoImportProgress
impl Default for PhotoImportProgress
§fn default() -> PhotoImportProgress
fn default() -> PhotoImportProgress
Returns the “default value” for a type. Read more
§impl PartialEq for PhotoImportProgress
impl PartialEq for PhotoImportProgress
impl Copy for PhotoImportProgress
impl StructuralPartialEq for PhotoImportProgress
Auto Trait Implementations§
impl Freeze for PhotoImportProgress
impl RefUnwindSafe for PhotoImportProgress
impl Send for PhotoImportProgress
impl Sync for PhotoImportProgress
impl Unpin for PhotoImportProgress
impl UnwindSafe for PhotoImportProgress
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