Struct v8_sys::RustContext
[−]
[src]
#[repr(C)]pub struct RustContext { pub isolate: IsolatePtr, pub exception: *mut ValueRef, pub message: *mut MessageRef, }
Fields
isolate: IsolatePtr
exception: *mut ValueRef
message: *mut MessageRef
Trait Implementations
impl Debug for RustContext[src]
impl Copy for RustContext[src]
impl Clone for RustContext[src]
fn clone(&self) -> Self
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more