Struct INameSpaceTreeControlCustomDraw_Vtbl
#[repr(C)]pub struct INameSpaceTreeControlCustomDraw_Vtbl {
pub base__: IUnknown_Vtbl,
pub PrePaint: unsafe extern "system" fn(_: *mut c_void, _: HDC, _: *const RECT, _: *mut LRESULT) -> HRESULT,
pub PostPaint: unsafe extern "system" fn(_: *mut c_void, _: HDC, _: *const RECT) -> HRESULT,
pub ItemPrePaint: unsafe extern "system" fn(_: *mut c_void, _: HDC, _: *const RECT, _: *const NSTCCUSTOMDRAW, _: *mut COLORREF, _: *mut COLORREF, _: *mut LRESULT) -> HRESULT,
pub ItemPostPaint: unsafe extern "system" fn(_: *mut c_void, _: HDC, _: *const RECT, _: *const NSTCCUSTOMDRAW) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§PrePaint: unsafe extern "system" fn(_: *mut c_void, _: HDC, _: *const RECT, _: *mut LRESULT) -> HRESULT
§PostPaint: unsafe extern "system" fn(_: *mut c_void, _: HDC, _: *const RECT) -> HRESULT
§ItemPrePaint: unsafe extern "system" fn(_: *mut c_void, _: HDC, _: *const RECT, _: *const NSTCCUSTOMDRAW, _: *mut COLORREF, _: *mut COLORREF, _: *mut LRESULT) -> HRESULT
§ItemPostPaint: unsafe extern "system" fn(_: *mut c_void, _: HDC, _: *const RECT, _: *const NSTCCUSTOMDRAW) -> HRESULT
Implementations§
§impl INameSpaceTreeControlCustomDraw_Vtbl
impl INameSpaceTreeControlCustomDraw_Vtbl
pub const fn new<Identity: INameSpaceTreeControlCustomDraw_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for INameSpaceTreeControlCustomDraw_Vtbl
impl RefUnwindSafe for INameSpaceTreeControlCustomDraw_Vtbl
impl Send for INameSpaceTreeControlCustomDraw_Vtbl
impl Sync for INameSpaceTreeControlCustomDraw_Vtbl
impl Unpin for INameSpaceTreeControlCustomDraw_Vtbl
impl UnwindSafe for INameSpaceTreeControlCustomDraw_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