summaryrefslogtreecommitdiffstats
path: root/vendor/windows-sys/src/Windows/UI/Xaml/Documents/mod.rs
blob: ba9c9b6b2e2dcdb605b2bc37775112897c4a02ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
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;
#[doc = "*Required features: `\"UI_Xaml_Documents\"`*"]
#[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)]
#[doc = "*Required features: `\"UI_Xaml_Documents\"`*"]
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;
#[doc = "*Required features: `\"UI_Xaml_Documents\"`*"]
#[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
    }
}