Struct jni::objects::JString [−][src]
#[repr(transparent)]pub struct JString<'a>(_);
Expand description
Lifetime’d representation of a jstring
. Just a JObject
wrapped in a new
class.
Methods from Deref<Target = JObject<'a>>
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for JString<'a>
impl<'a> UnwindSafe for JString<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more