Searched defs:AttachGuard (Results 1 – 2 of 2) sorted by relevance
214 pub fn attach_current_thread(&self) -> Result<AttachGuard> { in attach_current_thread()302 pub struct AttachGuard<'a> { struct307 impl<'a> AttachGuard<'a> { argument326 impl<'a> Deref for AttachGuard<'a> { implementation334 impl<'a> Drop for AttachGuard<'a> { implementation
703 fn clear_exception(&self, env: AttachGuard) { in clear_exception()