Struct jni::MonitorGuard [] [src]

pub struct MonitorGuard<'a> { /* fields omitted */ }

Guard for a lock on a java object. This gets returned from the lock_obj method.

Trait Implementations

impl<'a> Drop for MonitorGuard<'a>
[src]

A method called when the value goes out of scope. Read more