Struct ohos_sys::napi::napi_property_attributes
source · #[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 = _
source§impl napi_property_attributes
impl napi_property_attributes
pub const napi_writable: napi_property_attributes = _
source§impl napi_property_attributes
impl napi_property_attributes
pub const napi_enumerable: napi_property_attributes = _
source§impl napi_property_attributes
impl napi_property_attributes
pub const napi_configurable: napi_property_attributes = _
source§impl napi_property_attributes
impl napi_property_attributes
pub const napi_static: napi_property_attributes = _
source§impl napi_property_attributes
impl napi_property_attributes
pub const napi_default_method: napi_property_attributes = _
source§impl napi_property_attributes
impl 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 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 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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)