summaryrefslogtreecommitdiffstats
path: root/vendor/windows-sys-0.28.0/src/Windows/UI/Xaml/Markup/mod.rs
blob: 760768bdb5bf2ff2ac2d5d72e92d13cb4949a4b1 (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
#![allow(non_snake_case, non_camel_case_types, non_upper_case_globals, clashing_extern_declarations, clippy::all)]
#[link(name = "windows")]
extern "system" {}
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)]
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)]
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
    }
}