Struct windows::UI::Input::IMouseWheelParameters_Vtbl
#[repr(C)]pub struct IMouseWheelParameters_Vtbl {
pub base__: IInspectable_Vtbl,
pub CharTranslation: unsafe extern "system" fn(_: *mut c_void, _: *mut Point) -> HRESULT,
pub SetCharTranslation: unsafe extern "system" fn(_: *mut c_void, _: Point) -> HRESULT,
pub DeltaScale: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub SetDeltaScale: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
pub DeltaRotationAngle: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub SetDeltaRotationAngle: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
pub PageTranslation: unsafe extern "system" fn(_: *mut c_void, _: *mut Point) -> HRESULT,
pub SetPageTranslation: unsafe extern "system" fn(_: *mut c_void, _: Point) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§CharTranslation: unsafe extern "system" fn(_: *mut c_void, _: *mut Point) -> HRESULT
§SetCharTranslation: unsafe extern "system" fn(_: *mut c_void, _: Point) -> HRESULT
§DeltaScale: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT
§SetDeltaScale: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT
§DeltaRotationAngle: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT
§SetDeltaRotationAngle: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT
§PageTranslation: unsafe extern "system" fn(_: *mut c_void, _: *mut Point) -> HRESULT
§SetPageTranslation: unsafe extern "system" fn(_: *mut c_void, _: Point) -> HRESULT
Auto Trait Implementations§
impl Freeze for IMouseWheelParameters_Vtbl
impl RefUnwindSafe for IMouseWheelParameters_Vtbl
impl Send for IMouseWheelParameters_Vtbl
impl Sync for IMouseWheelParameters_Vtbl
impl Unpin for IMouseWheelParameters_Vtbl
impl UnwindSafe for IMouseWheelParameters_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