#[repr(C)]
pub struct IVisualInteractionSource_Vtbl {
Show 21 fields pub base__: IInspectable_Vtbl, pub IsPositionXRailsEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT, pub SetIsPositionXRailsEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT, pub IsPositionYRailsEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT, pub SetIsPositionYRailsEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT, pub ManipulationRedirectionMode: unsafe extern "system" fn(_: *mut c_void, _: *mut VisualInteractionSourceRedirectionMode) -> HRESULT, pub SetManipulationRedirectionMode: unsafe extern "system" fn(_: *mut c_void, _: VisualInteractionSourceRedirectionMode) -> HRESULT, pub PositionXChainingMode: unsafe extern "system" fn(_: *mut c_void, _: *mut InteractionChainingMode) -> HRESULT, pub SetPositionXChainingMode: unsafe extern "system" fn(_: *mut c_void, _: InteractionChainingMode) -> HRESULT, pub PositionXSourceMode: unsafe extern "system" fn(_: *mut c_void, _: *mut InteractionSourceMode) -> HRESULT, pub SetPositionXSourceMode: unsafe extern "system" fn(_: *mut c_void, _: InteractionSourceMode) -> HRESULT, pub PositionYChainingMode: unsafe extern "system" fn(_: *mut c_void, _: *mut InteractionChainingMode) -> HRESULT, pub SetPositionYChainingMode: unsafe extern "system" fn(_: *mut c_void, _: InteractionChainingMode) -> HRESULT, pub PositionYSourceMode: unsafe extern "system" fn(_: *mut c_void, _: *mut InteractionSourceMode) -> HRESULT, pub SetPositionYSourceMode: unsafe extern "system" fn(_: *mut c_void, _: InteractionSourceMode) -> HRESULT, pub ScaleChainingMode: unsafe extern "system" fn(_: *mut c_void, _: *mut InteractionChainingMode) -> HRESULT, pub SetScaleChainingMode: unsafe extern "system" fn(_: *mut c_void, _: InteractionChainingMode) -> HRESULT, pub ScaleSourceMode: unsafe extern "system" fn(_: *mut c_void, _: *mut InteractionSourceMode) -> HRESULT, pub SetScaleSourceMode: unsafe extern "system" fn(_: *mut c_void, _: InteractionSourceMode) -> HRESULT, pub Source: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub TryRedirectForManipulation: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}

Fields§

§base__: IInspectable_Vtbl§IsPositionXRailsEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetIsPositionXRailsEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§IsPositionYRailsEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetIsPositionYRailsEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§ManipulationRedirectionMode: unsafe extern "system" fn(_: *mut c_void, _: *mut VisualInteractionSourceRedirectionMode) -> HRESULT§SetManipulationRedirectionMode: unsafe extern "system" fn(_: *mut c_void, _: VisualInteractionSourceRedirectionMode) -> HRESULT§PositionXChainingMode: unsafe extern "system" fn(_: *mut c_void, _: *mut InteractionChainingMode) -> HRESULT§SetPositionXChainingMode: unsafe extern "system" fn(_: *mut c_void, _: InteractionChainingMode) -> HRESULT§PositionXSourceMode: unsafe extern "system" fn(_: *mut c_void, _: *mut InteractionSourceMode) -> HRESULT§SetPositionXSourceMode: unsafe extern "system" fn(_: *mut c_void, _: InteractionSourceMode) -> HRESULT§PositionYChainingMode: unsafe extern "system" fn(_: *mut c_void, _: *mut InteractionChainingMode) -> HRESULT§SetPositionYChainingMode: unsafe extern "system" fn(_: *mut c_void, _: InteractionChainingMode) -> HRESULT§PositionYSourceMode: unsafe extern "system" fn(_: *mut c_void, _: *mut InteractionSourceMode) -> HRESULT§SetPositionYSourceMode: unsafe extern "system" fn(_: *mut c_void, _: InteractionSourceMode) -> HRESULT§ScaleChainingMode: unsafe extern "system" fn(_: *mut c_void, _: *mut InteractionChainingMode) -> HRESULT§SetScaleChainingMode: unsafe extern "system" fn(_: *mut c_void, _: InteractionChainingMode) -> HRESULT§ScaleSourceMode: unsafe extern "system" fn(_: *mut c_void, _: *mut InteractionSourceMode) -> HRESULT§SetScaleSourceMode: unsafe extern "system" fn(_: *mut c_void, _: InteractionSourceMode) -> HRESULT§Source: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§TryRedirectForManipulation: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.