summaryrefslogtreecommitdiffstats
path: root/vendor/windows-sys/src/Windows/UI/Xaml/Markup/mod.rs
blob: 9be5a0bd45ee3d0ab7f11dc6325e5b0e06c9bfea (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
pub type IComponentConnector = *mut ::core::ffi::c_void;
pub type IComponentConnector2 = *mut ::core::ffi::c_void;
pub type IDataTemplateComponent = *mut ::core::ffi::c_void;
pub type IXamlBindScopeDiagnostics = *mut ::core::ffi::c_void;
pub type IXamlMember = *mut ::core::ffi::c_void;
pub type IXamlMetadataProvider = *mut ::core::ffi::c_void;
pub type IXamlType = *mut ::core::ffi::c_void;
pub type IXamlType2 = *mut ::core::ffi::c_void;
pub type MarkupExtension = *mut ::core::ffi::c_void;
pub type XamlBinaryWriter = *mut ::core::ffi::c_void;
#[repr(C)]
#[doc = "*Required features: `\"UI_Xaml_Markup\"`*"]
pub struct XamlBinaryWriterErrorInformation {
    pub InputStreamIndex: u32,
    pub LineNumber: u32,
    pub LinePosition: u32,
}
impl ::core::marker::Copy for XamlBinaryWriterErrorInformation {}
impl ::core::clone::Clone for XamlBinaryWriterErrorInformation {
    fn clone(&self) -> Self {
        *self
    }
}
pub type XamlBindingHelper = *mut ::core::ffi::c_void;
pub type XamlMarkupHelper = *mut ::core::ffi::c_void;
pub type XamlReader = *mut ::core::ffi::c_void;
#[repr(C)]
#[doc = "*Required features: `\"UI_Xaml_Markup\"`*"]
pub struct XmlnsDefinition {
    pub XmlNamespace: ::windows_sys::core::HSTRING,
    pub Namespace: ::windows_sys::core::HSTRING,
}
impl ::core::marker::Copy for XmlnsDefinition {}
impl ::core::clone::Clone for XmlnsDefinition {
    fn clone(&self) -> Self {
        *self
    }
}