#[repr(C)]pub struct IFileInformationFactoryFactory_Vtbl {
pub base__: IInspectable_Vtbl,
pub CreateWithMode: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: ThumbnailMode, _: *mut *mut c_void) -> HRESULT,
pub CreateWithModeAndSize: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: ThumbnailMode, _: u32, _: *mut *mut c_void) -> HRESULT,
pub CreateWithModeAndSizeAndOptions: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: ThumbnailMode, _: u32, _: ThumbnailOptions, _: *mut *mut c_void) -> HRESULT,
pub CreateWithModeAndSizeAndOptionsAndFlags: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: ThumbnailMode, _: u32, _: ThumbnailOptions, _: bool, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§CreateWithMode: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: ThumbnailMode, _: *mut *mut c_void) -> HRESULT
§CreateWithModeAndSize: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: ThumbnailMode, _: u32, _: *mut *mut c_void) -> HRESULT
§CreateWithModeAndSizeAndOptions: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: ThumbnailMode, _: u32, _: ThumbnailOptions, _: *mut *mut c_void) -> HRESULT
§CreateWithModeAndSizeAndOptionsAndFlags: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: ThumbnailMode, _: u32, _: ThumbnailOptions, _: bool, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IFileInformationFactoryFactory_Vtbl
impl RefUnwindSafe for IFileInformationFactoryFactory_Vtbl
impl Send for IFileInformationFactoryFactory_Vtbl
impl Sync for IFileInformationFactoryFactory_Vtbl
impl Unpin for IFileInformationFactoryFactory_Vtbl
impl UnwindSafe for IFileInformationFactoryFactory_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