Struct js::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

Methods

impl PropertyDescriptor
[src]

[src]

Trait Implementations

impl Debug for PropertyDescriptor
[src]

[src]

Formats the value using the given formatter.

impl Copy for PropertyDescriptor
[src]

impl Clone for PropertyDescriptor
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more