Struct IStorageItemInformation_Vtbl
#[repr(C)]pub struct IStorageItemInformation_Vtbl {
pub base__: IInspectable_Vtbl,
pub MusicProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub VideoProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ImageProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub DocumentProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub BasicProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Thumbnail: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ThumbnailUpdated: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveThumbnailUpdated: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub PropertiesUpdated: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemovePropertiesUpdated: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§MusicProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§VideoProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§ImageProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§DocumentProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§BasicProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Thumbnail: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§ThumbnailUpdated: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT
§RemoveThumbnailUpdated: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
§PropertiesUpdated: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT
§RemovePropertiesUpdated: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
Implementations§
§impl IStorageItemInformation_Vtbl
impl IStorageItemInformation_Vtbl
pub const fn new<Identity: IStorageItemInformation_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IStorageItemInformation_Vtbl
impl RefUnwindSafe for IStorageItemInformation_Vtbl
impl Send for IStorageItemInformation_Vtbl
impl Sync for IStorageItemInformation_Vtbl
impl Unpin for IStorageItemInformation_Vtbl
impl UnwindSafe for IStorageItemInformation_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