Struct PhotoImportManager
pub struct PhotoImportManager;
Implementations§
§impl PhotoImportManager
impl PhotoImportManager
pub fn IsSupportedAsync() -> Result<IAsyncOperation<bool>>
pub fn FindAllSourcesAsync() -> Result<IAsyncOperation<IVectorView<PhotoImportSource>>>
pub fn GetPendingOperations() -> Result<IVectorView<PhotoImportOperation>>
Auto Trait Implementations§
impl Freeze for PhotoImportManager
impl RefUnwindSafe for PhotoImportManager
impl Send for PhotoImportManager
impl Sync for PhotoImportManager
impl Unpin for PhotoImportManager
impl UnwindSafe for PhotoImportManager
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