Struct neon_runtime::raw::HandleScope [−][src]
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
align_to_pointer: [*mut c_void; 0]
fields: [u8; 24]
Methods
impl HandleScope[src]
impl HandleScopepub fn new() -> HandleScope[src]
pub fn new() -> HandleScopeTrait Implementations
impl Clone for HandleScope[src]
impl Clone for HandleScopefn clone(&self) -> HandleScope[src]
fn clone(&self) -> HandleScopeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for HandleScope[src]
impl Copy for HandleScopeimpl Root for HandleScope[src]
impl Root for HandleScopeAuto Trait Implementations
impl !Send for HandleScope
impl !Send for HandleScopeimpl !Sync for HandleScope
impl !Sync for HandleScope