#[repr(C)]pub struct IDummyHICONIncluderVtbl {
pub QueryInterface: Option<unsafe extern "C" fn(This: *mut IDummyHICONIncluder, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "C" fn(This: *mut IDummyHICONIncluder) -> ULONG>,
pub Release: Option<unsafe extern "C" fn(This: *mut IDummyHICONIncluder) -> ULONG>,
pub Dummy: Option<unsafe extern "C" fn(This: *mut IDummyHICONIncluder, h1: HICON, h2: HDC) -> HRESULT>,
}
Fields§
§QueryInterface: Option<unsafe extern "C" fn(This: *mut IDummyHICONIncluder, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>
§AddRef: Option<unsafe extern "C" fn(This: *mut IDummyHICONIncluder) -> ULONG>
§Release: Option<unsafe extern "C" fn(This: *mut IDummyHICONIncluder) -> ULONG>
§Dummy: Option<unsafe extern "C" fn(This: *mut IDummyHICONIncluder, h1: HICON, h2: HDC) -> HRESULT>
Trait Implementations§
Source§impl Clone for IDummyHICONIncluderVtbl
impl Clone for IDummyHICONIncluderVtbl
Source§fn clone(&self) -> IDummyHICONIncluderVtbl
fn clone(&self) -> IDummyHICONIncluderVtbl
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for IDummyHICONIncluderVtbl
impl Debug for IDummyHICONIncluderVtbl
Source§impl Ord for IDummyHICONIncluderVtbl
impl Ord for IDummyHICONIncluderVtbl
Source§fn cmp(&self, other: &IDummyHICONIncluderVtbl) -> Ordering
fn cmp(&self, other: &IDummyHICONIncluderVtbl) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IDummyHICONIncluderVtbl
impl PartialEq for IDummyHICONIncluderVtbl
Source§impl PartialOrd for IDummyHICONIncluderVtbl
impl PartialOrd for IDummyHICONIncluderVtbl
impl Copy for IDummyHICONIncluderVtbl
impl Eq for IDummyHICONIncluderVtbl
impl StructuralPartialEq for IDummyHICONIncluderVtbl
Auto Trait Implementations§
impl Freeze for IDummyHICONIncluderVtbl
impl RefUnwindSafe for IDummyHICONIncluderVtbl
impl Send for IDummyHICONIncluderVtbl
impl Sync for IDummyHICONIncluderVtbl
impl Unpin for IDummyHICONIncluderVtbl
impl UnwindSafe for IDummyHICONIncluderVtbl
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