Docs.rs
jni-simple-0.3.2
jni-simple 0.3.2
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
AlexanderSchuetz97
Dependencies
libloading ^0.8.8
normal
optional
once_cell ^1.21.3
normal
sync-ptr ^0.1.4
normal
static_assertions ^1.1.0
dev
Versions
39.82%
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
jobject
jni_
simple
0.3.2
jobject
Trait Implementations
JType
In crate jni_
simple
jni_simple
Type Alias
jobject
Copy item path
Source
pub type jobject =
*mut
c_void
;
Trait Implementations
§
Source
§
impl
JType
for
jobject
Source
§
fn
jtype_id
() ->
char
Returns a single character that equals the type’s JNI signature.
Read more