Searched defs:JNIStr (Results 1 – 4 of 4) sorted by relevance
21 pub struct JNIStr { struct26 type Target = JNIStr; argument33 impl ::std::ops::Deref for JNIStr { implementation75 pub fn borrowed(&self) -> &JNIStr { in borrowed()80 impl JNIStr { implementation87 pub unsafe fn from_ptr<'a>(ptr: *const c_char) -> &'a JNIStr { in from_ptr()94 fn borrow(&self) -> &JNIStr { in borrow()99 impl ToOwned for JNIStr { implementation
44 impl<'a: 'b, 'b: 'c, 'c> From<&'c JavaStr<'a, 'b>> for &'c JNIStr { implementation45 fn from(other: &'c JavaStr) -> &'c JNIStr { in from()
21 pub struct JNIStr { struct26 type Target = JNIStr; argument33 impl ::std::ops::Deref for JNIStr { implementation75 pub fn borrowed(&self) -> &JNIStr { in borrowed()80 impl JNIStr { impl87 pub unsafe fn from_ptr<'jni_str>(ptr: *const c_char) -> &'jni_str JNIStr { in from_ptr()94 fn borrow(&self) -> &JNIStr { in borrow()99 impl ToOwned for JNIStr { implementation
172 impl<'local, 'other_local: 'obj_ref, 'obj_ref: 'java_str, 'java_str>175 fn from(other: &'java_str JavaStr) -> &'java_str JNIStr { in from()