Struct windows::Win32::Storage::Xps::IXpsOMThumbnailGenerator_Vtbl
#[repr(C)]pub struct IXpsOMThumbnailGenerator_Vtbl {
pub base__: IUnknown_Vtbl,
pub GenerateThumbnail: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: XPS_IMAGE_TYPE, _: XPS_THUMBNAIL_SIZE, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GenerateThumbnail: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: XPS_IMAGE_TYPE, _: XPS_THUMBNAIL_SIZE, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IXpsOMThumbnailGenerator_Vtbl
impl IXpsOMThumbnailGenerator_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IXpsOMThumbnailGenerator_Vtblwhere
Identity: IXpsOMThumbnailGenerator_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IXpsOMThumbnailGenerator_Vtbl
impl RefUnwindSafe for IXpsOMThumbnailGenerator_Vtbl
impl Send for IXpsOMThumbnailGenerator_Vtbl
impl Sync for IXpsOMThumbnailGenerator_Vtbl
impl Unpin for IXpsOMThumbnailGenerator_Vtbl
impl UnwindSafe for IXpsOMThumbnailGenerator_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