#[repr(transparent)]pub struct napi_property_attributes(pub c_uint);Available on crate feature
napi only.Tuple Fields§
§0: c_uintImplementations§
Source§impl napi_property_attributes
impl napi_property_attributes
pub const napi_default: napi_property_attributes
pub const napi_writable: napi_property_attributes
pub const napi_enumerable: napi_property_attributes
pub const napi_configurable: napi_property_attributes
pub const napi_static: napi_property_attributes
pub const napi_default_method: napi_property_attributes
pub const napi_default_jsproperty: napi_property_attributes
Trait Implementations§
Source§impl Clone for napi_property_attributes
impl Clone for napi_property_attributes
Source§fn clone(&self) -> napi_property_attributes
fn clone(&self) -> napi_property_attributes
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for napi_property_attributes
impl Debug for napi_property_attributes
Source§impl Hash for napi_property_attributes
impl Hash for napi_property_attributes
Source§impl PartialEq for napi_property_attributes
impl PartialEq for napi_property_attributes
impl Copy for napi_property_attributes
impl Eq for napi_property_attributes
impl StructuralPartialEq for napi_property_attributes
Auto Trait Implementations§
impl Freeze for napi_property_attributes
impl RefUnwindSafe for napi_property_attributes
impl Send for napi_property_attributes
impl Sync for napi_property_attributes
impl Unpin for napi_property_attributes
impl UnwindSafe for napi_property_attributes
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)