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