Struct jni::sys::jvalue [] [src]

pub struct jvalue {
    pub _bindgen_data_: [u64; 1],
}

Fields

Methods

impl jvalue
[src]

Trait Implementations

impl Copy for jvalue
[src]

impl Clone for jvalue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for jvalue
[src]

Formats the value using the given formatter.

impl Default for jvalue
[src]

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

impl<'a> From<JValue<'a>> for jvalue
[src]

Performs the conversion.