Struct v8_sys::PropertyCallbackInfo
[−]
[src]
#[repr(C)]pub struct PropertyCallbackInfo { pub GetIsolate: IsolatePtr, pub Data: ValueRef, pub This: ObjectRef, pub Holder: ObjectRef, pub ReturnValue: ValueRef, pub ShouldThrowOnError: bool, pub ThrownValue: ValueRef, }
Fields
GetIsolate: IsolatePtr
Data: ValueRef
This: ObjectRef
Holder: ObjectRef
ReturnValue: ValueRef
ShouldThrowOnError: bool
ThrownValue: ValueRef
Trait Implementations
impl Debug for PropertyCallbackInfo
[src]
impl Copy for PropertyCallbackInfo
[src]
impl Clone for PropertyCallbackInfo
[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