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
getter: GenericNamedPropertyGetterCallback
setter: GenericNamedPropertySetterCallback
query: GenericNamedPropertyQueryCallback
deleter: GenericNamedPropertyDeleterCallback
enumerator: GenericNamedPropertyEnumeratorCallback
data: ValueRef
flags: PropertyHandlerFlags
Trait Implementations
impl Debug for NamedPropertyHandlerConfiguration
[src]
impl Copy for NamedPropertyHandlerConfiguration
[src]
impl Clone for NamedPropertyHandlerConfiguration
[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