Struct jni::objects::JString [] [src]

#[repr(C)]
pub struct JString<'a>(_);

Lifetime'd representation of a jstring. Just a JObject wrapped in a new class.

Methods from Deref<Target = JObject<'a>>

Unwrap to the internal jni type.

Trait Implementations

impl<'a> Clone for JString<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Copy for JString<'a>
[src]

impl<'a> From<jstring> for JString<'a>
[src]

Performs the conversion.

impl<'a> Deref for JString<'a>
[src]

The resulting type after dereferencing

The method called to dereference a value

impl<'a> From<JObject<'a>> for JString<'a>
[src]

Performs the conversion.