Searched defs:JNIStr (Results 1 – 2 of 2) 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()