Struct v8_sys::RustContext [] [src]

#[repr(C)]
pub struct RustContext { pub isolate: IsolatePtr, pub exception: *mut ValueRef, pub message: *mut MessageRef, }

Fields

Trait Implementations

impl Debug for RustContext
[src]

Formats the value using the given formatter.

impl Copy for RustContext
[src]

impl Clone for RustContext
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more