Struct jni::sys::JavaVMAttachArgs [] [src]

pub struct JavaVMAttachArgs {
    pub version: jint,
    pub name: *mut c_char,
    pub group: jobject,
}

Fields

Trait Implementations

impl Copy for JavaVMAttachArgs
[src]

impl Clone for JavaVMAttachArgs
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for JavaVMAttachArgs
[src]

Formats the value using the given formatter.

impl Default for JavaVMAttachArgs
[src]

Returns the "default value" for a type. Read more