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/km/string/struct.ANSI_STRING.html | 125 ++++++++++++++++++++++++++++++++++ 1 file changed, 125 insertions(+) create mode 100644 doc/km/string/struct.ANSI_STRING.html (limited to 'doc/km/string/struct.ANSI_STRING.html') diff --git a/doc/km/string/struct.ANSI_STRING.html b/doc/km/string/struct.ANSI_STRING.html new file mode 100644 index 0000000..8468c08 --- /dev/null +++ b/doc/km/string/struct.ANSI_STRING.html @@ -0,0 +1,125 @@ + + + + + + + + + + km::string::ANSI_STRING - Rust + + + + + + + + + + + + + + + + + +
+

Struct km::string::ANSI_STRING + + [] + + [src]

+
pub struct ANSI_STRING {
+    pub Length: u16,
+    pub MaximumLength: u16,
+    pub Buffer: *const u8,
+}

A counted string used for ANSI strings.

+

Fields

+ + + +
Length

The length in bytes of the string stored in Buffer.

+
MaximumLength

The length in bytes of Buffer.

+
Buffer

Pointer to a buffer used to contain a string of characters.

+

Trait Implementations

impl<'a> From<&'a [u8]> for ANSI_STRING

fn from(s: &'a [u8]) -> Self

+
+ + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3