Struct js::jsapi::ObjectOps [] [src]

#[repr(C)]
pub struct ObjectOps { pub lookupProperty: LookupPropertyOp, pub defineProperty: DefinePropertyOp, pub hasProperty: HasPropertyOp, pub getProperty: GetPropertyOp, pub setProperty: SetPropertyOp, pub getOwnPropertyDescriptor: GetOwnPropertyOp, pub deleteProperty: DeletePropertyOp, pub watch: WatchOp, pub unwatch: UnwatchOp, pub getElements: GetElementsOp, pub enumerate: JSNewEnumerateOp, pub funToString: JSFunToStringOp, }

Fields

Trait Implementations

impl Debug for ObjectOps
[src]

[src]

Formats the value using the given formatter.

impl Copy for ObjectOps
[src]

impl Clone for ObjectOps
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more