Struct windows::Storage::IStorageItemProperties_Vtbl
#[repr(C)]pub struct IStorageItemProperties_Vtbl {
pub base__: IInspectable_Vtbl,
pub GetThumbnailAsyncOverloadDefaultSizeDefaultOptions: unsafe extern "system" fn(_: *mut c_void, _: ThumbnailMode, _: *mut *mut c_void) -> HRESULT,
pub GetThumbnailAsyncOverloadDefaultOptions: unsafe extern "system" fn(_: *mut c_void, _: ThumbnailMode, _: u32, _: *mut *mut c_void) -> HRESULT,
pub GetThumbnailAsync: unsafe extern "system" fn(_: *mut c_void, _: ThumbnailMode, _: u32, _: ThumbnailOptions, _: *mut *mut c_void) -> HRESULT,
pub DisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub DisplayType: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub FolderRelativeId: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub Properties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§GetThumbnailAsyncOverloadDefaultSizeDefaultOptions: unsafe extern "system" fn(_: *mut c_void, _: ThumbnailMode, _: *mut *mut c_void) -> HRESULT
§GetThumbnailAsyncOverloadDefaultOptions: unsafe extern "system" fn(_: *mut c_void, _: ThumbnailMode, _: u32, _: *mut *mut c_void) -> HRESULT
§GetThumbnailAsync: unsafe extern "system" fn(_: *mut c_void, _: ThumbnailMode, _: u32, _: ThumbnailOptions, _: *mut *mut c_void) -> HRESULT
§DisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§DisplayType: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§FolderRelativeId: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§Properties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IStorageItemProperties_Vtbl
impl IStorageItemProperties_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IStorageItemProperties_Vtblwhere
Identity: IStorageItemProperties_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IStorageItemProperties_Vtbl
impl RefUnwindSafe for IStorageItemProperties_Vtbl
impl Send for IStorageItemProperties_Vtbl
impl Sync for IStorageItemProperties_Vtbl
impl Unpin for IStorageItemProperties_Vtbl
impl UnwindSafe for IStorageItemProperties_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