#[repr(C)]pub struct IDirectManipulationViewportEventHandler_Vtbl {
pub base__: IUnknown_Vtbl,
pub OnViewportStatusChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: DIRECTMANIPULATION_STATUS, _: DIRECTMANIPULATION_STATUS) -> HRESULT,
pub OnViewportUpdated: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub OnContentUpdated: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§OnViewportStatusChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: DIRECTMANIPULATION_STATUS, _: DIRECTMANIPULATION_STATUS) -> HRESULT
§OnViewportUpdated: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§OnContentUpdated: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
Implementations§
§impl IDirectManipulationViewportEventHandler_Vtbl
impl IDirectManipulationViewportEventHandler_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDirectManipulationViewportEventHandler_Vtblwhere
Identity: IDirectManipulationViewportEventHandler_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDirectManipulationViewportEventHandler_Vtbl
impl RefUnwindSafe for IDirectManipulationViewportEventHandler_Vtbl
impl Send for IDirectManipulationViewportEventHandler_Vtbl
impl Sync for IDirectManipulationViewportEventHandler_Vtbl
impl Unpin for IDirectManipulationViewportEventHandler_Vtbl
impl UnwindSafe for IDirectManipulationViewportEventHandler_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