[][src]Type Definition ul_sys::_bindgen_ty_1

type _bindgen_ty_1 = c_uint;

@enum JSPropertyAttribute @constant kJSPropertyAttributeNone Specifies that a property has no special attributes. @constant kJSPropertyAttributeReadOnly Specifies that a property is read-only. @constant kJSPropertyAttributeDontEnum Specifies that a property should not be enumerated by JSPropertyEnumerators and JavaScript for...in loops. @constant kJSPropertyAttributeDontDelete Specifies that the delete operation should fail on a property.