Enum v8_sys::PropertyAttribute
[−]
[src]
#[repr(i32)]pub enum PropertyAttribute { PropertyAttribute_Absent, PropertyAttribute_None, PropertyAttribute_ReadOnly, PropertyAttribute_DontEnum, PropertyAttribute_DontDelete, }
Variants
PropertyAttribute_AbsentPropertyAttribute_NonePropertyAttribute_ReadOnlyPropertyAttribute_DontEnumPropertyAttribute_DontDeleteTrait Implementations
impl Debug for PropertyAttribute[src]
impl Copy for PropertyAttribute[src]
impl Clone for PropertyAttribute[src]
fn clone(&self) -> PropertyAttribute
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl PartialEq for PropertyAttribute[src]
fn eq(&self, __arg_0: &PropertyAttribute) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.
impl Eq for PropertyAttribute[src]
impl Hash for PropertyAttribute[src]
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
Feeds this value into the state given, updating the hasher as necessary.
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher1.3.0
Feeds a slice of this type into the state provided.