Searched defs:JByteBuffer (Results 1 – 3 of 3) sorted by relevance
7 pub struct JByteBuffer<'local>(JObject<'local>); struct9 impl<'local> AsRef<JByteBuffer<'local>> for JByteBuffer<'local> { implementation15 impl<'local> AsRef<JObject<'local>> for JByteBuffer<'local> { implementation21 impl<'local> ::std::ops::Deref for JByteBuffer<'local> { implementation35 impl<'local> From<JObject<'local>> for JByteBuffer<'local> { implementation41 impl<'local, 'obj_ref> From<&'obj_ref JObject<'local>> for &'obj_ref JByteBuffer<'local> { implementation44 unsafe { &*(other as *const JObject<'local> as *const JByteBuffer<'local>) } in from() constant48 impl<'local> std::default::Default for JByteBuffer<'local> { implementation54 impl<'local> JByteBuffer<'local> { implementation
7 pub struct JByteBuffer<'a>(JObject<'a>); struct9 impl<'a> ::std::ops::Deref for JByteBuffer<'a> { implementation23 impl<'a> From<JObject<'a>> for JByteBuffer<'a> { implementation29 impl<'a> std::default::Default for JByteBuffer<'a> { implementation35 impl<'a> JByteBuffer<'a> { impl
18 file: JByteBuffer, in get_package_read_context_java()74 file: JByteBuffer, in get_flag_read_context_java()132 file: JByteBuffer, in get_boolean_flag_value_java()