Struct jni::objects::JThrowable [−][src]
#[repr(transparent)]pub struct JThrowable<'a>(_);
Expand description
Lifetime’d representation of a jthrowable
. Just a JObject
wrapped in a
new class.
Methods from Deref<Target = JObject<'a>>
Trait Implementations
Look up the concrete type from the JVM.
Look up the concrete type from the JVM.
Look up the concrete type from the JVM.
Look up the concrete type from the JVM.
Look up the concrete type from the JVM.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl<'a> RefUnwindSafe for JThrowable<'a>
impl<'a> !Send for JThrowable<'a>
impl<'a> !Sync for JThrowable<'a>
impl<'a> Unpin for JThrowable<'a>
impl<'a> UnwindSafe for JThrowable<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more