Struct nodex_api::descriptor::NapiPropertyDescriptor
source · [−]#[repr(C)]pub struct NapiPropertyDescriptor(_);
Implementations
Trait Implementations
Performs the conversion.
type Target = napi_property_descriptor
type Target = napi_property_descriptor
The resulting type after dereferencing.
Dereferences the value.
Auto Trait Implementations
impl RefUnwindSafe for NapiPropertyDescriptor
impl !Send for NapiPropertyDescriptor
impl !Sync for NapiPropertyDescriptor
impl Unpin for NapiPropertyDescriptor
impl UnwindSafe for NapiPropertyDescriptor
Blanket Implementations
Mutably borrows from an owned value. Read more