Struct neon_runtime::raw::HandleScope[][src]

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

A V8 HandleScope.

A HandleScope contains Local handles. HandleScopes are used by V8 to help the garbage collector do its bookkeeping. Once a new HandleScope is created all subsequently created Local handles will be contained in it.

Fields

Methods

impl HandleScope
[src]

Trait Implementations

impl Clone for HandleScope
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for HandleScope
[src]

impl Root for HandleScope
[src]

Auto Trait Implementations

impl !Send for HandleScope

impl !Sync for HandleScope