Struct v8_sys::FunctionCallbackInfo [] [src]

#[repr(C)]
pub struct FunctionCallbackInfo { pub Length: c_int, pub Args: *mut ValueRef, pub This: ObjectRef, pub Holder: ObjectRef, pub NewTarget: ValueRef, pub IsConstructCall: bool, pub Data: ValueRef, pub GetIsolate: IsolatePtr, pub ReturnValue: ValueRef, pub ThrownValue: ValueRef, }

Fields

Trait Implementations

impl Debug for FunctionCallbackInfo
[src]

Formats the value using the given formatter.

impl Copy for FunctionCallbackInfo
[src]

impl Clone for FunctionCallbackInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more