#[repr(C)]pub struct IDummyHICONIncluder_Vtbl {
pub base__: IUnknown_Vtbl,
pub Dummy: unsafe extern "system" fn(_: *mut c_void, _: HICON, _: HDC) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Dummy: unsafe extern "system" fn(_: *mut c_void, _: HICON, _: HDC) -> HRESULT
Implementations§
§impl IDummyHICONIncluder_Vtbl
impl IDummyHICONIncluder_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDummyHICONIncluder_Vtblwhere
Identity: IDummyHICONIncluder_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDummyHICONIncluder_Vtbl
impl RefUnwindSafe for IDummyHICONIncluder_Vtbl
impl Send for IDummyHICONIncluder_Vtbl
impl Sync for IDummyHICONIncluder_Vtbl
impl Unpin for IDummyHICONIncluder_Vtbl
impl UnwindSafe for IDummyHICONIncluder_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