#[repr(C)]pub struct NapiPropertyDescriptor(/* private fields */);
Implementations§
Source§impl NapiPropertyDescriptor
impl NapiPropertyDescriptor
pub fn raw(&self) -> &napi_property_descriptor
Trait Implementations§
Source§impl AsRef<napi_property_descriptor> for NapiPropertyDescriptor
impl AsRef<napi_property_descriptor> for NapiPropertyDescriptor
Source§fn as_ref(&self) -> &napi_property_descriptor
fn as_ref(&self) -> &napi_property_descriptor
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for NapiPropertyDescriptor
impl Clone for NapiPropertyDescriptor
Source§fn clone(&self) -> NapiPropertyDescriptor
fn clone(&self) -> NapiPropertyDescriptor
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for NapiPropertyDescriptor
impl Debug for NapiPropertyDescriptor
Source§impl Deref for NapiPropertyDescriptor
impl Deref for NapiPropertyDescriptor
Source§type Target = napi_property_descriptor
type Target = napi_property_descriptor
The resulting type after dereferencing.
Source§fn deref(&self) -> &napi_property_descriptor
fn deref(&self) -> &napi_property_descriptor
Dereferences the value.
Auto Trait Implementations§
impl Freeze for NapiPropertyDescriptor
impl RefUnwindSafe for NapiPropertyDescriptor
impl !Send for NapiPropertyDescriptor
impl !Sync for NapiPropertyDescriptor
impl Unpin for NapiPropertyDescriptor
impl UnwindSafe for NapiPropertyDescriptor
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more