Struct nodejs_sys::napi_property_attributes
source · [−]#[repr(transparent)]pub struct napi_property_attributes(pub c_int);Tuple Fields
0: c_intImplementations
sourceimpl napi_property_attributes
impl napi_property_attributes
pub const napi_default: napi_property_attributes = _
sourceimpl napi_property_attributes
impl napi_property_attributes
pub const napi_writable: napi_property_attributes = _
sourceimpl napi_property_attributes
impl napi_property_attributes
pub const napi_enumerable: napi_property_attributes = _
sourceimpl napi_property_attributes
impl napi_property_attributes
pub const napi_configurable: napi_property_attributes = _
sourceimpl napi_property_attributes
impl napi_property_attributes
pub const napi_static: napi_property_attributes = _
sourceimpl napi_property_attributes
impl napi_property_attributes
pub const napi_default_method: napi_property_attributes = _
sourceimpl napi_property_attributes
impl napi_property_attributes
pub const napi_default_jsproperty: napi_property_attributes = _
Trait Implementations
sourceimpl BitAnd<napi_property_attributes> for napi_property_attributes
impl BitAnd<napi_property_attributes> for napi_property_attributes
type Output = napi_property_attributes
type Output = napi_property_attributes
The resulting type after applying the
& operator.sourceimpl BitAndAssign<napi_property_attributes> for napi_property_attributes
impl BitAndAssign<napi_property_attributes> for napi_property_attributes
sourcefn bitand_assign(&mut self, rhs: napi_property_attributes)
fn bitand_assign(&mut self, rhs: napi_property_attributes)
Performs the
&= operation. Read moresourceimpl BitOr<napi_property_attributes> for napi_property_attributes
impl BitOr<napi_property_attributes> for napi_property_attributes
type Output = napi_property_attributes
type Output = napi_property_attributes
The resulting type after applying the
| operator.sourceimpl BitOrAssign<napi_property_attributes> for napi_property_attributes
impl BitOrAssign<napi_property_attributes> for napi_property_attributes
sourcefn bitor_assign(&mut self, rhs: napi_property_attributes)
fn bitor_assign(&mut self, rhs: napi_property_attributes)
Performs the
|= operation. Read moresourceimpl Clone for napi_property_attributes
impl Clone for napi_property_attributes
sourcefn clone(&self) -> napi_property_attributes
fn clone(&self) -> napi_property_attributes
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for napi_property_attributes
impl Debug for napi_property_attributes
sourceimpl Hash for napi_property_attributes
impl Hash for napi_property_attributes
sourceimpl PartialEq<napi_property_attributes> for napi_property_attributes
impl PartialEq<napi_property_attributes> for napi_property_attributes
sourcefn eq(&self, other: &napi_property_attributes) -> bool
fn eq(&self, other: &napi_property_attributes) -> bool
impl Copy for napi_property_attributes
impl Eq for napi_property_attributes
impl StructuralEq for napi_property_attributes
impl StructuralPartialEq for napi_property_attributes
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more