Docs.rs
jni-bind-0.1.6
jni-bind 0.1.6
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
YC-Lammy
Dependencies
const_format ^0.2
normal
jni ^0.21
normal
paste ^1
normal
Versions
28.57%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
jni_
bind
0.1.6
jbyte
Trait Implementations
IsA<i8>
JBindingType
JReturnType
In crate jni_
bind
jni_bind
Type Alias
jbyte
Copy item path
Source
pub type jbyte =
i8
;
Trait Implementations
§
Source
§
impl
IsA
<
i8
> for
jbyte
Source
§
unsafe fn
as_ref
(&self) -> &Self
Source
§
impl
JBindingType
for
jbyte
Source
§
const
SIGNATURE
: &'static
str
= "B"
Source
§
const
NAME
: &'static
str
= "byte"
Source
§
unsafe fn
to_jvalue
(&self) ->
jvalue
Source
§
unsafe fn
to_jvalue_ref
<'obj_ref>(&'obj_ref self) ->
JValue
<'_, 'obj_ref>
Source
§
impl
JReturnType
for
jbyte
Source
§
const
SIGNATURE
: &'static
str
= <Self as JBindingType>::SIGNATURE
Source
§
const
NAME
: &'static
str
= <Self as JBindingType>::NAME
Source
§
const
JNI_RETURN_TY
:
ReturnType
Source
§
unsafe fn
from_jvalue
(_env: &mut
JNIEnv
<'_>, value:
jvalue
) -> Self