Docs.rs
java-bindgen-0.1.0-alpha.4
java-bindgen 0.1.0-alpha.4
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
PawelJastrzebski
Dependencies
java-bindgen-macro ^0.1.0-alpha.4
normal
jni ^0.21
normal
Versions
2.2%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
java_
bindgen
0.1.0-alpha.4
jbyte
Trait Implementations
IntoRustType<'local, i8>
IntoRustType<'local, u8>
In java_
bindgen::
prelude
java_bindgen
::
prelude
Type Alias
jbyte
Copy item path
Source
pub type jbyte =
i8
;
Trait Implementations
§
Source
§
impl<'local>
IntoRustType
<'local,
i8
> for
jbyte
Source
§
fn
into_rust
(self, _: &mut
JNIEnv
<'local>) ->
JResult
<
i8
>
Source
§
impl<'local>
IntoRustType
<'local,
u8
> for
jbyte
Source
§
fn
into_rust
(self, _: &mut
JNIEnv
<'local>) ->
JResult
<
u8
>