Struct neon_runtime::raw::Local [−][src]
A V8 Local handle.
Local handles get associated to a V8 HandleScope container. Note: Node.js creates a
HandleScope right before calling functions in native addons.
Fields
handle: *mut c_void
Trait Implementations
impl Clone for Local[src]
impl Clone for Localfn clone(&self) -> Local[src]
fn clone(&self) -> LocalReturns 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 Local[src]
impl Copy for Local