Struct napi_sys::napi_property_descriptor [] [src]

#[repr(C)]
pub struct napi_property_descriptor { pub utf8name: *const c_char, pub name: napi_value, pub method: napi_callback, pub getter: napi_callback, pub setter: napi_callback, pub value: napi_value, pub attributes: napi_property_attributes, pub data: *mut c_void, }

Fields

Trait Implementations

impl Debug for napi_property_descriptor
[src]

[src]

Formats the value using the given formatter.

impl Copy for napi_property_descriptor
[src]

impl Clone for napi_property_descriptor
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more