#[repr(transparent)]pub struct cef_v8_propertyattribute_t(pub c_uint);Expand description
V8 property attribute values.
Tuple Fields§
§0: c_uintImplementations§
Source§impl cef_v8_propertyattribute_t
impl cef_v8_propertyattribute_t
Sourcepub const V8_PROPERTY_ATTRIBUTE_NONE: cef_v8_propertyattribute_t
pub const V8_PROPERTY_ATTRIBUTE_NONE: cef_v8_propertyattribute_t
Writeable, Enumerable, Configurable
Sourcepub const V8_PROPERTY_ATTRIBUTE_READONLY: cef_v8_propertyattribute_t
pub const V8_PROPERTY_ATTRIBUTE_READONLY: cef_v8_propertyattribute_t
Not writeable
Sourcepub const V8_PROPERTY_ATTRIBUTE_DONTENUM: cef_v8_propertyattribute_t
pub const V8_PROPERTY_ATTRIBUTE_DONTENUM: cef_v8_propertyattribute_t
Not enumerable
Sourcepub const V8_PROPERTY_ATTRIBUTE_DONTDELETE: cef_v8_propertyattribute_t
pub const V8_PROPERTY_ATTRIBUTE_DONTDELETE: cef_v8_propertyattribute_t
Not configurable
Trait Implementations§
Source§impl BitAnd for cef_v8_propertyattribute_t
impl BitAnd for cef_v8_propertyattribute_t
Source§impl BitAndAssign for cef_v8_propertyattribute_t
impl BitAndAssign for cef_v8_propertyattribute_t
Source§fn bitand_assign(&mut self, rhs: cef_v8_propertyattribute_t)
fn bitand_assign(&mut self, rhs: cef_v8_propertyattribute_t)
Performs the
&= operation. Read moreSource§impl BitOr for cef_v8_propertyattribute_t
impl BitOr for cef_v8_propertyattribute_t
Source§impl BitOrAssign for cef_v8_propertyattribute_t
impl BitOrAssign for cef_v8_propertyattribute_t
Source§fn bitor_assign(&mut self, rhs: cef_v8_propertyattribute_t)
fn bitor_assign(&mut self, rhs: cef_v8_propertyattribute_t)
Performs the
|= operation. Read moreSource§impl Clone for cef_v8_propertyattribute_t
impl Clone for cef_v8_propertyattribute_t
Source§fn clone(&self) -> cef_v8_propertyattribute_t
fn clone(&self) -> cef_v8_propertyattribute_t
Returns a duplicate 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 cef_v8_propertyattribute_t
impl Debug for cef_v8_propertyattribute_t
Source§impl Hash for cef_v8_propertyattribute_t
impl Hash for cef_v8_propertyattribute_t
impl Copy for cef_v8_propertyattribute_t
impl Eq for cef_v8_propertyattribute_t
impl StructuralPartialEq for cef_v8_propertyattribute_t
Auto Trait Implementations§
impl Freeze for cef_v8_propertyattribute_t
impl RefUnwindSafe for cef_v8_propertyattribute_t
impl Send for cef_v8_propertyattribute_t
impl Sync for cef_v8_propertyattribute_t
impl Unpin for cef_v8_propertyattribute_t
impl UnsafeUnpin for cef_v8_propertyattribute_t
impl UnwindSafe for cef_v8_propertyattribute_t
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