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