#[repr(C)]pub struct SelectionColor {
pub inner: ColorU,
}Fields§
§inner: ColorUTrait Implementations§
Source§impl Clone for SelectionColor
impl Clone for SelectionColor
Source§fn clone(&self) -> SelectionColor
fn clone(&self) -> SelectionColor
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 SelectionColor
impl Debug for SelectionColor
Source§impl Default for SelectionColor
impl Default for SelectionColor
Source§impl FormatAsRustCode for SelectionColor
impl FormatAsRustCode for SelectionColor
fn format_as_rust_code(&self, _tabs: usize) -> String
Source§impl From<SelectionColor> for CssProperty
impl From<SelectionColor> for CssProperty
Source§fn from(e: SelectionColor) -> Self
fn from(e: SelectionColor) -> Self
Converts to this type from the input type.
Source§impl Hash for SelectionColor
impl Hash for SelectionColor
Source§impl Ord for SelectionColor
impl Ord for SelectionColor
Source§fn cmp(&self, other: &SelectionColor) -> Ordering
fn cmp(&self, other: &SelectionColor) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SelectionColor
impl PartialEq for SelectionColor
Source§impl PartialOrd for SelectionColor
impl PartialOrd for SelectionColor
Source§impl PrintAsCssValue for SelectionColor
impl PrintAsCssValue for SelectionColor
fn print_as_css_value(&self) -> String
impl Copy for SelectionColor
impl Eq for SelectionColor
impl StructuralPartialEq for SelectionColor
Auto Trait Implementations§
impl Freeze for SelectionColor
impl RefUnwindSafe for SelectionColor
impl Send for SelectionColor
impl Sync for SelectionColor
impl Unpin for SelectionColor
impl UnwindSafe for SelectionColor
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