#[repr(transparent)]pub struct napi_property_attributes(pub c_uint);
Tuple Fields§
§0: c_uint
Implementations§
Trait Implementations§
Source§impl BitAnd for napi_property_attributes
impl BitAnd for napi_property_attributes
Source§impl BitAndAssign for napi_property_attributes
impl BitAndAssign for napi_property_attributes
Source§fn bitand_assign(&mut self, rhs: napi_property_attributes)
fn bitand_assign(&mut self, rhs: napi_property_attributes)
Performs the
&=
operation. Read moreSource§impl BitOr for napi_property_attributes
impl BitOr for napi_property_attributes
Source§impl BitOrAssign for napi_property_attributes
impl BitOrAssign for napi_property_attributes
Source§fn bitor_assign(&mut self, rhs: napi_property_attributes)
fn bitor_assign(&mut self, rhs: napi_property_attributes)
Performs the
|=
operation. Read moreSource§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