Struct windows::Storage::IStorageItemProperties2_Vtbl
#[repr(C)]pub struct IStorageItemProperties2_Vtbl {
pub base__: IInspectable_Vtbl,
pub GetScaledImageAsThumbnailAsyncOverloadDefaultSizeDefaultOptions: unsafe extern "system" fn(_: *mut c_void, _: ThumbnailMode, _: *mut *mut c_void) -> HRESULT,
pub GetScaledImageAsThumbnailAsyncOverloadDefaultOptions: unsafe extern "system" fn(_: *mut c_void, _: ThumbnailMode, _: u32, _: *mut *mut c_void) -> HRESULT,
pub GetScaledImageAsThumbnailAsync: unsafe extern "system" fn(_: *mut c_void, _: ThumbnailMode, _: u32, _: ThumbnailOptions, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§GetScaledImageAsThumbnailAsyncOverloadDefaultSizeDefaultOptions: unsafe extern "system" fn(_: *mut c_void, _: ThumbnailMode, _: *mut *mut c_void) -> HRESULT
§GetScaledImageAsThumbnailAsyncOverloadDefaultOptions: unsafe extern "system" fn(_: *mut c_void, _: ThumbnailMode, _: u32, _: *mut *mut c_void) -> HRESULT
§GetScaledImageAsThumbnailAsync: unsafe extern "system" fn(_: *mut c_void, _: ThumbnailMode, _: u32, _: ThumbnailOptions, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IStorageItemProperties2_Vtbl
impl IStorageItemProperties2_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IStorageItemProperties2_Vtblwhere
Identity: IStorageItemProperties2_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IStorageItemProperties2_Vtbl
impl RefUnwindSafe for IStorageItemProperties2_Vtbl
impl Send for IStorageItemProperties2_Vtbl
impl Sync for IStorageItemProperties2_Vtbl
impl Unpin for IStorageItemProperties2_Vtbl
impl UnwindSafe for IStorageItemProperties2_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