diff options
| author | pravic <[email protected]> | 2016-04-12 18:12:52 +0300 |
|---|---|---|
| committer | pravic <[email protected]> | 2016-04-12 18:12:52 +0300 |
| commit | 24af17846d14b290aa1d90e37e98c4cbe9e173e1 (patch) | |
| tree | d68362060a430c72f19a46ec382f070cf0cbefe5 /doc/implementors | |
| parent | add index (diff) | |
| download | winapi-kmd-rs-24af17846d14b290aa1d90e37e98c4cbe9e173e1.tar.xz winapi-kmd-rs-24af17846d14b290aa1d90e37e98c4cbe9e173e1.zip | |
add winapi-km-rs docs
Diffstat (limited to 'doc/implementors')
| -rw-r--r-- | doc/implementors/core/clone/trait.Clone.js | 10 | ||||
| -rw-r--r-- | doc/implementors/core/convert/trait.From.js | 10 | ||||
| -rw-r--r-- | doc/implementors/core/default/trait.Default.js | 10 | ||||
| -rw-r--r-- | doc/implementors/core/marker/trait.Copy.js | 10 | ||||
| -rw-r--r-- | doc/implementors/km/string/trait.NativeString.js | 10 |
5 files changed, 50 insertions, 0 deletions
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 <a class='trait' href='https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html' title='core::clone::Clone'>Clone</a> for <a class='enum' href='km/status/enum.Status.html' title='km::status::Status'>Status</a>",]; + + 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> <a class='trait' href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html' title='core::convert::From'>From</a><&'a [u8]> for <a class='struct' href='km/string/struct.ANSI_STRING.html' title='km::string::ANSI_STRING'>ANSI_STRING</a>",]; + + 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 <a class='trait' href='https://doc.rust-lang.org/nightly/core/default/trait.Default.html' title='core::default::Default'>Default</a> for <a class='struct' href='km/string/struct.UNICODE_STRING.html' title='km::string::UNICODE_STRING'>UNICODE_STRING</a>",]; + + 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 <a class='trait' href='https://doc.rust-lang.org/nightly/core/marker/trait.Copy.html' title='core::marker::Copy'>Copy</a> for <a class='enum' href='km/status/enum.Status.html' title='km::status::Status'>Status</a>",]; + + 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; + } + +})() |