pub struct LayoutMinWidth(pub PixelValue);
Expand description
Represents a min-width
attribute
Tuple Fields§
§0: PixelValue
Implementations§
Trait Implementations§
Source§impl Clone for LayoutMinWidth
impl Clone for LayoutMinWidth
Source§fn clone(&self) -> LayoutMinWidth
fn clone(&self) -> LayoutMinWidth
Returns a copy 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 LayoutMinWidth
impl Debug for LayoutMinWidth
Source§impl Display for LayoutMinWidth
impl Display for LayoutMinWidth
Source§impl FormatAsCssValue for LayoutMinWidth
impl FormatAsCssValue for LayoutMinWidth
fn format_as_css_value(&self, f: &mut Formatter<'_>) -> Result
Source§impl From<LayoutMinWidth> for CssProperty
impl From<LayoutMinWidth> for CssProperty
Source§fn from(e: LayoutMinWidth) -> Self
fn from(e: LayoutMinWidth) -> Self
Converts to this type from the input type.
Source§impl Hash for LayoutMinWidth
impl Hash for LayoutMinWidth
Source§impl Ord for LayoutMinWidth
impl Ord for LayoutMinWidth
Source§fn cmp(&self, other: &LayoutMinWidth) -> Ordering
fn cmp(&self, other: &LayoutMinWidth) -> 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 LayoutMinWidth
impl PartialEq for LayoutMinWidth
Source§impl PartialOrd for LayoutMinWidth
impl PartialOrd for LayoutMinWidth
impl Copy for LayoutMinWidth
impl Eq for LayoutMinWidth
impl StructuralPartialEq for LayoutMinWidth
Auto Trait Implementations§
impl Freeze for LayoutMinWidth
impl RefUnwindSafe for LayoutMinWidth
impl Send for LayoutMinWidth
impl Sync for LayoutMinWidth
impl Unpin for LayoutMinWidth
impl UnwindSafe for LayoutMinWidth
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)