Struct IPhotoImportSession_Vtbl
#[repr(C)]pub struct IPhotoImportSession_Vtbl {
pub base__: IInspectable_Vtbl,
pub Source: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SessionId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub SetDestinationFolder: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub DestinationFolder: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetAppendSessionDateToDestinationFolder: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub AppendSessionDateToDestinationFolder: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetSubfolderCreationMode: unsafe extern "system" fn(_: *mut c_void, _: PhotoImportSubfolderCreationMode) -> HRESULT,
pub SubfolderCreationMode: unsafe extern "system" fn(_: *mut c_void, _: *mut PhotoImportSubfolderCreationMode) -> HRESULT,
pub SetDestinationFileNamePrefix: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub DestinationFileNamePrefix: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub FindItemsAsync: unsafe extern "system" fn(_: *mut c_void, _: PhotoImportContentTypeFilter, _: PhotoImportItemSelectionMode, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§Source: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SessionId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT§SetDestinationFolder: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§DestinationFolder: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetAppendSessionDateToDestinationFolder: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§AppendSessionDateToDestinationFolder: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetSubfolderCreationMode: unsafe extern "system" fn(_: *mut c_void, _: PhotoImportSubfolderCreationMode) -> HRESULT§SubfolderCreationMode: unsafe extern "system" fn(_: *mut c_void, _: *mut PhotoImportSubfolderCreationMode) -> HRESULT§SetDestinationFileNamePrefix: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§DestinationFileNamePrefix: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§FindItemsAsync: unsafe extern "system" fn(_: *mut c_void, _: PhotoImportContentTypeFilter, _: PhotoImportItemSelectionMode, _: *mut *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IPhotoImportSession_Vtbl
impl RefUnwindSafe for IPhotoImportSession_Vtbl
impl Send for IPhotoImportSession_Vtbl
impl Sync for IPhotoImportSession_Vtbl
impl Unpin for IPhotoImportSession_Vtbl
impl UnwindSafe for IPhotoImportSession_Vtbl
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