summaryrefslogtreecommitdiffstats
path: root/vendor/windows-sys-0.28.0/src/Windows/Data
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/windows-sys-0.28.0/src/Windows/Data')
-rw-r--r--vendor/windows-sys-0.28.0/src/Windows/Data/Html/mod.rs3
-rw-r--r--vendor/windows-sys-0.28.0/src/Windows/Data/Json/mod.rs38
-rw-r--r--vendor/windows-sys-0.28.0/src/Windows/Data/Pdf/mod.rs21
-rw-r--r--vendor/windows-sys-0.28.0/src/Windows/Data/Text/mod.rs108
-rw-r--r--vendor/windows-sys-0.28.0/src/Windows/Data/Xml/Dom/mod.rs47
-rw-r--r--vendor/windows-sys-0.28.0/src/Windows/Data/Xml/Xsl/mod.rs4
-rw-r--r--vendor/windows-sys-0.28.0/src/Windows/Data/Xml/mod.rs5
-rw-r--r--vendor/windows-sys-0.28.0/src/Windows/Data/mod.rs11
8 files changed, 0 insertions, 237 deletions
diff --git a/vendor/windows-sys-0.28.0/src/Windows/Data/Html/mod.rs b/vendor/windows-sys-0.28.0/src/Windows/Data/Html/mod.rs
deleted file mode 100644
index c80aa7b7a..000000000
--- a/vendor/windows-sys-0.28.0/src/Windows/Data/Html/mod.rs
+++ /dev/null
@@ -1,3 +0,0 @@
-#![allow(non_snake_case, non_camel_case_types, non_upper_case_globals, clashing_extern_declarations, clippy::all)]
-#[link(name = "windows")]
-extern "system" {}
diff --git a/vendor/windows-sys-0.28.0/src/Windows/Data/Json/mod.rs b/vendor/windows-sys-0.28.0/src/Windows/Data/Json/mod.rs
deleted file mode 100644
index ee9d47837..000000000
--- a/vendor/windows-sys-0.28.0/src/Windows/Data/Json/mod.rs
+++ /dev/null
@@ -1,38 +0,0 @@
-#![allow(non_snake_case, non_camel_case_types, non_upper_case_globals, clashing_extern_declarations, clippy::all)]
-#[link(name = "windows")]
-extern "system" {}
-pub type IJsonValue = *mut ::core::ffi::c_void;
-pub type JsonArray = *mut ::core::ffi::c_void;
-#[repr(transparent)]
-pub struct JsonErrorStatus(pub i32);
-impl JsonErrorStatus {
- pub const Unknown: Self = Self(0i32);
- pub const InvalidJsonString: Self = Self(1i32);
- pub const InvalidJsonNumber: Self = Self(2i32);
- pub const JsonValueNotFound: Self = Self(3i32);
- pub const ImplementationLimit: Self = Self(4i32);
-}
-impl ::core::marker::Copy for JsonErrorStatus {}
-impl ::core::clone::Clone for JsonErrorStatus {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type JsonObject = *mut ::core::ffi::c_void;
-pub type JsonValue = *mut ::core::ffi::c_void;
-#[repr(transparent)]
-pub struct JsonValueType(pub i32);
-impl JsonValueType {
- pub const Null: Self = Self(0i32);
- pub const Boolean: Self = Self(1i32);
- pub const Number: Self = Self(2i32);
- pub const String: Self = Self(3i32);
- pub const Array: Self = Self(4i32);
- pub const Object: Self = Self(5i32);
-}
-impl ::core::marker::Copy for JsonValueType {}
-impl ::core::clone::Clone for JsonValueType {
- fn clone(&self) -> Self {
- *self
- }
-}
diff --git a/vendor/windows-sys-0.28.0/src/Windows/Data/Pdf/mod.rs b/vendor/windows-sys-0.28.0/src/Windows/Data/Pdf/mod.rs
deleted file mode 100644
index 65a0632a8..000000000
--- a/vendor/windows-sys-0.28.0/src/Windows/Data/Pdf/mod.rs
+++ /dev/null
@@ -1,21 +0,0 @@
-#![allow(non_snake_case, non_camel_case_types, non_upper_case_globals, clashing_extern_declarations, clippy::all)]
-#[link(name = "windows")]
-extern "system" {}
-pub type PdfDocument = *mut ::core::ffi::c_void;
-pub type PdfPage = *mut ::core::ffi::c_void;
-pub type PdfPageDimensions = *mut ::core::ffi::c_void;
-pub type PdfPageRenderOptions = *mut ::core::ffi::c_void;
-#[repr(transparent)]
-pub struct PdfPageRotation(pub i32);
-impl PdfPageRotation {
- pub const Normal: Self = Self(0i32);
- pub const Rotate90: Self = Self(1i32);
- pub const Rotate180: Self = Self(2i32);
- pub const Rotate270: Self = Self(3i32);
-}
-impl ::core::marker::Copy for PdfPageRotation {}
-impl ::core::clone::Clone for PdfPageRotation {
- fn clone(&self) -> Self {
- *self
- }
-}
diff --git a/vendor/windows-sys-0.28.0/src/Windows/Data/Text/mod.rs b/vendor/windows-sys-0.28.0/src/Windows/Data/Text/mod.rs
deleted file mode 100644
index f172fa0db..000000000
--- a/vendor/windows-sys-0.28.0/src/Windows/Data/Text/mod.rs
+++ /dev/null
@@ -1,108 +0,0 @@
-#![allow(non_snake_case, non_camel_case_types, non_upper_case_globals, clashing_extern_declarations, clippy::all)]
-#[link(name = "windows")]
-extern "system" {}
-#[repr(transparent)]
-pub struct AlternateNormalizationFormat(pub i32);
-impl AlternateNormalizationFormat {
- pub const NotNormalized: Self = Self(0i32);
- pub const Number: Self = Self(1i32);
- pub const Currency: Self = Self(3i32);
- pub const Date: Self = Self(4i32);
- pub const Time: Self = Self(5i32);
-}
-impl ::core::marker::Copy for AlternateNormalizationFormat {}
-impl ::core::clone::Clone for AlternateNormalizationFormat {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type AlternateWordForm = *mut ::core::ffi::c_void;
-pub type SelectableWordSegment = *mut ::core::ffi::c_void;
-pub type SelectableWordSegmentsTokenizingHandler = *mut ::core::ffi::c_void;
-pub type SelectableWordsSegmenter = *mut ::core::ffi::c_void;
-pub type SemanticTextQuery = *mut ::core::ffi::c_void;
-pub type TextConversionGenerator = *mut ::core::ffi::c_void;
-pub type TextPhoneme = *mut ::core::ffi::c_void;
-pub type TextPredictionGenerator = *mut ::core::ffi::c_void;
-#[repr(transparent)]
-pub struct TextPredictionOptions(pub u32);
-impl TextPredictionOptions {
- pub const None: Self = Self(0u32);
- pub const Predictions: Self = Self(1u32);
- pub const Corrections: Self = Self(2u32);
-}
-impl ::core::marker::Copy for TextPredictionOptions {}
-impl ::core::clone::Clone for TextPredictionOptions {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type TextReverseConversionGenerator = *mut ::core::ffi::c_void;
-#[repr(C)]
-pub struct TextSegment {
- pub StartPosition: u32,
- pub Length: u32,
-}
-impl ::core::marker::Copy for TextSegment {}
-impl ::core::clone::Clone for TextSegment {
- fn clone(&self) -> Self {
- *self
- }
-}
-#[repr(transparent)]
-pub struct UnicodeGeneralCategory(pub i32);
-impl UnicodeGeneralCategory {
- pub const UppercaseLetter: Self = Self(0i32);
- pub const LowercaseLetter: Self = Self(1i32);
- pub const TitlecaseLetter: Self = Self(2i32);
- pub const ModifierLetter: Self = Self(3i32);
- pub const OtherLetter: Self = Self(4i32);
- pub const NonspacingMark: Self = Self(5i32);
- pub const SpacingCombiningMark: Self = Self(6i32);
- pub const EnclosingMark: Self = Self(7i32);
- pub const DecimalDigitNumber: Self = Self(8i32);
- pub const LetterNumber: Self = Self(9i32);
- pub const OtherNumber: Self = Self(10i32);
- pub const SpaceSeparator: Self = Self(11i32);
- pub const LineSeparator: Self = Self(12i32);
- pub const ParagraphSeparator: Self = Self(13i32);
- pub const Control: Self = Self(14i32);
- pub const Format: Self = Self(15i32);
- pub const Surrogate: Self = Self(16i32);
- pub const PrivateUse: Self = Self(17i32);
- pub const ConnectorPunctuation: Self = Self(18i32);
- pub const DashPunctuation: Self = Self(19i32);
- pub const OpenPunctuation: Self = Self(20i32);
- pub const ClosePunctuation: Self = Self(21i32);
- pub const InitialQuotePunctuation: Self = Self(22i32);
- pub const FinalQuotePunctuation: Self = Self(23i32);
- pub const OtherPunctuation: Self = Self(24i32);
- pub const MathSymbol: Self = Self(25i32);
- pub const CurrencySymbol: Self = Self(26i32);
- pub const ModifierSymbol: Self = Self(27i32);
- pub const OtherSymbol: Self = Self(28i32);
- pub const NotAssigned: Self = Self(29i32);
-}
-impl ::core::marker::Copy for UnicodeGeneralCategory {}
-impl ::core::clone::Clone for UnicodeGeneralCategory {
- fn clone(&self) -> Self {
- *self
- }
-}
-#[repr(transparent)]
-pub struct UnicodeNumericType(pub i32);
-impl UnicodeNumericType {
- pub const None: Self = Self(0i32);
- pub const Decimal: Self = Self(1i32);
- pub const Digit: Self = Self(2i32);
- pub const Numeric: Self = Self(3i32);
-}
-impl ::core::marker::Copy for UnicodeNumericType {}
-impl ::core::clone::Clone for UnicodeNumericType {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type WordSegment = *mut ::core::ffi::c_void;
-pub type WordSegmentsTokenizingHandler = *mut ::core::ffi::c_void;
-pub type WordsSegmenter = *mut ::core::ffi::c_void;
diff --git a/vendor/windows-sys-0.28.0/src/Windows/Data/Xml/Dom/mod.rs b/vendor/windows-sys-0.28.0/src/Windows/Data/Xml/Dom/mod.rs
deleted file mode 100644
index 2e504aef2..000000000
--- a/vendor/windows-sys-0.28.0/src/Windows/Data/Xml/Dom/mod.rs
+++ /dev/null
@@ -1,47 +0,0 @@
-#![allow(non_snake_case, non_camel_case_types, non_upper_case_globals, clashing_extern_declarations, clippy::all)]
-#[link(name = "windows")]
-extern "system" {}
-pub type DtdEntity = *mut ::core::ffi::c_void;
-pub type DtdNotation = *mut ::core::ffi::c_void;
-pub type IXmlCharacterData = *mut ::core::ffi::c_void;
-pub type IXmlNode = *mut ::core::ffi::c_void;
-pub type IXmlNodeSelector = *mut ::core::ffi::c_void;
-pub type IXmlNodeSerializer = *mut ::core::ffi::c_void;
-pub type IXmlText = *mut ::core::ffi::c_void;
-#[repr(transparent)]
-pub struct NodeType(pub i32);
-impl NodeType {
- pub const Invalid: Self = Self(0i32);
- pub const ElementNode: Self = Self(1i32);
- pub const AttributeNode: Self = Self(2i32);
- pub const TextNode: Self = Self(3i32);
- pub const DataSectionNode: Self = Self(4i32);
- pub const EntityReferenceNode: Self = Self(5i32);
- pub const EntityNode: Self = Self(6i32);
- pub const ProcessingInstructionNode: Self = Self(7i32);
- pub const CommentNode: Self = Self(8i32);
- pub const DocumentNode: Self = Self(9i32);
- pub const DocumentTypeNode: Self = Self(10i32);
- pub const DocumentFragmentNode: Self = Self(11i32);
- pub const NotationNode: Self = Self(12i32);
-}
-impl ::core::marker::Copy for NodeType {}
-impl ::core::clone::Clone for NodeType {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type XmlAttribute = *mut ::core::ffi::c_void;
-pub type XmlCDataSection = *mut ::core::ffi::c_void;
-pub type XmlComment = *mut ::core::ffi::c_void;
-pub type XmlDocument = *mut ::core::ffi::c_void;
-pub type XmlDocumentFragment = *mut ::core::ffi::c_void;
-pub type XmlDocumentType = *mut ::core::ffi::c_void;
-pub type XmlDomImplementation = *mut ::core::ffi::c_void;
-pub type XmlElement = *mut ::core::ffi::c_void;
-pub type XmlEntityReference = *mut ::core::ffi::c_void;
-pub type XmlLoadSettings = *mut ::core::ffi::c_void;
-pub type XmlNamedNodeMap = *mut ::core::ffi::c_void;
-pub type XmlNodeList = *mut ::core::ffi::c_void;
-pub type XmlProcessingInstruction = *mut ::core::ffi::c_void;
-pub type XmlText = *mut ::core::ffi::c_void;
diff --git a/vendor/windows-sys-0.28.0/src/Windows/Data/Xml/Xsl/mod.rs b/vendor/windows-sys-0.28.0/src/Windows/Data/Xml/Xsl/mod.rs
deleted file mode 100644
index 4980c052c..000000000
--- a/vendor/windows-sys-0.28.0/src/Windows/Data/Xml/Xsl/mod.rs
+++ /dev/null
@@ -1,4 +0,0 @@
-#![allow(non_snake_case, non_camel_case_types, non_upper_case_globals, clashing_extern_declarations, clippy::all)]
-#[link(name = "windows")]
-extern "system" {}
-pub type XsltProcessor = *mut ::core::ffi::c_void;
diff --git a/vendor/windows-sys-0.28.0/src/Windows/Data/Xml/mod.rs b/vendor/windows-sys-0.28.0/src/Windows/Data/Xml/mod.rs
deleted file mode 100644
index b948fa133..000000000
--- a/vendor/windows-sys-0.28.0/src/Windows/Data/Xml/mod.rs
+++ /dev/null
@@ -1,5 +0,0 @@
-#![allow(non_snake_case, non_camel_case_types, non_upper_case_globals, clashing_extern_declarations, clippy::all)]
-#[cfg(feature = "Data_Xml_Dom")]
-pub mod Dom;
-#[cfg(feature = "Data_Xml_Xsl")]
-pub mod Xsl;
diff --git a/vendor/windows-sys-0.28.0/src/Windows/Data/mod.rs b/vendor/windows-sys-0.28.0/src/Windows/Data/mod.rs
deleted file mode 100644
index 698077873..000000000
--- a/vendor/windows-sys-0.28.0/src/Windows/Data/mod.rs
+++ /dev/null
@@ -1,11 +0,0 @@
-#![allow(non_snake_case, non_camel_case_types, non_upper_case_globals, clashing_extern_declarations, clippy::all)]
-#[cfg(feature = "Data_Html")]
-pub mod Html;
-#[cfg(feature = "Data_Json")]
-pub mod Json;
-#[cfg(feature = "Data_Pdf")]
-pub mod Pdf;
-#[cfg(feature = "Data_Text")]
-pub mod Text;
-#[cfg(feature = "Data_Xml")]
-pub mod Xml;