Struct jni_sys::jvalue [] [src]

#[repr(C)]
pub struct jvalue { pub _data: u64, }

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 Default for jvalue
[src]

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