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
Length: c_int
Args: *mut ValueRef
This: ObjectRef
Holder: ObjectRef
NewTarget: ValueRef
IsConstructCall: bool
Data: ValueRef
GetIsolate: IsolatePtr
ReturnValue: ValueRef
ThrownValue: ValueRef
Trait Implementations
impl Debug for FunctionCallbackInfo
[src]
impl Copy for FunctionCallbackInfo
[src]
impl Clone for FunctionCallbackInfo
[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