Struct windows::Win32::UI::Shell::IThumbnailProvider_Vtbl
#[repr(C)]pub struct IThumbnailProvider_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetThumbnail: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut HBITMAP, _: *mut WTS_ALPHATYPE) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetThumbnail: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut HBITMAP, _: *mut WTS_ALPHATYPE) -> HRESULT
Implementations§
§impl IThumbnailProvider_Vtbl
impl IThumbnailProvider_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IThumbnailProvider_Vtblwhere
Identity: IThumbnailProvider_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IThumbnailProvider_Vtbl
impl RefUnwindSafe for IThumbnailProvider_Vtbl
impl Send for IThumbnailProvider_Vtbl
impl Sync for IThumbnailProvider_Vtbl
impl Unpin for IThumbnailProvider_Vtbl
impl UnwindSafe for IThumbnailProvider_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