Struct rucaja::JvmAttachment [] [src]

pub struct JvmAttachment { /* fields omitted */ }

A native thread's attachment to an embedded JVM. There should be only exactly one JvmAttachment instance at the same time. The thread is automatically detached when JvmAttachment goes out of scope (RAII).

Methods

impl JvmAttachment
[src]

Trait Implementations

impl Drop for JvmAttachment
[src]

[src]

Executes the destructor for this type. Read more