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

Trait Implementations

impl Debug for PropertyCallbackInfo
[src]

Formats the value using the given formatter.

impl Copy for PropertyCallbackInfo
[src]

impl Clone for PropertyCallbackInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more