Struct IInteractionSourceConfiguration_Vtbl
#[repr(C)]pub struct IInteractionSourceConfiguration_Vtbl {
pub base__: IInspectable_Vtbl,
pub PositionXSourceMode: unsafe extern "system" fn(_: *mut c_void, _: *mut InteractionSourceRedirectionMode) -> HRESULT,
pub SetPositionXSourceMode: unsafe extern "system" fn(_: *mut c_void, _: InteractionSourceRedirectionMode) -> HRESULT,
pub PositionYSourceMode: unsafe extern "system" fn(_: *mut c_void, _: *mut InteractionSourceRedirectionMode) -> HRESULT,
pub SetPositionYSourceMode: unsafe extern "system" fn(_: *mut c_void, _: InteractionSourceRedirectionMode) -> HRESULT,
pub ScaleSourceMode: unsafe extern "system" fn(_: *mut c_void, _: *mut InteractionSourceRedirectionMode) -> HRESULT,
pub SetScaleSourceMode: unsafe extern "system" fn(_: *mut c_void, _: InteractionSourceRedirectionMode) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§PositionXSourceMode: unsafe extern "system" fn(_: *mut c_void, _: *mut InteractionSourceRedirectionMode) -> HRESULT
§SetPositionXSourceMode: unsafe extern "system" fn(_: *mut c_void, _: InteractionSourceRedirectionMode) -> HRESULT
§PositionYSourceMode: unsafe extern "system" fn(_: *mut c_void, _: *mut InteractionSourceRedirectionMode) -> HRESULT
§SetPositionYSourceMode: unsafe extern "system" fn(_: *mut c_void, _: InteractionSourceRedirectionMode) -> HRESULT
§ScaleSourceMode: unsafe extern "system" fn(_: *mut c_void, _: *mut InteractionSourceRedirectionMode) -> HRESULT
§SetScaleSourceMode: unsafe extern "system" fn(_: *mut c_void, _: InteractionSourceRedirectionMode) -> HRESULT
Auto Trait Implementations§
impl Freeze for IInteractionSourceConfiguration_Vtbl
impl RefUnwindSafe for IInteractionSourceConfiguration_Vtbl
impl Send for IInteractionSourceConfiguration_Vtbl
impl Sync for IInteractionSourceConfiguration_Vtbl
impl Unpin for IInteractionSourceConfiguration_Vtbl
impl UnwindSafe for IInteractionSourceConfiguration_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