Struct jni::objects::JClass [] [src]

#[repr(C)]
pub struct JClass<'a>(_);

Lifetime'd representation of a jclass. Just a JObject wrapped in a new class.

Methods from Deref<Target = JObject<'a>>

Unwrap to the internal jni type.

Trait Implementations

impl<'a> Clone for JClass<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Copy for JClass<'a>
[src]

impl<'a> From<jclass> for JClass<'a>
[src]

Performs the conversion.

impl<'a> Deref for JClass<'a>
[src]

The resulting type after dereferencing

The method called to dereference a value

impl<'a> From<JObject<'a>> for JClass<'a>
[src]

Performs the conversion.