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>>

[src]

Unwrap to the internal jni type.

Trait Implementations

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

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

[src]

Performs the conversion.

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

The resulting type after dereferencing.

[src]

Dereferences the value.

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

[src]

Performs the conversion.