Docs.rs
jvmti-rs-0.17.0
jvmti-rs 0.17.0
Permalink
Docs.rs crate page
Apache-2.0
Links
crates.io
Source
Owners
luadebug
Dependencies
cesu8 ^1.1.0
normal
error-chain ^0.12.4
normal
jni ^0.19.0
normal
jni-sys ^0.3.0
normal
lazy_static ^1.5.0
normal
log ^0.4.22
normal
thiserror ^1.0.63
normal
Versions
0.7%
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
jvmti_
rs
0.17.0
Transform
Required Methods
transform
Implementations on Foreign Types
&'a str
JNIString
Implementors
In crate jvmti_
rs
jvmti_rs
Trait
Transform
Copy item path
Source
pub trait Transform<'a, T> { // Required method fn
transform
(self, _: &
JNIEnv
<'a>) ->
Result
<T>; }
Required Methods
§
Source
fn
transform
(self, _: &
JNIEnv
<'a>) ->
Result
<T>
Implementations on Foreign Types
§
Source
§
impl<'a>
Transform
<'a,
JClass
<'a>> for &'a
str
Source
§
fn
transform
(self, jni: &
JNIEnv
<'a>) ->
Result
<
JClass
<'a>>
Source
§
impl<'a>
Transform
<'a,
JClass
<'a>> for
JNIString
Source
§
fn
transform
(self, jni: &
JNIEnv
<'a>) ->
Result
<
JClass
<'a>>
Implementors
§
Source
§
impl<'a>
Transform
<'a,
*mut
_jfieldID
> for
JFieldID
<'a>
Source
§
impl<'a>
Transform
<'a,
*mut
_jfieldID
> for
JStaticFieldID
<'a>
Source
§
impl<'a>
Transform
<'a,
*mut
_jmethodID
> for
JMethodID
<'a>
Source
§
impl<'a>
Transform
<'a,
*mut
_jmethodID
> for
JStaticMethodID
<'a>
Source
§
impl<'a>
Transform
<'a,
JClass
<'a>> for
JClass
<'a>