Struct rucaja::JvmString [] [src]

pub struct JvmString<'a> { /* fields omitted */ }

The Rust wrapper for the corresponding JVM class.

Methods

impl<'a> JvmString<'a>
[src]

[src]

Returns the pointer of the JVM object.

[src]

Instantiates the JVM wrapper struct.

impl<'a> JvmString<'a>
[src]

[src]

Creates and returns a JVM string.

Trait Implementations

impl<'a> Drop for JvmString<'a>
[src]

[src]

Executes the destructor for this type. Read more

impl<'a> ToString for JvmString<'a>
[src]

[src]

Converts the given value to a String. Read more