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

Trait km::string::NativeString + + [] + + [src]

+
pub trait NativeString {
+    fn size(&self) -> u16;
+    fn max_size(&self) -> u16;
+
+    fn is_empty(&self) -> bool { ... }
+}

NT native string types.

+
+

Required Methods

+
+

fn size(&self) -> u16

Size of string in bytes.

+

fn max_size(&self) -> u16

Size of buffer in bytes.

+
+

Provided Methods

+
+

fn is_empty(&self) -> bool

Check is the string is empty.

+
+

Implementors

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