From 24af17846d14b290aa1d90e37e98c4cbe9e173e1 Mon Sep 17 00:00:00 2001 From: pravic Date: Tue, 12 Apr 2016 18:12:52 +0300 Subject: add winapi-km-rs docs --- doc/implementors/core/clone/trait.Clone.js | 10 ++++++++++ doc/implementors/core/convert/trait.From.js | 10 ++++++++++ doc/implementors/core/default/trait.Default.js | 10 ++++++++++ doc/implementors/core/marker/trait.Copy.js | 10 ++++++++++ doc/implementors/km/string/trait.NativeString.js | 10 ++++++++++ 5 files changed, 50 insertions(+) create mode 100644 doc/implementors/core/clone/trait.Clone.js create mode 100644 doc/implementors/core/convert/trait.From.js create mode 100644 doc/implementors/core/default/trait.Default.js create mode 100644 doc/implementors/core/marker/trait.Copy.js create mode 100644 doc/implementors/km/string/trait.NativeString.js (limited to 'doc/implementors') diff --git a/doc/implementors/core/clone/trait.Clone.js b/doc/implementors/core/clone/trait.Clone.js new file mode 100644 index 0000000..54ffe60 --- /dev/null +++ b/doc/implementors/core/clone/trait.Clone.js @@ -0,0 +1,10 @@ +(function() {var implementors = {}; +implementors['km'] = ["impl Clone for Status",]; + + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } + +})() diff --git a/doc/implementors/core/convert/trait.From.js b/doc/implementors/core/convert/trait.From.js new file mode 100644 index 0000000..be57da6 --- /dev/null +++ b/doc/implementors/core/convert/trait.From.js @@ -0,0 +1,10 @@ +(function() {var implementors = {}; +implementors['km'] = ["impl<'a> From<&'a [u8]> for ANSI_STRING",]; + + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } + +})() diff --git a/doc/implementors/core/default/trait.Default.js b/doc/implementors/core/default/trait.Default.js new file mode 100644 index 0000000..c3e6591 --- /dev/null +++ b/doc/implementors/core/default/trait.Default.js @@ -0,0 +1,10 @@ +(function() {var implementors = {}; +implementors['km'] = ["impl Default for UNICODE_STRING",]; + + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } + +})() diff --git a/doc/implementors/core/marker/trait.Copy.js b/doc/implementors/core/marker/trait.Copy.js new file mode 100644 index 0000000..8dba300 --- /dev/null +++ b/doc/implementors/core/marker/trait.Copy.js @@ -0,0 +1,10 @@ +(function() {var implementors = {}; +implementors['km'] = ["impl Copy for Status",]; + + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } + +})() diff --git a/doc/implementors/km/string/trait.NativeString.js b/doc/implementors/km/string/trait.NativeString.js new file mode 100644 index 0000000..741d128 --- /dev/null +++ b/doc/implementors/km/string/trait.NativeString.js @@ -0,0 +1,10 @@ +(function() {var implementors = {}; +implementors['km'] = []; + + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } + +})() -- cgit v1.2.3