Struct IDynamicRenderer_Vtbl
#[repr(C)]pub struct IDynamicRenderer_Vtbl {Show 16 fields
pub base__: IUnknown_Vtbl,
pub Enabled: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub SetEnabled: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub HWND: unsafe extern "system" fn(_: *mut c_void, _: *mut HANDLE_PTR) -> HRESULT,
pub SetHWND: unsafe extern "system" fn(_: *mut c_void, _: HANDLE_PTR) -> HRESULT,
pub ClipRectangle: unsafe extern "system" fn(_: *mut c_void, _: *mut RECT) -> HRESULT,
pub SetClipRectangle: unsafe extern "system" fn(_: *mut c_void, _: *const RECT) -> HRESULT,
pub ClipRegion: unsafe extern "system" fn(_: *mut c_void, _: *mut HANDLE_PTR) -> HRESULT,
pub SetClipRegion: unsafe extern "system" fn(_: *mut c_void, _: HANDLE_PTR) -> HRESULT,
pub DrawingAttributes: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub putref_DrawingAttributes: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub DataCacheEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub SetDataCacheEnabled: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub ReleaseCachedData: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub Refresh: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Draw: unsafe extern "system" fn(_: *mut c_void, _: HANDLE_PTR) -> HRESULT,
}Fields§
§base__: IUnknown_Vtbl§Enabled: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT§SetEnabled: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT§HWND: unsafe extern "system" fn(_: *mut c_void, _: *mut HANDLE_PTR) -> HRESULT§SetHWND: unsafe extern "system" fn(_: *mut c_void, _: HANDLE_PTR) -> HRESULT§ClipRectangle: unsafe extern "system" fn(_: *mut c_void, _: *mut RECT) -> HRESULT§SetClipRectangle: unsafe extern "system" fn(_: *mut c_void, _: *const RECT) -> HRESULT§ClipRegion: unsafe extern "system" fn(_: *mut c_void, _: *mut HANDLE_PTR) -> HRESULT§SetClipRegion: unsafe extern "system" fn(_: *mut c_void, _: HANDLE_PTR) -> HRESULT§DrawingAttributes: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§putref_DrawingAttributes: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§DataCacheEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT§SetDataCacheEnabled: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT§ReleaseCachedData: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT§Refresh: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§Draw: unsafe extern "system" fn(_: *mut c_void, _: HANDLE_PTR) -> HRESULTImplementations§
§impl IDynamicRenderer_Vtbl
impl IDynamicRenderer_Vtbl
pub const fn new<Identity: IDynamicRenderer_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDynamicRenderer_Vtbl
impl RefUnwindSafe for IDynamicRenderer_Vtbl
impl Send for IDynamicRenderer_Vtbl
impl Sync for IDynamicRenderer_Vtbl
impl Unpin for IDynamicRenderer_Vtbl
impl UnwindSafe for IDynamicRenderer_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