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

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.

Dereferences the value.

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

Performs the conversion.

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

Performs the conversion.

Auto Trait Implementations

impl<'a> !Send for JString<'a>

impl<'a> !Sync for JString<'a>