]> git.proxmox.com Git - rustc.git/blobdiff - vendor/windows-sys/src/Windows/Storage/Streams/mod.rs
New upstream version 1.62.1+dfsg1
[rustc.git] / vendor / windows-sys / src / Windows / Storage / Streams / mod.rs
index 44e5224e07e8f3dc9edcfc8caaec0b65002f675f..6d5d1a86e06aa5834fdb350392ee4da2835fb483 100644 (file)
@@ -1,6 +1,6 @@
 #![allow(non_snake_case, non_camel_case_types, non_upper_case_globals, clashing_extern_declarations, clippy::all)]
 pub type Buffer = *mut ::core::ffi::c_void;
-#[doc = "*Required features: 'Storage_Streams'*"]
+#[doc = "*Required features: `\"Storage_Streams\"`*"]
 #[repr(transparent)]
 pub struct ByteOrder(pub i32);
 impl ByteOrder {
@@ -18,7 +18,7 @@ pub type DataReaderLoadOperation = *mut ::core::ffi::c_void;
 pub type DataWriter = *mut ::core::ffi::c_void;
 pub type DataWriterStoreOperation = *mut ::core::ffi::c_void;
 pub type FileInputStream = *mut ::core::ffi::c_void;
-#[doc = "*Required features: 'Storage_Streams'*"]
+#[doc = "*Required features: `\"Storage_Streams\"`*"]
 #[repr(transparent)]
 pub struct FileOpenDisposition(pub i32);
 impl FileOpenDisposition {
@@ -48,7 +48,7 @@ pub type IRandomAccessStream = *mut ::core::ffi::c_void;
 pub type IRandomAccessStreamReference = *mut ::core::ffi::c_void;
 pub type IRandomAccessStreamWithContentType = *mut ::core::ffi::c_void;
 pub type InMemoryRandomAccessStream = *mut ::core::ffi::c_void;
-#[doc = "*Required features: 'Storage_Streams'*"]
+#[doc = "*Required features: `\"Storage_Streams\"`*"]
 #[repr(transparent)]
 pub struct InputStreamOptions(pub u32);
 impl InputStreamOptions {
@@ -66,7 +66,7 @@ pub type InputStreamOverStream = *mut ::core::ffi::c_void;
 pub type OutputStreamOverStream = *mut ::core::ffi::c_void;
 pub type RandomAccessStreamOverStream = *mut ::core::ffi::c_void;
 pub type RandomAccessStreamReference = *mut ::core::ffi::c_void;
-#[doc = "*Required features: 'Storage_Streams'*"]
+#[doc = "*Required features: `\"Storage_Streams\"`*"]
 #[repr(transparent)]
 pub struct UnicodeEncoding(pub i32);
 impl UnicodeEncoding {