Struct v8_sys::NamedPropertyHandlerConfiguration [] [src]

#[repr(C)]
pub struct NamedPropertyHandlerConfiguration { pub getter: GenericNamedPropertyGetterCallback, pub setter: GenericNamedPropertySetterCallback, pub query: GenericNamedPropertyQueryCallback, pub deleter: GenericNamedPropertyDeleterCallback, pub enumerator: GenericNamedPropertyEnumeratorCallback, pub data: ValueRef, pub flags: PropertyHandlerFlags, }

Fields

Trait Implementations

impl Debug for NamedPropertyHandlerConfiguration
[src]

Formats the value using the given formatter.

impl Copy for NamedPropertyHandlerConfiguration
[src]

impl Clone for NamedPropertyHandlerConfiguration
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more