Struct IUIImage_Vtbl
#[repr(C)]pub struct IUIImage_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetBitmap: unsafe extern "system" fn(_: *mut c_void, _: *mut HBITMAP) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetBitmap: unsafe extern "system" fn(_: *mut c_void, _: *mut HBITMAP) -> HRESULT
Implementations§
§impl IUIImage_Vtbl
impl IUIImage_Vtbl
pub const fn new<Identity: IUIImage_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IUIImage_Vtbl
impl RefUnwindSafe for IUIImage_Vtbl
impl Send for IUIImage_Vtbl
impl Sync for IUIImage_Vtbl
impl Unpin for IUIImage_Vtbl
impl UnwindSafe for IUIImage_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