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