Struct neon_runtime::raw::EscapableHandleScope[][src]

#[repr(C)]
pub struct EscapableHandleScope { pub align_to_pointer: [*mut c_void; 0], pub fields: [u8; 32], }

A V8 EscapableHandleScope.

A EscapableHandleScope is like HandleScope but also allows us to push Local handles out to the previous HandleScope, permitting the Local value to remain rooted longer than the EscapableHandleScope where it was intially rooted.

Fields

Methods

impl EscapableHandleScope
[src]

Trait Implementations

impl Clone for EscapableHandleScope
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for EscapableHandleScope
[src]

impl Root for EscapableHandleScope
[src]

Auto Trait Implementations

impl !Send for EscapableHandleScope

impl !Sync for EscapableHandleScope