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