pub struct V8Propertyattribute(/* private fields */);Expand description
See cef_v8_propertyattribute_t for more documentation.
Trait Implementations§
Source§impl AsMut<cef_v8_propertyattribute_t> for V8Propertyattribute
impl AsMut<cef_v8_propertyattribute_t> for V8Propertyattribute
Source§fn as_mut(&mut self) -> &mut cef_v8_propertyattribute_t
fn as_mut(&mut self) -> &mut cef_v8_propertyattribute_t
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsRef<cef_v8_propertyattribute_t> for V8Propertyattribute
impl AsRef<cef_v8_propertyattribute_t> for V8Propertyattribute
Source§fn as_ref(&self) -> &cef_v8_propertyattribute_t
fn as_ref(&self) -> &cef_v8_propertyattribute_t
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for V8Propertyattribute
impl Clone for V8Propertyattribute
Source§fn clone(&self) -> V8Propertyattribute
fn clone(&self) -> V8Propertyattribute
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 V8Propertyattribute
impl Debug for V8Propertyattribute
Source§impl Default for V8Propertyattribute
impl Default for V8Propertyattribute
Source§impl From<V8Propertyattribute> for cef_v8_propertyattribute_t
impl From<V8Propertyattribute> for cef_v8_propertyattribute_t
Source§fn from(value: V8Propertyattribute) -> Self
fn from(value: V8Propertyattribute) -> Self
Converts to this type from the input type.
Source§impl From<cef_v8_propertyattribute_t> for V8Propertyattribute
impl From<cef_v8_propertyattribute_t> for V8Propertyattribute
Source§fn from(value: cef_v8_propertyattribute_t) -> Self
fn from(value: cef_v8_propertyattribute_t) -> Self
Converts to this type from the input type.
Source§impl Hash for V8Propertyattribute
impl Hash for V8Propertyattribute
Source§impl PartialEq for V8Propertyattribute
impl PartialEq for V8Propertyattribute
impl Copy for V8Propertyattribute
impl Eq for V8Propertyattribute
impl StructuralPartialEq for V8Propertyattribute
Auto Trait Implementations§
impl Freeze for V8Propertyattribute
impl RefUnwindSafe for V8Propertyattribute
impl Send for V8Propertyattribute
impl Sync for V8Propertyattribute
impl Unpin for V8Propertyattribute
impl UnwindSafe for V8Propertyattribute
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