Struct windows::UI::Input::GestureSettings
#[repr(transparent)]pub struct GestureSettings(pub u32);
Tuple Fields§
§0: u32
Implementations§
§impl GestureSettings
impl GestureSettings
pub const None: Self = _
pub const Tap: Self = _
pub const DoubleTap: Self = _
pub const Hold: Self = _
pub const HoldWithMouse: Self = _
pub const RightTap: Self = _
pub const Drag: Self = _
pub const ManipulationTranslateX: Self = _
pub const ManipulationTranslateY: Self = _
pub const ManipulationTranslateRailsX: Self = _
pub const ManipulationTranslateRailsY: Self = _
pub const ManipulationRotate: Self = _
pub const ManipulationScale: Self = _
pub const ManipulationTranslateInertia: Self = _
pub const ManipulationRotateInertia: Self = _
pub const ManipulationScaleInertia: Self = _
pub const CrossSlide: Self = _
pub const ManipulationMultipleFingerPanning: Self = _
§impl GestureSettings
impl GestureSettings
Trait Implementations§
§impl BitAnd for GestureSettings
impl BitAnd for GestureSettings
§impl BitAndAssign for GestureSettings
impl BitAndAssign for GestureSettings
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for GestureSettings
impl BitOr for GestureSettings
§impl BitOrAssign for GestureSettings
impl BitOrAssign for GestureSettings
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for GestureSettings
impl Clone for GestureSettings
§fn clone(&self) -> GestureSettings
fn clone(&self) -> GestureSettings
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for GestureSettings
impl Debug for GestureSettings
§impl Default for GestureSettings
impl Default for GestureSettings
§fn default() -> GestureSettings
fn default() -> GestureSettings
Returns the “default value” for a type. Read more
§impl Not for GestureSettings
impl Not for GestureSettings
§impl PartialEq for GestureSettings
impl PartialEq for GestureSettings
§fn eq(&self, other: &GestureSettings) -> bool
fn eq(&self, other: &GestureSettings) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for GestureSettings
impl Eq for GestureSettings
impl StructuralPartialEq for GestureSettings
Auto Trait Implementations§
impl Freeze for GestureSettings
impl RefUnwindSafe for GestureSettings
impl Send for GestureSettings
impl Sync for GestureSettings
impl Unpin for GestureSettings
impl UnwindSafe for GestureSettings
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)