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