jobject

Type Alias jobject 

Source
pub type jobject = *mut c_void;

Trait Implementations§

Source§

impl JType for jobject

Source§

fn jtype_id() -> char

Returns a single character that equals the type’s JNI signature. Read more