Struct jni::MonitorGuard [−][src]
pub struct MonitorGuard<'a> { /* fields omitted */ }Expand description
Guard for a lock on a java object. This gets returned from the lock_obj
method.
pub struct MonitorGuard<'a> { /* fields omitted */ }Guard for a lock on a java object. This gets returned from the lock_obj
method.