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