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

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

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

A counted Unicode string.

+

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 wide characters.

+

Trait Implementations

impl NativeString for UNICODE_STRING

fn size(&self) -> u16

+

fn max_size(&self) -> u16

+

fn is_empty(&self) -> bool

+

impl Default for UNICODE_STRING

Initializes a counted Unicode string.

+

fn default() -> Self

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