summaryrefslogtreecommitdiffstats
path: root/vendor/windows-sys-0.28.0/src/Windows/UI/Xaml/Documents/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/windows-sys-0.28.0/src/Windows/UI/Xaml/Documents/mod.rs')
-rw-r--r--vendor/windows-sys-0.28.0/src/Windows/UI/Xaml/Documents/mod.rs64
1 files changed, 0 insertions, 64 deletions
diff --git a/vendor/windows-sys-0.28.0/src/Windows/UI/Xaml/Documents/mod.rs b/vendor/windows-sys-0.28.0/src/Windows/UI/Xaml/Documents/mod.rs
deleted file mode 100644
index bac6ec856..000000000
--- a/vendor/windows-sys-0.28.0/src/Windows/UI/Xaml/Documents/mod.rs
+++ /dev/null
@@ -1,64 +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 Block = *mut ::core::ffi::c_void;
-pub type BlockCollection = *mut ::core::ffi::c_void;
-pub type Bold = *mut ::core::ffi::c_void;
-pub type ContactContentLinkProvider = *mut ::core::ffi::c_void;
-pub type ContentLink = *mut ::core::ffi::c_void;
-pub type ContentLinkInvokedEventArgs = *mut ::core::ffi::c_void;
-pub type ContentLinkProvider = *mut ::core::ffi::c_void;
-pub type ContentLinkProviderCollection = *mut ::core::ffi::c_void;
-pub type Glyphs = *mut ::core::ffi::c_void;
-pub type Hyperlink = *mut ::core::ffi::c_void;
-pub type HyperlinkClickEventArgs = *mut ::core::ffi::c_void;
-pub type Inline = *mut ::core::ffi::c_void;
-pub type InlineCollection = *mut ::core::ffi::c_void;
-pub type InlineUIContainer = *mut ::core::ffi::c_void;
-pub type Italic = *mut ::core::ffi::c_void;
-pub type LineBreak = *mut ::core::ffi::c_void;
-#[repr(transparent)]
-pub struct LogicalDirection(pub i32);
-impl LogicalDirection {
- pub const Backward: Self = Self(0i32);
- pub const Forward: Self = Self(1i32);
-}
-impl ::core::marker::Copy for LogicalDirection {}
-impl ::core::clone::Clone for LogicalDirection {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type Paragraph = *mut ::core::ffi::c_void;
-pub type PlaceContentLinkProvider = *mut ::core::ffi::c_void;
-pub type Run = *mut ::core::ffi::c_void;
-pub type Span = *mut ::core::ffi::c_void;
-pub type TextElement = *mut ::core::ffi::c_void;
-pub type TextHighlighter = *mut ::core::ffi::c_void;
-pub type TextHighlighterBase = *mut ::core::ffi::c_void;
-pub type TextPointer = *mut ::core::ffi::c_void;
-#[repr(C)]
-pub struct TextRange {
- pub StartIndex: i32,
- pub Length: i32,
-}
-impl ::core::marker::Copy for TextRange {}
-impl ::core::clone::Clone for TextRange {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type Typography = *mut ::core::ffi::c_void;
-pub type Underline = *mut ::core::ffi::c_void;
-#[repr(transparent)]
-pub struct UnderlineStyle(pub i32);
-impl UnderlineStyle {
- pub const None: Self = Self(0i32);
- pub const Single: Self = Self(1i32);
-}
-impl ::core::marker::Copy for UnderlineStyle {}
-impl ::core::clone::Clone for UnderlineStyle {
- fn clone(&self) -> Self {
- *self
- }
-}