]> git.proxmox.com Git - rustc.git/blob - vendor/windows-sys/src/Windows/UI/Input/Inking/Core/mod.rs
New upstream version 1.62.1+dfsg1
[rustc.git] / vendor / windows-sys / src / Windows / UI / Input / Inking / Core / mod.rs
1 #![allow(non_snake_case, non_camel_case_types, non_upper_case_globals, clashing_extern_declarations, clippy::all)]
2 pub type CoreIncrementalInkStroke = *mut ::core::ffi::c_void;
3 pub type CoreInkIndependentInputSource = *mut ::core::ffi::c_void;
4 pub type CoreInkPresenterHost = *mut ::core::ffi::c_void;
5 #[doc = "*Required features: `\"UI_Input_Inking_Core\"`*"]
6 #[repr(transparent)]
7 pub struct CoreWetStrokeDisposition(pub i32);
8 impl CoreWetStrokeDisposition {
9 pub const Inking: Self = Self(0i32);
10 pub const Completed: Self = Self(1i32);
11 pub const Canceled: Self = Self(2i32);
12 }
13 impl ::core::marker::Copy for CoreWetStrokeDisposition {}
14 impl ::core::clone::Clone for CoreWetStrokeDisposition {
15 fn clone(&self) -> Self {
16 *self
17 }
18 }
19 pub type CoreWetStrokeUpdateEventArgs = *mut ::core::ffi::c_void;
20 pub type CoreWetStrokeUpdateSource = *mut ::core::ffi::c_void;