pub struct MinHeight<T>(pub T)
where
T: Clone + Debug + Display + PartialEq + UnitDataType<Self>;Expand description
Tuple Fields§
§0: TImplementations§
Source§impl MinHeight<MinHeightValue>
impl MinHeight<MinHeightValue>
pub fn initial() -> Self
pub fn inherit() -> Self
pub fn revert() -> Self
pub fn revert_layer() -> Self
pub fn unset() -> Self
pub fn auto() -> Self
pub fn fit_content() -> Self
pub fn max_content() -> Self
pub fn min_content() -> Self
Trait Implementations§
Source§impl AbsoluteLengthStorage for MinHeight<MinHeightValue>
impl AbsoluteLengthStorage for MinHeight<MinHeightValue>
fn absolute_length(value: AbsoluteLength) -> Selfwhere
Self: Sized,
Source§impl CapHeightStorage for MinHeight<MinHeightValue>
impl CapHeightStorage for MinHeight<MinHeightValue>
Source§impl CentimeterStorage for MinHeight<MinHeightValue>
impl CentimeterStorage for MinHeight<MinHeightValue>
Source§impl CharSizeStorage for MinHeight<MinHeightValue>
impl CharSizeStorage for MinHeight<MinHeightValue>
Source§impl ContainerLengthStorage for MinHeight<MinHeightValue>
impl ContainerLengthStorage for MinHeight<MinHeightValue>
fn container_length(value: ContainerLength) -> Selfwhere
Self: Sized,
Source§impl Default for MinHeight<MinHeightValue>
impl Default for MinHeight<MinHeightValue>
Source§impl EmStorage for MinHeight<MinHeightValue>
impl EmStorage for MinHeight<MinHeightValue>
Source§impl ExStorage for MinHeight<MinHeightValue>
impl ExStorage for MinHeight<MinHeightValue>
Source§impl FontLengthStorage for MinHeight<MinHeightValue>
impl FontLengthStorage for MinHeight<MinHeightValue>
fn font_length(value: FontLength) -> Selfwhere
Self: Sized,
Source§impl<T> From<T> for MinHeight<MinHeightValue>where
T: Into<LengthPercentage>,
impl<T> From<T> for MinHeight<MinHeightValue>where
T: Into<LengthPercentage>,
Source§impl IcStorage for MinHeight<MinHeightValue>
impl IcStorage for MinHeight<MinHeightValue>
Source§impl InchStorage for MinHeight<MinHeightValue>
impl InchStorage for MinHeight<MinHeightValue>
Source§impl LengthPercentageStorage for MinHeight<MinHeightValue>
impl LengthPercentageStorage for MinHeight<MinHeightValue>
fn length_percentage(value: LengthPercentage) -> Selfwhere
Self: Sized,
Source§impl LengthStorage for MinHeight<MinHeightValue>
impl LengthStorage for MinHeight<MinHeightValue>
Source§impl LineHeightStorage for MinHeight<MinHeightValue>
impl LineHeightStorage for MinHeight<MinHeightValue>
Source§impl MillimeterStorage for MinHeight<MinHeightValue>
impl MillimeterStorage for MinHeight<MinHeightValue>
Source§impl PercentageStorage for MinHeight<MinHeightValue>
impl PercentageStorage for MinHeight<MinHeightValue>
Source§impl PicaStorage for MinHeight<MinHeightValue>
impl PicaStorage for MinHeight<MinHeightValue>
Source§impl PixelStorage for MinHeight<MinHeightValue>
impl PixelStorage for MinHeight<MinHeightValue>
Source§impl PointStorage for MinHeight<MinHeightValue>
impl PointStorage for MinHeight<MinHeightValue>
Source§impl<T> Property for MinHeight<T>
impl<T> Property for MinHeight<T>
Source§fn declaration(&self) -> String
fn declaration(&self) -> String
Returns the stringified property name with its value
as a CSS declaration to be used within a declaration block. Read more
Source§impl<T> PropertyName for MinHeight<T>
impl<T> PropertyName for MinHeight<T>
fn property_name<'a>(&self) -> &'a str
Source§impl RelativeEmStorage for MinHeight<MinHeightValue>
impl RelativeEmStorage for MinHeight<MinHeightValue>
Source§impl RelativeExStorage for MinHeight<MinHeightValue>
impl RelativeExStorage for MinHeight<MinHeightValue>
Source§impl RelativeIcStorage for MinHeight<MinHeightValue>
impl RelativeIcStorage for MinHeight<MinHeightValue>
Source§impl RelativeLengthStorage for MinHeight<MinHeightValue>
impl RelativeLengthStorage for MinHeight<MinHeightValue>
fn relative_length(value: RelativeLength) -> Selfwhere
Self: Sized,
Source§impl ViewportLengthStorage for MinHeight<MinHeightValue>
impl ViewportLengthStorage for MinHeight<MinHeightValue>
fn viewport_length(value: ViewportLength) -> Selfwhere
Self: Sized,
Source§impl ViewportMaxStorage for MinHeight<MinHeightValue>
impl ViewportMaxStorage for MinHeight<MinHeightValue>
Source§impl ViewportMinStorage for MinHeight<MinHeightValue>
impl ViewportMinStorage for MinHeight<MinHeightValue>
impl<T> StructuralPartialEq for MinHeight<T>
impl UnitDataType<MinHeight<MinHeightValue>> for MinHeightValue
impl UnitDataType<MinHeight<Nothing>> for Nothing
impl<T> UnitDataType<MinHeight<Var<T>>> for Var<T>
impl<T> UnitDataTypeContainer<T> for MinHeight<T>
Auto Trait Implementations§
impl<T> Freeze for MinHeight<T>where
T: Freeze,
impl<T> RefUnwindSafe for MinHeight<T>where
T: RefUnwindSafe,
impl<T> Send for MinHeight<T>where
T: Send,
impl<T> Sync for MinHeight<T>where
T: Sync,
impl<T> Unpin for MinHeight<T>where
T: Unpin,
impl<T> UnwindSafe for MinHeight<T>where
T: UnwindSafe,
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