#[repr(C)]pub struct IThumbnailProperties_Vtbl {
pub base__: IInspectable_Vtbl,
pub OriginalWidth: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub OriginalHeight: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub ReturnedSmallerCachedSize: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub Type: unsafe extern "system" fn(_: *mut c_void, _: *mut ThumbnailType) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§OriginalWidth: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§OriginalHeight: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§ReturnedSmallerCachedSize: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§Type: unsafe extern "system" fn(_: *mut c_void, _: *mut ThumbnailType) -> HRESULT
Auto Trait Implementations§
impl Freeze for IThumbnailProperties_Vtbl
impl RefUnwindSafe for IThumbnailProperties_Vtbl
impl Send for IThumbnailProperties_Vtbl
impl Sync for IThumbnailProperties_Vtbl
impl Unpin for IThumbnailProperties_Vtbl
impl UnwindSafe for IThumbnailProperties_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