Struct windows::Media::Import::IPhotoImportItem_Vtbl
#[repr(C)]pub struct IPhotoImportItem_Vtbl {Show 14 fields
pub base__: IInspectable_Vtbl,
pub Name: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub ItemKey: unsafe extern "system" fn(_: *mut c_void, _: *mut u64) -> HRESULT,
pub ContentType: unsafe extern "system" fn(_: *mut c_void, _: *mut PhotoImportContentType) -> HRESULT,
pub SizeInBytes: unsafe extern "system" fn(_: *mut c_void, _: *mut u64) -> HRESULT,
pub Date: unsafe extern "system" fn(_: *mut c_void, _: *mut DateTime) -> HRESULT,
pub Sibling: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Sidecars: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub VideoSegments: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub IsSelected: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIsSelected: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub Thumbnail: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ImportedFileNames: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub DeletedFileNames: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Name: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§ItemKey: unsafe extern "system" fn(_: *mut c_void, _: *mut u64) -> HRESULT
§ContentType: unsafe extern "system" fn(_: *mut c_void, _: *mut PhotoImportContentType) -> HRESULT
§SizeInBytes: unsafe extern "system" fn(_: *mut c_void, _: *mut u64) -> HRESULT
§Date: unsafe extern "system" fn(_: *mut c_void, _: *mut DateTime) -> HRESULT
§Sibling: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Sidecars: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§VideoSegments: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§IsSelected: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetIsSelected: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§Thumbnail: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§ImportedFileNames: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§DeletedFileNames: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IPhotoImportItem_Vtbl
impl RefUnwindSafe for IPhotoImportItem_Vtbl
impl Send for IPhotoImportItem_Vtbl
impl Sync for IPhotoImportItem_Vtbl
impl Unpin for IPhotoImportItem_Vtbl
impl UnwindSafe for IPhotoImportItem_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