Struct _IManipulationEvents_Vtbl
#[repr(C)]pub struct _IManipulationEvents_Vtbl {
pub base__: IUnknown_Vtbl,
pub ManipulationStarted: unsafe extern "system" fn(_: *mut c_void, _: f32, _: f32) -> HRESULT,
pub ManipulationDelta: unsafe extern "system" fn(_: *mut c_void, _: f32, _: f32, _: f32, _: f32, _: f32, _: f32, _: f32, _: f32, _: f32, _: f32, _: f32, _: f32) -> HRESULT,
pub ManipulationCompleted: unsafe extern "system" fn(_: *mut c_void, _: f32, _: f32, _: f32, _: f32, _: f32, _: f32, _: f32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§ManipulationStarted: unsafe extern "system" fn(_: *mut c_void, _: f32, _: f32) -> HRESULT
§ManipulationDelta: unsafe extern "system" fn(_: *mut c_void, _: f32, _: f32, _: f32, _: f32, _: f32, _: f32, _: f32, _: f32, _: f32, _: f32, _: f32, _: f32) -> HRESULT
§ManipulationCompleted: unsafe extern "system" fn(_: *mut c_void, _: f32, _: f32, _: f32, _: f32, _: f32, _: f32, _: f32) -> HRESULT
Implementations§
§impl _IManipulationEvents_Vtbl
impl _IManipulationEvents_Vtbl
pub const fn new<Identity: _IManipulationEvents_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for _IManipulationEvents_Vtbl
impl RefUnwindSafe for _IManipulationEvents_Vtbl
impl Send for _IManipulationEvents_Vtbl
impl Sync for _IManipulationEvents_Vtbl
impl Unpin for _IManipulationEvents_Vtbl
impl UnwindSafe for _IManipulationEvents_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