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
align_to_pointer: [*mut c_void; 0]
fields: [u8; 32]
Methods
impl EscapableHandleScope[src]
impl EscapableHandleScopepub fn new() -> EscapableHandleScope[src]
pub fn new() -> EscapableHandleScopeTrait Implementations
impl Clone for EscapableHandleScope[src]
impl Clone for EscapableHandleScopefn clone(&self) -> EscapableHandleScope[src]
fn clone(&self) -> EscapableHandleScopeReturns 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 EscapableHandleScope[src]
impl Copy for EscapableHandleScopeimpl Root for EscapableHandleScope[src]
impl Root for EscapableHandleScopeAuto Trait Implementations
impl !Send for EscapableHandleScope
impl !Send for EscapableHandleScopeimpl !Sync for EscapableHandleScope
impl !Sync for EscapableHandleScope