Struct v8_sys::IndexedPropertyHandlerConfiguration [] [src]

#[repr(C)]
pub struct IndexedPropertyHandlerConfiguration { pub getter: IndexedPropertyGetterCallback, pub setter: IndexedPropertySetterCallback, pub query: IndexedPropertyQueryCallback, pub deleter: IndexedPropertyDeleterCallback, pub enumerator: IndexedPropertyEnumeratorCallback, pub data: ValueRef, pub flags: PropertyHandlerFlags, }

Fields

Trait Implementations

impl Debug for IndexedPropertyHandlerConfiguration
[src]

Formats the value using the given formatter.

impl Copy for IndexedPropertyHandlerConfiguration
[src]

impl Clone for IndexedPropertyHandlerConfiguration
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more