#[repr(u32)]
pub enum NapiPropertyAttributes {
Default,
Writable,
Enumerable,
Configurable,
Static,
DefaultMethod,
DefaultJsproperty,
}Expand description
napi_property_attributes
#[repr(u32)]
pub enum NapiPropertyAttributes {
Default,
Writable,
Enumerable,
Configurable,
Static,
DefaultMethod,
DefaultJsproperty,
}napi_property_attributes
DefaultWritableEnumerableConfigurableStaticDefaultMethodDefaultJsproperty