pub struct RowGap<T>(pub T)
where
T: Clone + Debug + Display + PartialEq + UnitDataType<Self>;Expand description
Tuple Fields§
§0: TImplementations§
Trait Implementations§
Source§impl AbsoluteLengthStorage for RowGap<RowGapValue>
impl AbsoluteLengthStorage for RowGap<RowGapValue>
fn absolute_length(value: AbsoluteLength) -> Selfwhere
Self: Sized,
Source§impl CapHeightStorage for RowGap<RowGapValue>
impl CapHeightStorage for RowGap<RowGapValue>
Source§impl CentimeterStorage for RowGap<RowGapValue>
impl CentimeterStorage for RowGap<RowGapValue>
Source§impl CharSizeStorage for RowGap<RowGapValue>
impl CharSizeStorage for RowGap<RowGapValue>
Source§impl ContainerLengthStorage for RowGap<RowGapValue>
impl ContainerLengthStorage for RowGap<RowGapValue>
fn container_length(value: ContainerLength) -> Selfwhere
Self: Sized,
Source§impl ContainerQueryMaxStorage for RowGap<RowGapValue>
impl ContainerQueryMaxStorage for RowGap<RowGapValue>
Source§impl ContainerQueryMinStorage for RowGap<RowGapValue>
impl ContainerQueryMinStorage for RowGap<RowGapValue>
Source§impl Default for RowGap<RowGapValue>
impl Default for RowGap<RowGapValue>
Source§impl EmStorage for RowGap<RowGapValue>
impl EmStorage for RowGap<RowGapValue>
Source§impl ExStorage for RowGap<RowGapValue>
impl ExStorage for RowGap<RowGapValue>
Source§impl FontLengthStorage for RowGap<RowGapValue>
impl FontLengthStorage for RowGap<RowGapValue>
fn font_length(value: FontLength) -> Selfwhere
Self: Sized,
Source§impl<T> From<T> for RowGap<RowGapValue>where
T: Into<LengthPercentage>,
impl<T> From<T> for RowGap<RowGapValue>where
T: Into<LengthPercentage>,
Source§impl IcStorage for RowGap<RowGapValue>
impl IcStorage for RowGap<RowGapValue>
Source§impl InchStorage for RowGap<RowGapValue>
impl InchStorage for RowGap<RowGapValue>
Source§impl LargeViewportMaxStorage for RowGap<RowGapValue>
impl LargeViewportMaxStorage for RowGap<RowGapValue>
Source§impl LargeViewportMinStorage for RowGap<RowGapValue>
impl LargeViewportMinStorage for RowGap<RowGapValue>
Source§impl LengthPercentageStorage for RowGap<RowGapValue>
impl LengthPercentageStorage for RowGap<RowGapValue>
fn length_percentage(value: LengthPercentage) -> Selfwhere
Self: Sized,
Source§impl LengthStorage for RowGap<RowGapValue>
impl LengthStorage for RowGap<RowGapValue>
Source§impl LineHeightStorage for RowGap<RowGapValue>
impl LineHeightStorage for RowGap<RowGapValue>
Source§impl MillimeterStorage for RowGap<RowGapValue>
impl MillimeterStorage for RowGap<RowGapValue>
Source§impl PercentageStorage for RowGap<RowGapValue>
impl PercentageStorage for RowGap<RowGapValue>
Source§impl PicaStorage for RowGap<RowGapValue>
impl PicaStorage for RowGap<RowGapValue>
Source§impl PixelStorage for RowGap<RowGapValue>
impl PixelStorage for RowGap<RowGapValue>
Source§impl PointStorage for RowGap<RowGapValue>
impl PointStorage for RowGap<RowGapValue>
Source§impl<T> Property for RowGap<T>
impl<T> Property for RowGap<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 RowGap<T>
impl<T> PropertyName for RowGap<T>
fn property_name<'a>(&self) -> &'a str
Source§impl RelativeCapHeightStorage for RowGap<RowGapValue>
impl RelativeCapHeightStorage for RowGap<RowGapValue>
Source§impl RelativeCharSizeStorage for RowGap<RowGapValue>
impl RelativeCharSizeStorage for RowGap<RowGapValue>
Source§impl RelativeEmStorage for RowGap<RowGapValue>
impl RelativeEmStorage for RowGap<RowGapValue>
Source§impl RelativeExStorage for RowGap<RowGapValue>
impl RelativeExStorage for RowGap<RowGapValue>
Source§impl RelativeIcStorage for RowGap<RowGapValue>
impl RelativeIcStorage for RowGap<RowGapValue>
Source§impl RelativeLengthStorage for RowGap<RowGapValue>
impl RelativeLengthStorage for RowGap<RowGapValue>
fn relative_length(value: RelativeLength) -> Selfwhere
Self: Sized,
Source§impl SmallViewportMaxStorage for RowGap<RowGapValue>
impl SmallViewportMaxStorage for RowGap<RowGapValue>
Source§impl SmallViewportMinStorage for RowGap<RowGapValue>
impl SmallViewportMinStorage for RowGap<RowGapValue>
Source§impl ViewportBlockStorage for RowGap<RowGapValue>
impl ViewportBlockStorage for RowGap<RowGapValue>
Source§impl ViewportHeightStorage for RowGap<RowGapValue>
impl ViewportHeightStorage for RowGap<RowGapValue>
Source§impl ViewportInlineStorage for RowGap<RowGapValue>
impl ViewportInlineStorage for RowGap<RowGapValue>
Source§impl ViewportLengthStorage for RowGap<RowGapValue>
impl ViewportLengthStorage for RowGap<RowGapValue>
fn viewport_length(value: ViewportLength) -> Selfwhere
Self: Sized,
Source§impl ViewportMaxStorage for RowGap<RowGapValue>
impl ViewportMaxStorage for RowGap<RowGapValue>
Source§impl ViewportMinStorage for RowGap<RowGapValue>
impl ViewportMinStorage for RowGap<RowGapValue>
Source§impl ViewportWidthStorage for RowGap<RowGapValue>
impl ViewportWidthStorage for RowGap<RowGapValue>
impl<T> StructuralPartialEq for RowGap<T>
impl UnitDataType<RowGap<Nothing>> for Nothing
impl UnitDataType<RowGap<RowGapValue>> for RowGapValue
impl<T> UnitDataType<RowGap<Var<T>>> for Var<T>
impl<T> UnitDataTypeContainer<T> for RowGap<T>
Auto Trait Implementations§
impl<T> Freeze for RowGap<T>where
T: Freeze,
impl<T> RefUnwindSafe for RowGap<T>where
T: RefUnwindSafe,
impl<T> Send for RowGap<T>where
T: Send,
impl<T> Sync for RowGap<T>where
T: Sync,
impl<T> Unpin for RowGap<T>where
T: Unpin,
impl<T> UnwindSafe for RowGap<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