#[repr(C)]pub struct IDirectManipulationManager_Vtbl {
pub base__: IUnknown_Vtbl,
pub Activate: unsafe extern "system" fn(_: *mut c_void, _: HWND) -> HRESULT,
pub Deactivate: unsafe extern "system" fn(_: *mut c_void, _: HWND) -> HRESULT,
pub RegisterHitTestTarget: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: HWND, _: DIRECTMANIPULATION_HITTEST_TYPE) -> HRESULT,
pub ProcessInput: unsafe extern "system" fn(_: *mut c_void, _: *const MSG, _: *mut BOOL) -> HRESULT,
pub GetUpdateManager: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
pub CreateViewport: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: HWND, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
pub CreateContent: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const GUID, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Activate: unsafe extern "system" fn(_: *mut c_void, _: HWND) -> HRESULT
§Deactivate: unsafe extern "system" fn(_: *mut c_void, _: HWND) -> HRESULT
§RegisterHitTestTarget: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: HWND, _: DIRECTMANIPULATION_HITTEST_TYPE) -> HRESULT
§ProcessInput: unsafe extern "system" fn(_: *mut c_void, _: *const MSG, _: *mut BOOL) -> HRESULT
§GetUpdateManager: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT
§CreateViewport: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: HWND, _: *const GUID, _: *mut *mut c_void) -> HRESULT
§CreateContent: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const GUID, _: *const GUID, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IDirectManipulationManager_Vtbl
impl IDirectManipulationManager_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDirectManipulationManager_Vtblwhere
Identity: IDirectManipulationManager_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDirectManipulationManager_Vtbl
impl RefUnwindSafe for IDirectManipulationManager_Vtbl
impl Send for IDirectManipulationManager_Vtbl
impl Sync for IDirectManipulationManager_Vtbl
impl Unpin for IDirectManipulationManager_Vtbl
impl UnwindSafe for IDirectManipulationManager_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