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]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl<'a> !Send for MonitorGuard<'a>

impl<'a> !Sync for MonitorGuard<'a>