Struct rusty_v8::PropertyCallbackInfo [−][src]
#[repr(C)]pub struct PropertyCallbackInfo { /* fields omitted */ }
Expand description
The information passed to a property callback about the context of the property access.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PropertyCallbackInfo
impl !Send for PropertyCallbackInfo
impl !Sync for PropertyCallbackInfo
impl Unpin for PropertyCallbackInfo
impl UnwindSafe for PropertyCallbackInfo