Struct mozjs::jsapi::PropertyDescriptor
[−]
[src]
#[repr(C)]pub struct PropertyDescriptor { pub obj: *mut JSObject, pub attrs: c_uint, pub getter: JSGetterOp, pub setter: JSSetterOp, pub value: Value, }
Fields
obj: *mut JSObject
attrs: c_uint
getter: JSGetterOp
setter: JSSetterOp
value: Value
Methods
impl PropertyDescriptor
[src]
Trait Implementations
impl Debug for PropertyDescriptor
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more