Struct jni::objects::JThrowable [] [src]

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

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

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

[src]

Unwrap to the internal jni type.

Trait Implementations

impl<'a> From<jthrowable> for JThrowable<'a>
[src]

[src]

Performs the conversion.

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

The resulting type after dereferencing.

[src]

Dereferences the value.

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

[src]

Performs the conversion.