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