Sign in
fuchsia
/
fuchsia
/
0c00fd3
/
.
/
third_party
/
rust_crates
/
vendor
/
winapi
/
src
/
urlmon.rs
blob: e0a5e935625fdc9dce88e7a751db3da232f05d90 [
file
] [
log
] [
blame
]
// Copyright © 2015, Connor Hilarides
// Licensed under the MIT License <LICENSE.md>
//! Mappings for the contents of Urlmon.h
// FIXME: Implement these interfaces
#[
repr
(
C
)]
#[
derive
(
Clone
,
Copy
,
Debug
)]
pub
struct
IInternetSecurityManager
;