Struct jni::objects::JClass [−][src]
#[repr(transparent)]pub struct JClass<'a>(_);
Expand description
Lifetime’d representation of a jclass
. Just a JObject
wrapped in a new
class.
Methods from Deref<Target = JObject<'a>>
Trait Implementations
This conversion assumes that the GlobalRef
is a pointer to a class object.
This conversion assumes that the AutoLocal
is a pointer to a class object.
This conversion assumes that the JObject
is a pointer to a class object.
Auto Trait Implementations
impl<'a> RefUnwindSafe for JClass<'a>
impl<'a> UnwindSafe for JClass<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more