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