Type Definition ul_sys::_bindgen_ty_1[][src]

pub type _bindgen_ty_1 = c_uint;
Expand description

@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.