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