pub trait Styled: Sized {
Show 3012 methods
// Required method
fn style(&mut self) -> &mut StyleRefinement;
// Provided methods
fn w(self, length: impl Clone + Into<Length>) -> Self { ... }
fn w_0(self) -> Self { ... }
fn w_neg_0(self) -> Self { ... }
fn w_0p5(self) -> Self { ... }
fn w_neg_0p5(self) -> Self { ... }
fn w_1(self) -> Self { ... }
fn w_neg_1(self) -> Self { ... }
fn w_1p5(self) -> Self { ... }
fn w_neg_1p5(self) -> Self { ... }
fn w_2(self) -> Self { ... }
fn w_neg_2(self) -> Self { ... }
fn w_2p5(self) -> Self { ... }
fn w_neg_2p5(self) -> Self { ... }
fn w_3(self) -> Self { ... }
fn w_neg_3(self) -> Self { ... }
fn w_3p5(self) -> Self { ... }
fn w_neg_3p5(self) -> Self { ... }
fn w_4(self) -> Self { ... }
fn w_neg_4(self) -> Self { ... }
fn w_5(self) -> Self { ... }
fn w_neg_5(self) -> Self { ... }
fn w_6(self) -> Self { ... }
fn w_neg_6(self) -> Self { ... }
fn w_7(self) -> Self { ... }
fn w_neg_7(self) -> Self { ... }
fn w_8(self) -> Self { ... }
fn w_neg_8(self) -> Self { ... }
fn w_9(self) -> Self { ... }
fn w_neg_9(self) -> Self { ... }
fn w_10(self) -> Self { ... }
fn w_neg_10(self) -> Self { ... }
fn w_11(self) -> Self { ... }
fn w_neg_11(self) -> Self { ... }
fn w_12(self) -> Self { ... }
fn w_neg_12(self) -> Self { ... }
fn w_16(self) -> Self { ... }
fn w_neg_16(self) -> Self { ... }
fn w_20(self) -> Self { ... }
fn w_neg_20(self) -> Self { ... }
fn w_24(self) -> Self { ... }
fn w_neg_24(self) -> Self { ... }
fn w_32(self) -> Self { ... }
fn w_neg_32(self) -> Self { ... }
fn w_40(self) -> Self { ... }
fn w_neg_40(self) -> Self { ... }
fn w_48(self) -> Self { ... }
fn w_neg_48(self) -> Self { ... }
fn w_56(self) -> Self { ... }
fn w_neg_56(self) -> Self { ... }
fn w_64(self) -> Self { ... }
fn w_neg_64(self) -> Self { ... }
fn w_72(self) -> Self { ... }
fn w_neg_72(self) -> Self { ... }
fn w_80(self) -> Self { ... }
fn w_neg_80(self) -> Self { ... }
fn w_96(self) -> Self { ... }
fn w_neg_96(self) -> Self { ... }
fn w_112(self) -> Self { ... }
fn w_neg_112(self) -> Self { ... }
fn w_128(self) -> Self { ... }
fn w_neg_128(self) -> Self { ... }
fn w_auto(self) -> Self { ... }
fn w_px(self) -> Self { ... }
fn w_neg_px(self) -> Self { ... }
fn w_full(self) -> Self { ... }
fn w_neg_full(self) -> Self { ... }
fn w_1_2(self) -> Self { ... }
fn w_neg_1_2(self) -> Self { ... }
fn w_1_3(self) -> Self { ... }
fn w_neg_1_3(self) -> Self { ... }
fn w_2_3(self) -> Self { ... }
fn w_neg_2_3(self) -> Self { ... }
fn w_1_4(self) -> Self { ... }
fn w_neg_1_4(self) -> Self { ... }
fn w_2_4(self) -> Self { ... }
fn w_neg_2_4(self) -> Self { ... }
fn w_3_4(self) -> Self { ... }
fn w_neg_3_4(self) -> Self { ... }
fn w_1_5(self) -> Self { ... }
fn w_neg_1_5(self) -> Self { ... }
fn w_2_5(self) -> Self { ... }
fn w_neg_2_5(self) -> Self { ... }
fn w_3_5(self) -> Self { ... }
fn w_neg_3_5(self) -> Self { ... }
fn w_4_5(self) -> Self { ... }
fn w_neg_4_5(self) -> Self { ... }
fn w_1_6(self) -> Self { ... }
fn w_neg_1_6(self) -> Self { ... }
fn w_5_6(self) -> Self { ... }
fn w_neg_5_6(self) -> Self { ... }
fn w_1_12(self) -> Self { ... }
fn w_neg_1_12(self) -> Self { ... }
fn h(self, length: impl Clone + Into<Length>) -> Self { ... }
fn h_0(self) -> Self { ... }
fn h_neg_0(self) -> Self { ... }
fn h_0p5(self) -> Self { ... }
fn h_neg_0p5(self) -> Self { ... }
fn h_1(self) -> Self { ... }
fn h_neg_1(self) -> Self { ... }
fn h_1p5(self) -> Self { ... }
fn h_neg_1p5(self) -> Self { ... }
fn h_2(self) -> Self { ... }
fn h_neg_2(self) -> Self { ... }
fn h_2p5(self) -> Self { ... }
fn h_neg_2p5(self) -> Self { ... }
fn h_3(self) -> Self { ... }
fn h_neg_3(self) -> Self { ... }
fn h_3p5(self) -> Self { ... }
fn h_neg_3p5(self) -> Self { ... }
fn h_4(self) -> Self { ... }
fn h_neg_4(self) -> Self { ... }
fn h_5(self) -> Self { ... }
fn h_neg_5(self) -> Self { ... }
fn h_6(self) -> Self { ... }
fn h_neg_6(self) -> Self { ... }
fn h_7(self) -> Self { ... }
fn h_neg_7(self) -> Self { ... }
fn h_8(self) -> Self { ... }
fn h_neg_8(self) -> Self { ... }
fn h_9(self) -> Self { ... }
fn h_neg_9(self) -> Self { ... }
fn h_10(self) -> Self { ... }
fn h_neg_10(self) -> Self { ... }
fn h_11(self) -> Self { ... }
fn h_neg_11(self) -> Self { ... }
fn h_12(self) -> Self { ... }
fn h_neg_12(self) -> Self { ... }
fn h_16(self) -> Self { ... }
fn h_neg_16(self) -> Self { ... }
fn h_20(self) -> Self { ... }
fn h_neg_20(self) -> Self { ... }
fn h_24(self) -> Self { ... }
fn h_neg_24(self) -> Self { ... }
fn h_32(self) -> Self { ... }
fn h_neg_32(self) -> Self { ... }
fn h_40(self) -> Self { ... }
fn h_neg_40(self) -> Self { ... }
fn h_48(self) -> Self { ... }
fn h_neg_48(self) -> Self { ... }
fn h_56(self) -> Self { ... }
fn h_neg_56(self) -> Self { ... }
fn h_64(self) -> Self { ... }
fn h_neg_64(self) -> Self { ... }
fn h_72(self) -> Self { ... }
fn h_neg_72(self) -> Self { ... }
fn h_80(self) -> Self { ... }
fn h_neg_80(self) -> Self { ... }
fn h_96(self) -> Self { ... }
fn h_neg_96(self) -> Self { ... }
fn h_112(self) -> Self { ... }
fn h_neg_112(self) -> Self { ... }
fn h_128(self) -> Self { ... }
fn h_neg_128(self) -> Self { ... }
fn h_auto(self) -> Self { ... }
fn h_px(self) -> Self { ... }
fn h_neg_px(self) -> Self { ... }
fn h_full(self) -> Self { ... }
fn h_neg_full(self) -> Self { ... }
fn h_1_2(self) -> Self { ... }
fn h_neg_1_2(self) -> Self { ... }
fn h_1_3(self) -> Self { ... }
fn h_neg_1_3(self) -> Self { ... }
fn h_2_3(self) -> Self { ... }
fn h_neg_2_3(self) -> Self { ... }
fn h_1_4(self) -> Self { ... }
fn h_neg_1_4(self) -> Self { ... }
fn h_2_4(self) -> Self { ... }
fn h_neg_2_4(self) -> Self { ... }
fn h_3_4(self) -> Self { ... }
fn h_neg_3_4(self) -> Self { ... }
fn h_1_5(self) -> Self { ... }
fn h_neg_1_5(self) -> Self { ... }
fn h_2_5(self) -> Self { ... }
fn h_neg_2_5(self) -> Self { ... }
fn h_3_5(self) -> Self { ... }
fn h_neg_3_5(self) -> Self { ... }
fn h_4_5(self) -> Self { ... }
fn h_neg_4_5(self) -> Self { ... }
fn h_1_6(self) -> Self { ... }
fn h_neg_1_6(self) -> Self { ... }
fn h_5_6(self) -> Self { ... }
fn h_neg_5_6(self) -> Self { ... }
fn h_1_12(self) -> Self { ... }
fn h_neg_1_12(self) -> Self { ... }
fn size(self, length: impl Clone + Into<Length>) -> Self { ... }
fn size_0(self) -> Self { ... }
fn size_neg_0(self) -> Self { ... }
fn size_0p5(self) -> Self { ... }
fn size_neg_0p5(self) -> Self { ... }
fn size_1(self) -> Self { ... }
fn size_neg_1(self) -> Self { ... }
fn size_1p5(self) -> Self { ... }
fn size_neg_1p5(self) -> Self { ... }
fn size_2(self) -> Self { ... }
fn size_neg_2(self) -> Self { ... }
fn size_2p5(self) -> Self { ... }
fn size_neg_2p5(self) -> Self { ... }
fn size_3(self) -> Self { ... }
fn size_neg_3(self) -> Self { ... }
fn size_3p5(self) -> Self { ... }
fn size_neg_3p5(self) -> Self { ... }
fn size_4(self) -> Self { ... }
fn size_neg_4(self) -> Self { ... }
fn size_5(self) -> Self { ... }
fn size_neg_5(self) -> Self { ... }
fn size_6(self) -> Self { ... }
fn size_neg_6(self) -> Self { ... }
fn size_7(self) -> Self { ... }
fn size_neg_7(self) -> Self { ... }
fn size_8(self) -> Self { ... }
fn size_neg_8(self) -> Self { ... }
fn size_9(self) -> Self { ... }
fn size_neg_9(self) -> Self { ... }
fn size_10(self) -> Self { ... }
fn size_neg_10(self) -> Self { ... }
fn size_11(self) -> Self { ... }
fn size_neg_11(self) -> Self { ... }
fn size_12(self) -> Self { ... }
fn size_neg_12(self) -> Self { ... }
fn size_16(self) -> Self { ... }
fn size_neg_16(self) -> Self { ... }
fn size_20(self) -> Self { ... }
fn size_neg_20(self) -> Self { ... }
fn size_24(self) -> Self { ... }
fn size_neg_24(self) -> Self { ... }
fn size_32(self) -> Self { ... }
fn size_neg_32(self) -> Self { ... }
fn size_40(self) -> Self { ... }
fn size_neg_40(self) -> Self { ... }
fn size_48(self) -> Self { ... }
fn size_neg_48(self) -> Self { ... }
fn size_56(self) -> Self { ... }
fn size_neg_56(self) -> Self { ... }
fn size_64(self) -> Self { ... }
fn size_neg_64(self) -> Self { ... }
fn size_72(self) -> Self { ... }
fn size_neg_72(self) -> Self { ... }
fn size_80(self) -> Self { ... }
fn size_neg_80(self) -> Self { ... }
fn size_96(self) -> Self { ... }
fn size_neg_96(self) -> Self { ... }
fn size_112(self) -> Self { ... }
fn size_neg_112(self) -> Self { ... }
fn size_128(self) -> Self { ... }
fn size_neg_128(self) -> Self { ... }
fn size_auto(self) -> Self { ... }
fn size_px(self) -> Self { ... }
fn size_neg_px(self) -> Self { ... }
fn size_full(self) -> Self { ... }
fn size_neg_full(self) -> Self { ... }
fn size_1_2(self) -> Self { ... }
fn size_neg_1_2(self) -> Self { ... }
fn size_1_3(self) -> Self { ... }
fn size_neg_1_3(self) -> Self { ... }
fn size_2_3(self) -> Self { ... }
fn size_neg_2_3(self) -> Self { ... }
fn size_1_4(self) -> Self { ... }
fn size_neg_1_4(self) -> Self { ... }
fn size_2_4(self) -> Self { ... }
fn size_neg_2_4(self) -> Self { ... }
fn size_3_4(self) -> Self { ... }
fn size_neg_3_4(self) -> Self { ... }
fn size_1_5(self) -> Self { ... }
fn size_neg_1_5(self) -> Self { ... }
fn size_2_5(self) -> Self { ... }
fn size_neg_2_5(self) -> Self { ... }
fn size_3_5(self) -> Self { ... }
fn size_neg_3_5(self) -> Self { ... }
fn size_4_5(self) -> Self { ... }
fn size_neg_4_5(self) -> Self { ... }
fn size_1_6(self) -> Self { ... }
fn size_neg_1_6(self) -> Self { ... }
fn size_5_6(self) -> Self { ... }
fn size_neg_5_6(self) -> Self { ... }
fn size_1_12(self) -> Self { ... }
fn size_neg_1_12(self) -> Self { ... }
fn min_w(self, length: impl Clone + Into<Length>) -> Self { ... }
fn min_w_0(self) -> Self { ... }
fn min_w_neg_0(self) -> Self { ... }
fn min_w_0p5(self) -> Self { ... }
fn min_w_neg_0p5(self) -> Self { ... }
fn min_w_1(self) -> Self { ... }
fn min_w_neg_1(self) -> Self { ... }
fn min_w_1p5(self) -> Self { ... }
fn min_w_neg_1p5(self) -> Self { ... }
fn min_w_2(self) -> Self { ... }
fn min_w_neg_2(self) -> Self { ... }
fn min_w_2p5(self) -> Self { ... }
fn min_w_neg_2p5(self) -> Self { ... }
fn min_w_3(self) -> Self { ... }
fn min_w_neg_3(self) -> Self { ... }
fn min_w_3p5(self) -> Self { ... }
fn min_w_neg_3p5(self) -> Self { ... }
fn min_w_4(self) -> Self { ... }
fn min_w_neg_4(self) -> Self { ... }
fn min_w_5(self) -> Self { ... }
fn min_w_neg_5(self) -> Self { ... }
fn min_w_6(self) -> Self { ... }
fn min_w_neg_6(self) -> Self { ... }
fn min_w_7(self) -> Self { ... }
fn min_w_neg_7(self) -> Self { ... }
fn min_w_8(self) -> Self { ... }
fn min_w_neg_8(self) -> Self { ... }
fn min_w_9(self) -> Self { ... }
fn min_w_neg_9(self) -> Self { ... }
fn min_w_10(self) -> Self { ... }
fn min_w_neg_10(self) -> Self { ... }
fn min_w_11(self) -> Self { ... }
fn min_w_neg_11(self) -> Self { ... }
fn min_w_12(self) -> Self { ... }
fn min_w_neg_12(self) -> Self { ... }
fn min_w_16(self) -> Self { ... }
fn min_w_neg_16(self) -> Self { ... }
fn min_w_20(self) -> Self { ... }
fn min_w_neg_20(self) -> Self { ... }
fn min_w_24(self) -> Self { ... }
fn min_w_neg_24(self) -> Self { ... }
fn min_w_32(self) -> Self { ... }
fn min_w_neg_32(self) -> Self { ... }
fn min_w_40(self) -> Self { ... }
fn min_w_neg_40(self) -> Self { ... }
fn min_w_48(self) -> Self { ... }
fn min_w_neg_48(self) -> Self { ... }
fn min_w_56(self) -> Self { ... }
fn min_w_neg_56(self) -> Self { ... }
fn min_w_64(self) -> Self { ... }
fn min_w_neg_64(self) -> Self { ... }
fn min_w_72(self) -> Self { ... }
fn min_w_neg_72(self) -> Self { ... }
fn min_w_80(self) -> Self { ... }
fn min_w_neg_80(self) -> Self { ... }
fn min_w_96(self) -> Self { ... }
fn min_w_neg_96(self) -> Self { ... }
fn min_w_112(self) -> Self { ... }
fn min_w_neg_112(self) -> Self { ... }
fn min_w_128(self) -> Self { ... }
fn min_w_neg_128(self) -> Self { ... }
fn min_w_auto(self) -> Self { ... }
fn min_w_px(self) -> Self { ... }
fn min_w_neg_px(self) -> Self { ... }
fn min_w_full(self) -> Self { ... }
fn min_w_neg_full(self) -> Self { ... }
fn min_w_1_2(self) -> Self { ... }
fn min_w_neg_1_2(self) -> Self { ... }
fn min_w_1_3(self) -> Self { ... }
fn min_w_neg_1_3(self) -> Self { ... }
fn min_w_2_3(self) -> Self { ... }
fn min_w_neg_2_3(self) -> Self { ... }
fn min_w_1_4(self) -> Self { ... }
fn min_w_neg_1_4(self) -> Self { ... }
fn min_w_2_4(self) -> Self { ... }
fn min_w_neg_2_4(self) -> Self { ... }
fn min_w_3_4(self) -> Self { ... }
fn min_w_neg_3_4(self) -> Self { ... }
fn min_w_1_5(self) -> Self { ... }
fn min_w_neg_1_5(self) -> Self { ... }
fn min_w_2_5(self) -> Self { ... }
fn min_w_neg_2_5(self) -> Self { ... }
fn min_w_3_5(self) -> Self { ... }
fn min_w_neg_3_5(self) -> Self { ... }
fn min_w_4_5(self) -> Self { ... }
fn min_w_neg_4_5(self) -> Self { ... }
fn min_w_1_6(self) -> Self { ... }
fn min_w_neg_1_6(self) -> Self { ... }
fn min_w_5_6(self) -> Self { ... }
fn min_w_neg_5_6(self) -> Self { ... }
fn min_w_1_12(self) -> Self { ... }
fn min_w_neg_1_12(self) -> Self { ... }
fn min_h(self, length: impl Clone + Into<Length>) -> Self { ... }
fn min_h_0(self) -> Self { ... }
fn min_h_neg_0(self) -> Self { ... }
fn min_h_0p5(self) -> Self { ... }
fn min_h_neg_0p5(self) -> Self { ... }
fn min_h_1(self) -> Self { ... }
fn min_h_neg_1(self) -> Self { ... }
fn min_h_1p5(self) -> Self { ... }
fn min_h_neg_1p5(self) -> Self { ... }
fn min_h_2(self) -> Self { ... }
fn min_h_neg_2(self) -> Self { ... }
fn min_h_2p5(self) -> Self { ... }
fn min_h_neg_2p5(self) -> Self { ... }
fn min_h_3(self) -> Self { ... }
fn min_h_neg_3(self) -> Self { ... }
fn min_h_3p5(self) -> Self { ... }
fn min_h_neg_3p5(self) -> Self { ... }
fn min_h_4(self) -> Self { ... }
fn min_h_neg_4(self) -> Self { ... }
fn min_h_5(self) -> Self { ... }
fn min_h_neg_5(self) -> Self { ... }
fn min_h_6(self) -> Self { ... }
fn min_h_neg_6(self) -> Self { ... }
fn min_h_7(self) -> Self { ... }
fn min_h_neg_7(self) -> Self { ... }
fn min_h_8(self) -> Self { ... }
fn min_h_neg_8(self) -> Self { ... }
fn min_h_9(self) -> Self { ... }
fn min_h_neg_9(self) -> Self { ... }
fn min_h_10(self) -> Self { ... }
fn min_h_neg_10(self) -> Self { ... }
fn min_h_11(self) -> Self { ... }
fn min_h_neg_11(self) -> Self { ... }
fn min_h_12(self) -> Self { ... }
fn min_h_neg_12(self) -> Self { ... }
fn min_h_16(self) -> Self { ... }
fn min_h_neg_16(self) -> Self { ... }
fn min_h_20(self) -> Self { ... }
fn min_h_neg_20(self) -> Self { ... }
fn min_h_24(self) -> Self { ... }
fn min_h_neg_24(self) -> Self { ... }
fn min_h_32(self) -> Self { ... }
fn min_h_neg_32(self) -> Self { ... }
fn min_h_40(self) -> Self { ... }
fn min_h_neg_40(self) -> Self { ... }
fn min_h_48(self) -> Self { ... }
fn min_h_neg_48(self) -> Self { ... }
fn min_h_56(self) -> Self { ... }
fn min_h_neg_56(self) -> Self { ... }
fn min_h_64(self) -> Self { ... }
fn min_h_neg_64(self) -> Self { ... }
fn min_h_72(self) -> Self { ... }
fn min_h_neg_72(self) -> Self { ... }
fn min_h_80(self) -> Self { ... }
fn min_h_neg_80(self) -> Self { ... }
fn min_h_96(self) -> Self { ... }
fn min_h_neg_96(self) -> Self { ... }
fn min_h_112(self) -> Self { ... }
fn min_h_neg_112(self) -> Self { ... }
fn min_h_128(self) -> Self { ... }
fn min_h_neg_128(self) -> Self { ... }
fn min_h_auto(self) -> Self { ... }
fn min_h_px(self) -> Self { ... }
fn min_h_neg_px(self) -> Self { ... }
fn min_h_full(self) -> Self { ... }
fn min_h_neg_full(self) -> Self { ... }
fn min_h_1_2(self) -> Self { ... }
fn min_h_neg_1_2(self) -> Self { ... }
fn min_h_1_3(self) -> Self { ... }
fn min_h_neg_1_3(self) -> Self { ... }
fn min_h_2_3(self) -> Self { ... }
fn min_h_neg_2_3(self) -> Self { ... }
fn min_h_1_4(self) -> Self { ... }
fn min_h_neg_1_4(self) -> Self { ... }
fn min_h_2_4(self) -> Self { ... }
fn min_h_neg_2_4(self) -> Self { ... }
fn min_h_3_4(self) -> Self { ... }
fn min_h_neg_3_4(self) -> Self { ... }
fn min_h_1_5(self) -> Self { ... }
fn min_h_neg_1_5(self) -> Self { ... }
fn min_h_2_5(self) -> Self { ... }
fn min_h_neg_2_5(self) -> Self { ... }
fn min_h_3_5(self) -> Self { ... }
fn min_h_neg_3_5(self) -> Self { ... }
fn min_h_4_5(self) -> Self { ... }
fn min_h_neg_4_5(self) -> Self { ... }
fn min_h_1_6(self) -> Self { ... }
fn min_h_neg_1_6(self) -> Self { ... }
fn min_h_5_6(self) -> Self { ... }
fn min_h_neg_5_6(self) -> Self { ... }
fn min_h_1_12(self) -> Self { ... }
fn min_h_neg_1_12(self) -> Self { ... }
fn max_w(self, length: impl Clone + Into<Length>) -> Self { ... }
fn max_w_0(self) -> Self { ... }
fn max_w_neg_0(self) -> Self { ... }
fn max_w_0p5(self) -> Self { ... }
fn max_w_neg_0p5(self) -> Self { ... }
fn max_w_1(self) -> Self { ... }
fn max_w_neg_1(self) -> Self { ... }
fn max_w_1p5(self) -> Self { ... }
fn max_w_neg_1p5(self) -> Self { ... }
fn max_w_2(self) -> Self { ... }
fn max_w_neg_2(self) -> Self { ... }
fn max_w_2p5(self) -> Self { ... }
fn max_w_neg_2p5(self) -> Self { ... }
fn max_w_3(self) -> Self { ... }
fn max_w_neg_3(self) -> Self { ... }
fn max_w_3p5(self) -> Self { ... }
fn max_w_neg_3p5(self) -> Self { ... }
fn max_w_4(self) -> Self { ... }
fn max_w_neg_4(self) -> Self { ... }
fn max_w_5(self) -> Self { ... }
fn max_w_neg_5(self) -> Self { ... }
fn max_w_6(self) -> Self { ... }
fn max_w_neg_6(self) -> Self { ... }
fn max_w_7(self) -> Self { ... }
fn max_w_neg_7(self) -> Self { ... }
fn max_w_8(self) -> Self { ... }
fn max_w_neg_8(self) -> Self { ... }
fn max_w_9(self) -> Self { ... }
fn max_w_neg_9(self) -> Self { ... }
fn max_w_10(self) -> Self { ... }
fn max_w_neg_10(self) -> Self { ... }
fn max_w_11(self) -> Self { ... }
fn max_w_neg_11(self) -> Self { ... }
fn max_w_12(self) -> Self { ... }
fn max_w_neg_12(self) -> Self { ... }
fn max_w_16(self) -> Self { ... }
fn max_w_neg_16(self) -> Self { ... }
fn max_w_20(self) -> Self { ... }
fn max_w_neg_20(self) -> Self { ... }
fn max_w_24(self) -> Self { ... }
fn max_w_neg_24(self) -> Self { ... }
fn max_w_32(self) -> Self { ... }
fn max_w_neg_32(self) -> Self { ... }
fn max_w_40(self) -> Self { ... }
fn max_w_neg_40(self) -> Self { ... }
fn max_w_48(self) -> Self { ... }
fn max_w_neg_48(self) -> Self { ... }
fn max_w_56(self) -> Self { ... }
fn max_w_neg_56(self) -> Self { ... }
fn max_w_64(self) -> Self { ... }
fn max_w_neg_64(self) -> Self { ... }
fn max_w_72(self) -> Self { ... }
fn max_w_neg_72(self) -> Self { ... }
fn max_w_80(self) -> Self { ... }
fn max_w_neg_80(self) -> Self { ... }
fn max_w_96(self) -> Self { ... }
fn max_w_neg_96(self) -> Self { ... }
fn max_w_112(self) -> Self { ... }
fn max_w_neg_112(self) -> Self { ... }
fn max_w_128(self) -> Self { ... }
fn max_w_neg_128(self) -> Self { ... }
fn max_w_auto(self) -> Self { ... }
fn max_w_px(self) -> Self { ... }
fn max_w_neg_px(self) -> Self { ... }
fn max_w_full(self) -> Self { ... }
fn max_w_neg_full(self) -> Self { ... }
fn max_w_1_2(self) -> Self { ... }
fn max_w_neg_1_2(self) -> Self { ... }
fn max_w_1_3(self) -> Self { ... }
fn max_w_neg_1_3(self) -> Self { ... }
fn max_w_2_3(self) -> Self { ... }
fn max_w_neg_2_3(self) -> Self { ... }
fn max_w_1_4(self) -> Self { ... }
fn max_w_neg_1_4(self) -> Self { ... }
fn max_w_2_4(self) -> Self { ... }
fn max_w_neg_2_4(self) -> Self { ... }
fn max_w_3_4(self) -> Self { ... }
fn max_w_neg_3_4(self) -> Self { ... }
fn max_w_1_5(self) -> Self { ... }
fn max_w_neg_1_5(self) -> Self { ... }
fn max_w_2_5(self) -> Self { ... }
fn max_w_neg_2_5(self) -> Self { ... }
fn max_w_3_5(self) -> Self { ... }
fn max_w_neg_3_5(self) -> Self { ... }
fn max_w_4_5(self) -> Self { ... }
fn max_w_neg_4_5(self) -> Self { ... }
fn max_w_1_6(self) -> Self { ... }
fn max_w_neg_1_6(self) -> Self { ... }
fn max_w_5_6(self) -> Self { ... }
fn max_w_neg_5_6(self) -> Self { ... }
fn max_w_1_12(self) -> Self { ... }
fn max_w_neg_1_12(self) -> Self { ... }
fn max_h(self, length: impl Clone + Into<Length>) -> Self { ... }
fn max_h_0(self) -> Self { ... }
fn max_h_neg_0(self) -> Self { ... }
fn max_h_0p5(self) -> Self { ... }
fn max_h_neg_0p5(self) -> Self { ... }
fn max_h_1(self) -> Self { ... }
fn max_h_neg_1(self) -> Self { ... }
fn max_h_1p5(self) -> Self { ... }
fn max_h_neg_1p5(self) -> Self { ... }
fn max_h_2(self) -> Self { ... }
fn max_h_neg_2(self) -> Self { ... }
fn max_h_2p5(self) -> Self { ... }
fn max_h_neg_2p5(self) -> Self { ... }
fn max_h_3(self) -> Self { ... }
fn max_h_neg_3(self) -> Self { ... }
fn max_h_3p5(self) -> Self { ... }
fn max_h_neg_3p5(self) -> Self { ... }
fn max_h_4(self) -> Self { ... }
fn max_h_neg_4(self) -> Self { ... }
fn max_h_5(self) -> Self { ... }
fn max_h_neg_5(self) -> Self { ... }
fn max_h_6(self) -> Self { ... }
fn max_h_neg_6(self) -> Self { ... }
fn max_h_7(self) -> Self { ... }
fn max_h_neg_7(self) -> Self { ... }
fn max_h_8(self) -> Self { ... }
fn max_h_neg_8(self) -> Self { ... }
fn max_h_9(self) -> Self { ... }
fn max_h_neg_9(self) -> Self { ... }
fn max_h_10(self) -> Self { ... }
fn max_h_neg_10(self) -> Self { ... }
fn max_h_11(self) -> Self { ... }
fn max_h_neg_11(self) -> Self { ... }
fn max_h_12(self) -> Self { ... }
fn max_h_neg_12(self) -> Self { ... }
fn max_h_16(self) -> Self { ... }
fn max_h_neg_16(self) -> Self { ... }
fn max_h_20(self) -> Self { ... }
fn max_h_neg_20(self) -> Self { ... }
fn max_h_24(self) -> Self { ... }
fn max_h_neg_24(self) -> Self { ... }
fn max_h_32(self) -> Self { ... }
fn max_h_neg_32(self) -> Self { ... }
fn max_h_40(self) -> Self { ... }
fn max_h_neg_40(self) -> Self { ... }
fn max_h_48(self) -> Self { ... }
fn max_h_neg_48(self) -> Self { ... }
fn max_h_56(self) -> Self { ... }
fn max_h_neg_56(self) -> Self { ... }
fn max_h_64(self) -> Self { ... }
fn max_h_neg_64(self) -> Self { ... }
fn max_h_72(self) -> Self { ... }
fn max_h_neg_72(self) -> Self { ... }
fn max_h_80(self) -> Self { ... }
fn max_h_neg_80(self) -> Self { ... }
fn max_h_96(self) -> Self { ... }
fn max_h_neg_96(self) -> Self { ... }
fn max_h_112(self) -> Self { ... }
fn max_h_neg_112(self) -> Self { ... }
fn max_h_128(self) -> Self { ... }
fn max_h_neg_128(self) -> Self { ... }
fn max_h_auto(self) -> Self { ... }
fn max_h_px(self) -> Self { ... }
fn max_h_neg_px(self) -> Self { ... }
fn max_h_full(self) -> Self { ... }
fn max_h_neg_full(self) -> Self { ... }
fn max_h_1_2(self) -> Self { ... }
fn max_h_neg_1_2(self) -> Self { ... }
fn max_h_1_3(self) -> Self { ... }
fn max_h_neg_1_3(self) -> Self { ... }
fn max_h_2_3(self) -> Self { ... }
fn max_h_neg_2_3(self) -> Self { ... }
fn max_h_1_4(self) -> Self { ... }
fn max_h_neg_1_4(self) -> Self { ... }
fn max_h_2_4(self) -> Self { ... }
fn max_h_neg_2_4(self) -> Self { ... }
fn max_h_3_4(self) -> Self { ... }
fn max_h_neg_3_4(self) -> Self { ... }
fn max_h_1_5(self) -> Self { ... }
fn max_h_neg_1_5(self) -> Self { ... }
fn max_h_2_5(self) -> Self { ... }
fn max_h_neg_2_5(self) -> Self { ... }
fn max_h_3_5(self) -> Self { ... }
fn max_h_neg_3_5(self) -> Self { ... }
fn max_h_4_5(self) -> Self { ... }
fn max_h_neg_4_5(self) -> Self { ... }
fn max_h_1_6(self) -> Self { ... }
fn max_h_neg_1_6(self) -> Self { ... }
fn max_h_5_6(self) -> Self { ... }
fn max_h_neg_5_6(self) -> Self { ... }
fn max_h_1_12(self) -> Self { ... }
fn max_h_neg_1_12(self) -> Self { ... }
fn gap(self, length: impl Clone + Into<DefiniteLength>) -> Self { ... }
fn gap_0(self) -> Self { ... }
fn gap_neg_0(self) -> Self { ... }
fn gap_0p5(self) -> Self { ... }
fn gap_neg_0p5(self) -> Self { ... }
fn gap_1(self) -> Self { ... }
fn gap_neg_1(self) -> Self { ... }
fn gap_1p5(self) -> Self { ... }
fn gap_neg_1p5(self) -> Self { ... }
fn gap_2(self) -> Self { ... }
fn gap_neg_2(self) -> Self { ... }
fn gap_2p5(self) -> Self { ... }
fn gap_neg_2p5(self) -> Self { ... }
fn gap_3(self) -> Self { ... }
fn gap_neg_3(self) -> Self { ... }
fn gap_3p5(self) -> Self { ... }
fn gap_neg_3p5(self) -> Self { ... }
fn gap_4(self) -> Self { ... }
fn gap_neg_4(self) -> Self { ... }
fn gap_5(self) -> Self { ... }
fn gap_neg_5(self) -> Self { ... }
fn gap_6(self) -> Self { ... }
fn gap_neg_6(self) -> Self { ... }
fn gap_7(self) -> Self { ... }
fn gap_neg_7(self) -> Self { ... }
fn gap_8(self) -> Self { ... }
fn gap_neg_8(self) -> Self { ... }
fn gap_9(self) -> Self { ... }
fn gap_neg_9(self) -> Self { ... }
fn gap_10(self) -> Self { ... }
fn gap_neg_10(self) -> Self { ... }
fn gap_11(self) -> Self { ... }
fn gap_neg_11(self) -> Self { ... }
fn gap_12(self) -> Self { ... }
fn gap_neg_12(self) -> Self { ... }
fn gap_16(self) -> Self { ... }
fn gap_neg_16(self) -> Self { ... }
fn gap_20(self) -> Self { ... }
fn gap_neg_20(self) -> Self { ... }
fn gap_24(self) -> Self { ... }
fn gap_neg_24(self) -> Self { ... }
fn gap_32(self) -> Self { ... }
fn gap_neg_32(self) -> Self { ... }
fn gap_40(self) -> Self { ... }
fn gap_neg_40(self) -> Self { ... }
fn gap_48(self) -> Self { ... }
fn gap_neg_48(self) -> Self { ... }
fn gap_56(self) -> Self { ... }
fn gap_neg_56(self) -> Self { ... }
fn gap_64(self) -> Self { ... }
fn gap_neg_64(self) -> Self { ... }
fn gap_72(self) -> Self { ... }
fn gap_neg_72(self) -> Self { ... }
fn gap_80(self) -> Self { ... }
fn gap_neg_80(self) -> Self { ... }
fn gap_96(self) -> Self { ... }
fn gap_neg_96(self) -> Self { ... }
fn gap_112(self) -> Self { ... }
fn gap_neg_112(self) -> Self { ... }
fn gap_128(self) -> Self { ... }
fn gap_neg_128(self) -> Self { ... }
fn gap_px(self) -> Self { ... }
fn gap_neg_px(self) -> Self { ... }
fn gap_full(self) -> Self { ... }
fn gap_neg_full(self) -> Self { ... }
fn gap_1_2(self) -> Self { ... }
fn gap_neg_1_2(self) -> Self { ... }
fn gap_1_3(self) -> Self { ... }
fn gap_neg_1_3(self) -> Self { ... }
fn gap_2_3(self) -> Self { ... }
fn gap_neg_2_3(self) -> Self { ... }
fn gap_1_4(self) -> Self { ... }
fn gap_neg_1_4(self) -> Self { ... }
fn gap_2_4(self) -> Self { ... }
fn gap_neg_2_4(self) -> Self { ... }
fn gap_3_4(self) -> Self { ... }
fn gap_neg_3_4(self) -> Self { ... }
fn gap_1_5(self) -> Self { ... }
fn gap_neg_1_5(self) -> Self { ... }
fn gap_2_5(self) -> Self { ... }
fn gap_neg_2_5(self) -> Self { ... }
fn gap_3_5(self) -> Self { ... }
fn gap_neg_3_5(self) -> Self { ... }
fn gap_4_5(self) -> Self { ... }
fn gap_neg_4_5(self) -> Self { ... }
fn gap_1_6(self) -> Self { ... }
fn gap_neg_1_6(self) -> Self { ... }
fn gap_5_6(self) -> Self { ... }
fn gap_neg_5_6(self) -> Self { ... }
fn gap_1_12(self) -> Self { ... }
fn gap_neg_1_12(self) -> Self { ... }
fn gap_x(self, length: impl Clone + Into<DefiniteLength>) -> Self { ... }
fn gap_x_0(self) -> Self { ... }
fn gap_x_neg_0(self) -> Self { ... }
fn gap_x_0p5(self) -> Self { ... }
fn gap_x_neg_0p5(self) -> Self { ... }
fn gap_x_1(self) -> Self { ... }
fn gap_x_neg_1(self) -> Self { ... }
fn gap_x_1p5(self) -> Self { ... }
fn gap_x_neg_1p5(self) -> Self { ... }
fn gap_x_2(self) -> Self { ... }
fn gap_x_neg_2(self) -> Self { ... }
fn gap_x_2p5(self) -> Self { ... }
fn gap_x_neg_2p5(self) -> Self { ... }
fn gap_x_3(self) -> Self { ... }
fn gap_x_neg_3(self) -> Self { ... }
fn gap_x_3p5(self) -> Self { ... }
fn gap_x_neg_3p5(self) -> Self { ... }
fn gap_x_4(self) -> Self { ... }
fn gap_x_neg_4(self) -> Self { ... }
fn gap_x_5(self) -> Self { ... }
fn gap_x_neg_5(self) -> Self { ... }
fn gap_x_6(self) -> Self { ... }
fn gap_x_neg_6(self) -> Self { ... }
fn gap_x_7(self) -> Self { ... }
fn gap_x_neg_7(self) -> Self { ... }
fn gap_x_8(self) -> Self { ... }
fn gap_x_neg_8(self) -> Self { ... }
fn gap_x_9(self) -> Self { ... }
fn gap_x_neg_9(self) -> Self { ... }
fn gap_x_10(self) -> Self { ... }
fn gap_x_neg_10(self) -> Self { ... }
fn gap_x_11(self) -> Self { ... }
fn gap_x_neg_11(self) -> Self { ... }
fn gap_x_12(self) -> Self { ... }
fn gap_x_neg_12(self) -> Self { ... }
fn gap_x_16(self) -> Self { ... }
fn gap_x_neg_16(self) -> Self { ... }
fn gap_x_20(self) -> Self { ... }
fn gap_x_neg_20(self) -> Self { ... }
fn gap_x_24(self) -> Self { ... }
fn gap_x_neg_24(self) -> Self { ... }
fn gap_x_32(self) -> Self { ... }
fn gap_x_neg_32(self) -> Self { ... }
fn gap_x_40(self) -> Self { ... }
fn gap_x_neg_40(self) -> Self { ... }
fn gap_x_48(self) -> Self { ... }
fn gap_x_neg_48(self) -> Self { ... }
fn gap_x_56(self) -> Self { ... }
fn gap_x_neg_56(self) -> Self { ... }
fn gap_x_64(self) -> Self { ... }
fn gap_x_neg_64(self) -> Self { ... }
fn gap_x_72(self) -> Self { ... }
fn gap_x_neg_72(self) -> Self { ... }
fn gap_x_80(self) -> Self { ... }
fn gap_x_neg_80(self) -> Self { ... }
fn gap_x_96(self) -> Self { ... }
fn gap_x_neg_96(self) -> Self { ... }
fn gap_x_112(self) -> Self { ... }
fn gap_x_neg_112(self) -> Self { ... }
fn gap_x_128(self) -> Self { ... }
fn gap_x_neg_128(self) -> Self { ... }
fn gap_x_px(self) -> Self { ... }
fn gap_x_neg_px(self) -> Self { ... }
fn gap_x_full(self) -> Self { ... }
fn gap_x_neg_full(self) -> Self { ... }
fn gap_x_1_2(self) -> Self { ... }
fn gap_x_neg_1_2(self) -> Self { ... }
fn gap_x_1_3(self) -> Self { ... }
fn gap_x_neg_1_3(self) -> Self { ... }
fn gap_x_2_3(self) -> Self { ... }
fn gap_x_neg_2_3(self) -> Self { ... }
fn gap_x_1_4(self) -> Self { ... }
fn gap_x_neg_1_4(self) -> Self { ... }
fn gap_x_2_4(self) -> Self { ... }
fn gap_x_neg_2_4(self) -> Self { ... }
fn gap_x_3_4(self) -> Self { ... }
fn gap_x_neg_3_4(self) -> Self { ... }
fn gap_x_1_5(self) -> Self { ... }
fn gap_x_neg_1_5(self) -> Self { ... }
fn gap_x_2_5(self) -> Self { ... }
fn gap_x_neg_2_5(self) -> Self { ... }
fn gap_x_3_5(self) -> Self { ... }
fn gap_x_neg_3_5(self) -> Self { ... }
fn gap_x_4_5(self) -> Self { ... }
fn gap_x_neg_4_5(self) -> Self { ... }
fn gap_x_1_6(self) -> Self { ... }
fn gap_x_neg_1_6(self) -> Self { ... }
fn gap_x_5_6(self) -> Self { ... }
fn gap_x_neg_5_6(self) -> Self { ... }
fn gap_x_1_12(self) -> Self { ... }
fn gap_x_neg_1_12(self) -> Self { ... }
fn gap_y(self, length: impl Clone + Into<DefiniteLength>) -> Self { ... }
fn gap_y_0(self) -> Self { ... }
fn gap_y_neg_0(self) -> Self { ... }
fn gap_y_0p5(self) -> Self { ... }
fn gap_y_neg_0p5(self) -> Self { ... }
fn gap_y_1(self) -> Self { ... }
fn gap_y_neg_1(self) -> Self { ... }
fn gap_y_1p5(self) -> Self { ... }
fn gap_y_neg_1p5(self) -> Self { ... }
fn gap_y_2(self) -> Self { ... }
fn gap_y_neg_2(self) -> Self { ... }
fn gap_y_2p5(self) -> Self { ... }
fn gap_y_neg_2p5(self) -> Self { ... }
fn gap_y_3(self) -> Self { ... }
fn gap_y_neg_3(self) -> Self { ... }
fn gap_y_3p5(self) -> Self { ... }
fn gap_y_neg_3p5(self) -> Self { ... }
fn gap_y_4(self) -> Self { ... }
fn gap_y_neg_4(self) -> Self { ... }
fn gap_y_5(self) -> Self { ... }
fn gap_y_neg_5(self) -> Self { ... }
fn gap_y_6(self) -> Self { ... }
fn gap_y_neg_6(self) -> Self { ... }
fn gap_y_7(self) -> Self { ... }
fn gap_y_neg_7(self) -> Self { ... }
fn gap_y_8(self) -> Self { ... }
fn gap_y_neg_8(self) -> Self { ... }
fn gap_y_9(self) -> Self { ... }
fn gap_y_neg_9(self) -> Self { ... }
fn gap_y_10(self) -> Self { ... }
fn gap_y_neg_10(self) -> Self { ... }
fn gap_y_11(self) -> Self { ... }
fn gap_y_neg_11(self) -> Self { ... }
fn gap_y_12(self) -> Self { ... }
fn gap_y_neg_12(self) -> Self { ... }
fn gap_y_16(self) -> Self { ... }
fn gap_y_neg_16(self) -> Self { ... }
fn gap_y_20(self) -> Self { ... }
fn gap_y_neg_20(self) -> Self { ... }
fn gap_y_24(self) -> Self { ... }
fn gap_y_neg_24(self) -> Self { ... }
fn gap_y_32(self) -> Self { ... }
fn gap_y_neg_32(self) -> Self { ... }
fn gap_y_40(self) -> Self { ... }
fn gap_y_neg_40(self) -> Self { ... }
fn gap_y_48(self) -> Self { ... }
fn gap_y_neg_48(self) -> Self { ... }
fn gap_y_56(self) -> Self { ... }
fn gap_y_neg_56(self) -> Self { ... }
fn gap_y_64(self) -> Self { ... }
fn gap_y_neg_64(self) -> Self { ... }
fn gap_y_72(self) -> Self { ... }
fn gap_y_neg_72(self) -> Self { ... }
fn gap_y_80(self) -> Self { ... }
fn gap_y_neg_80(self) -> Self { ... }
fn gap_y_96(self) -> Self { ... }
fn gap_y_neg_96(self) -> Self { ... }
fn gap_y_112(self) -> Self { ... }
fn gap_y_neg_112(self) -> Self { ... }
fn gap_y_128(self) -> Self { ... }
fn gap_y_neg_128(self) -> Self { ... }
fn gap_y_px(self) -> Self { ... }
fn gap_y_neg_px(self) -> Self { ... }
fn gap_y_full(self) -> Self { ... }
fn gap_y_neg_full(self) -> Self { ... }
fn gap_y_1_2(self) -> Self { ... }
fn gap_y_neg_1_2(self) -> Self { ... }
fn gap_y_1_3(self) -> Self { ... }
fn gap_y_neg_1_3(self) -> Self { ... }
fn gap_y_2_3(self) -> Self { ... }
fn gap_y_neg_2_3(self) -> Self { ... }
fn gap_y_1_4(self) -> Self { ... }
fn gap_y_neg_1_4(self) -> Self { ... }
fn gap_y_2_4(self) -> Self { ... }
fn gap_y_neg_2_4(self) -> Self { ... }
fn gap_y_3_4(self) -> Self { ... }
fn gap_y_neg_3_4(self) -> Self { ... }
fn gap_y_1_5(self) -> Self { ... }
fn gap_y_neg_1_5(self) -> Self { ... }
fn gap_y_2_5(self) -> Self { ... }
fn gap_y_neg_2_5(self) -> Self { ... }
fn gap_y_3_5(self) -> Self { ... }
fn gap_y_neg_3_5(self) -> Self { ... }
fn gap_y_4_5(self) -> Self { ... }
fn gap_y_neg_4_5(self) -> Self { ... }
fn gap_y_1_6(self) -> Self { ... }
fn gap_y_neg_1_6(self) -> Self { ... }
fn gap_y_5_6(self) -> Self { ... }
fn gap_y_neg_5_6(self) -> Self { ... }
fn gap_y_1_12(self) -> Self { ... }
fn gap_y_neg_1_12(self) -> Self { ... }
fn rounded(self, length: impl Clone + Into<AbsoluteLength>) -> Self { ... }
fn rounded_none(self) -> Self { ... }
fn rounded_xs(self) -> Self { ... }
fn rounded_sm(self) -> Self { ... }
fn rounded_md(self) -> Self { ... }
fn rounded_lg(self) -> Self { ... }
fn rounded_xl(self) -> Self { ... }
fn rounded_2xl(self) -> Self { ... }
fn rounded_3xl(self) -> Self { ... }
fn rounded_full(self) -> Self { ... }
fn rounded_t(self, length: impl Clone + Into<AbsoluteLength>) -> Self { ... }
fn rounded_t_none(self) -> Self { ... }
fn rounded_t_xs(self) -> Self { ... }
fn rounded_t_sm(self) -> Self { ... }
fn rounded_t_md(self) -> Self { ... }
fn rounded_t_lg(self) -> Self { ... }
fn rounded_t_xl(self) -> Self { ... }
fn rounded_t_2xl(self) -> Self { ... }
fn rounded_t_3xl(self) -> Self { ... }
fn rounded_t_full(self) -> Self { ... }
fn rounded_b(self, length: impl Clone + Into<AbsoluteLength>) -> Self { ... }
fn rounded_b_none(self) -> Self { ... }
fn rounded_b_xs(self) -> Self { ... }
fn rounded_b_sm(self) -> Self { ... }
fn rounded_b_md(self) -> Self { ... }
fn rounded_b_lg(self) -> Self { ... }
fn rounded_b_xl(self) -> Self { ... }
fn rounded_b_2xl(self) -> Self { ... }
fn rounded_b_3xl(self) -> Self { ... }
fn rounded_b_full(self) -> Self { ... }
fn rounded_r(self, length: impl Clone + Into<AbsoluteLength>) -> Self { ... }
fn rounded_r_none(self) -> Self { ... }
fn rounded_r_xs(self) -> Self { ... }
fn rounded_r_sm(self) -> Self { ... }
fn rounded_r_md(self) -> Self { ... }
fn rounded_r_lg(self) -> Self { ... }
fn rounded_r_xl(self) -> Self { ... }
fn rounded_r_2xl(self) -> Self { ... }
fn rounded_r_3xl(self) -> Self { ... }
fn rounded_r_full(self) -> Self { ... }
fn rounded_l(self, length: impl Clone + Into<AbsoluteLength>) -> Self { ... }
fn rounded_l_none(self) -> Self { ... }
fn rounded_l_xs(self) -> Self { ... }
fn rounded_l_sm(self) -> Self { ... }
fn rounded_l_md(self) -> Self { ... }
fn rounded_l_lg(self) -> Self { ... }
fn rounded_l_xl(self) -> Self { ... }
fn rounded_l_2xl(self) -> Self { ... }
fn rounded_l_3xl(self) -> Self { ... }
fn rounded_l_full(self) -> Self { ... }
fn rounded_tl(self, length: impl Clone + Into<AbsoluteLength>) -> Self { ... }
fn rounded_tl_none(self) -> Self { ... }
fn rounded_tl_xs(self) -> Self { ... }
fn rounded_tl_sm(self) -> Self { ... }
fn rounded_tl_md(self) -> Self { ... }
fn rounded_tl_lg(self) -> Self { ... }
fn rounded_tl_xl(self) -> Self { ... }
fn rounded_tl_2xl(self) -> Self { ... }
fn rounded_tl_3xl(self) -> Self { ... }
fn rounded_tl_full(self) -> Self { ... }
fn rounded_tr(self, length: impl Clone + Into<AbsoluteLength>) -> Self { ... }
fn rounded_tr_none(self) -> Self { ... }
fn rounded_tr_xs(self) -> Self { ... }
fn rounded_tr_sm(self) -> Self { ... }
fn rounded_tr_md(self) -> Self { ... }
fn rounded_tr_lg(self) -> Self { ... }
fn rounded_tr_xl(self) -> Self { ... }
fn rounded_tr_2xl(self) -> Self { ... }
fn rounded_tr_3xl(self) -> Self { ... }
fn rounded_tr_full(self) -> Self { ... }
fn rounded_bl(self, length: impl Clone + Into<AbsoluteLength>) -> Self { ... }
fn rounded_bl_none(self) -> Self { ... }
fn rounded_bl_xs(self) -> Self { ... }
fn rounded_bl_sm(self) -> Self { ... }
fn rounded_bl_md(self) -> Self { ... }
fn rounded_bl_lg(self) -> Self { ... }
fn rounded_bl_xl(self) -> Self { ... }
fn rounded_bl_2xl(self) -> Self { ... }
fn rounded_bl_3xl(self) -> Self { ... }
fn rounded_bl_full(self) -> Self { ... }
fn rounded_br(self, length: impl Clone + Into<AbsoluteLength>) -> Self { ... }
fn rounded_br_none(self) -> Self { ... }
fn rounded_br_xs(self) -> Self { ... }
fn rounded_br_sm(self) -> Self { ... }
fn rounded_br_md(self) -> Self { ... }
fn rounded_br_lg(self) -> Self { ... }
fn rounded_br_xl(self) -> Self { ... }
fn rounded_br_2xl(self) -> Self { ... }
fn rounded_br_3xl(self) -> Self { ... }
fn rounded_br_full(self) -> Self { ... }
fn visible(self) -> Self { ... }
fn invisible(self) -> Self { ... }
fn m(self, length: impl Clone + Into<Length>) -> Self { ... }
fn m_0(self) -> Self { ... }
fn m_neg_0(self) -> Self { ... }
fn m_0p5(self) -> Self { ... }
fn m_neg_0p5(self) -> Self { ... }
fn m_1(self) -> Self { ... }
fn m_neg_1(self) -> Self { ... }
fn m_1p5(self) -> Self { ... }
fn m_neg_1p5(self) -> Self { ... }
fn m_2(self) -> Self { ... }
fn m_neg_2(self) -> Self { ... }
fn m_2p5(self) -> Self { ... }
fn m_neg_2p5(self) -> Self { ... }
fn m_3(self) -> Self { ... }
fn m_neg_3(self) -> Self { ... }
fn m_3p5(self) -> Self { ... }
fn m_neg_3p5(self) -> Self { ... }
fn m_4(self) -> Self { ... }
fn m_neg_4(self) -> Self { ... }
fn m_5(self) -> Self { ... }
fn m_neg_5(self) -> Self { ... }
fn m_6(self) -> Self { ... }
fn m_neg_6(self) -> Self { ... }
fn m_7(self) -> Self { ... }
fn m_neg_7(self) -> Self { ... }
fn m_8(self) -> Self { ... }
fn m_neg_8(self) -> Self { ... }
fn m_9(self) -> Self { ... }
fn m_neg_9(self) -> Self { ... }
fn m_10(self) -> Self { ... }
fn m_neg_10(self) -> Self { ... }
fn m_11(self) -> Self { ... }
fn m_neg_11(self) -> Self { ... }
fn m_12(self) -> Self { ... }
fn m_neg_12(self) -> Self { ... }
fn m_16(self) -> Self { ... }
fn m_neg_16(self) -> Self { ... }
fn m_20(self) -> Self { ... }
fn m_neg_20(self) -> Self { ... }
fn m_24(self) -> Self { ... }
fn m_neg_24(self) -> Self { ... }
fn m_32(self) -> Self { ... }
fn m_neg_32(self) -> Self { ... }
fn m_40(self) -> Self { ... }
fn m_neg_40(self) -> Self { ... }
fn m_48(self) -> Self { ... }
fn m_neg_48(self) -> Self { ... }
fn m_56(self) -> Self { ... }
fn m_neg_56(self) -> Self { ... }
fn m_64(self) -> Self { ... }
fn m_neg_64(self) -> Self { ... }
fn m_72(self) -> Self { ... }
fn m_neg_72(self) -> Self { ... }
fn m_80(self) -> Self { ... }
fn m_neg_80(self) -> Self { ... }
fn m_96(self) -> Self { ... }
fn m_neg_96(self) -> Self { ... }
fn m_112(self) -> Self { ... }
fn m_neg_112(self) -> Self { ... }
fn m_128(self) -> Self { ... }
fn m_neg_128(self) -> Self { ... }
fn m_auto(self) -> Self { ... }
fn m_px(self) -> Self { ... }
fn m_neg_px(self) -> Self { ... }
fn m_full(self) -> Self { ... }
fn m_neg_full(self) -> Self { ... }
fn m_1_2(self) -> Self { ... }
fn m_neg_1_2(self) -> Self { ... }
fn m_1_3(self) -> Self { ... }
fn m_neg_1_3(self) -> Self { ... }
fn m_2_3(self) -> Self { ... }
fn m_neg_2_3(self) -> Self { ... }
fn m_1_4(self) -> Self { ... }
fn m_neg_1_4(self) -> Self { ... }
fn m_2_4(self) -> Self { ... }
fn m_neg_2_4(self) -> Self { ... }
fn m_3_4(self) -> Self { ... }
fn m_neg_3_4(self) -> Self { ... }
fn m_1_5(self) -> Self { ... }
fn m_neg_1_5(self) -> Self { ... }
fn m_2_5(self) -> Self { ... }
fn m_neg_2_5(self) -> Self { ... }
fn m_3_5(self) -> Self { ... }
fn m_neg_3_5(self) -> Self { ... }
fn m_4_5(self) -> Self { ... }
fn m_neg_4_5(self) -> Self { ... }
fn m_1_6(self) -> Self { ... }
fn m_neg_1_6(self) -> Self { ... }
fn m_5_6(self) -> Self { ... }
fn m_neg_5_6(self) -> Self { ... }
fn m_1_12(self) -> Self { ... }
fn m_neg_1_12(self) -> Self { ... }
fn mt(self, length: impl Clone + Into<Length>) -> Self { ... }
fn mt_0(self) -> Self { ... }
fn mt_neg_0(self) -> Self { ... }
fn mt_0p5(self) -> Self { ... }
fn mt_neg_0p5(self) -> Self { ... }
fn mt_1(self) -> Self { ... }
fn mt_neg_1(self) -> Self { ... }
fn mt_1p5(self) -> Self { ... }
fn mt_neg_1p5(self) -> Self { ... }
fn mt_2(self) -> Self { ... }
fn mt_neg_2(self) -> Self { ... }
fn mt_2p5(self) -> Self { ... }
fn mt_neg_2p5(self) -> Self { ... }
fn mt_3(self) -> Self { ... }
fn mt_neg_3(self) -> Self { ... }
fn mt_3p5(self) -> Self { ... }
fn mt_neg_3p5(self) -> Self { ... }
fn mt_4(self) -> Self { ... }
fn mt_neg_4(self) -> Self { ... }
fn mt_5(self) -> Self { ... }
fn mt_neg_5(self) -> Self { ... }
fn mt_6(self) -> Self { ... }
fn mt_neg_6(self) -> Self { ... }
fn mt_7(self) -> Self { ... }
fn mt_neg_7(self) -> Self { ... }
fn mt_8(self) -> Self { ... }
fn mt_neg_8(self) -> Self { ... }
fn mt_9(self) -> Self { ... }
fn mt_neg_9(self) -> Self { ... }
fn mt_10(self) -> Self { ... }
fn mt_neg_10(self) -> Self { ... }
fn mt_11(self) -> Self { ... }
fn mt_neg_11(self) -> Self { ... }
fn mt_12(self) -> Self { ... }
fn mt_neg_12(self) -> Self { ... }
fn mt_16(self) -> Self { ... }
fn mt_neg_16(self) -> Self { ... }
fn mt_20(self) -> Self { ... }
fn mt_neg_20(self) -> Self { ... }
fn mt_24(self) -> Self { ... }
fn mt_neg_24(self) -> Self { ... }
fn mt_32(self) -> Self { ... }
fn mt_neg_32(self) -> Self { ... }
fn mt_40(self) -> Self { ... }
fn mt_neg_40(self) -> Self { ... }
fn mt_48(self) -> Self { ... }
fn mt_neg_48(self) -> Self { ... }
fn mt_56(self) -> Self { ... }
fn mt_neg_56(self) -> Self { ... }
fn mt_64(self) -> Self { ... }
fn mt_neg_64(self) -> Self { ... }
fn mt_72(self) -> Self { ... }
fn mt_neg_72(self) -> Self { ... }
fn mt_80(self) -> Self { ... }
fn mt_neg_80(self) -> Self { ... }
fn mt_96(self) -> Self { ... }
fn mt_neg_96(self) -> Self { ... }
fn mt_112(self) -> Self { ... }
fn mt_neg_112(self) -> Self { ... }
fn mt_128(self) -> Self { ... }
fn mt_neg_128(self) -> Self { ... }
fn mt_auto(self) -> Self { ... }
fn mt_px(self) -> Self { ... }
fn mt_neg_px(self) -> Self { ... }
fn mt_full(self) -> Self { ... }
fn mt_neg_full(self) -> Self { ... }
fn mt_1_2(self) -> Self { ... }
fn mt_neg_1_2(self) -> Self { ... }
fn mt_1_3(self) -> Self { ... }
fn mt_neg_1_3(self) -> Self { ... }
fn mt_2_3(self) -> Self { ... }
fn mt_neg_2_3(self) -> Self { ... }
fn mt_1_4(self) -> Self { ... }
fn mt_neg_1_4(self) -> Self { ... }
fn mt_2_4(self) -> Self { ... }
fn mt_neg_2_4(self) -> Self { ... }
fn mt_3_4(self) -> Self { ... }
fn mt_neg_3_4(self) -> Self { ... }
fn mt_1_5(self) -> Self { ... }
fn mt_neg_1_5(self) -> Self { ... }
fn mt_2_5(self) -> Self { ... }
fn mt_neg_2_5(self) -> Self { ... }
fn mt_3_5(self) -> Self { ... }
fn mt_neg_3_5(self) -> Self { ... }
fn mt_4_5(self) -> Self { ... }
fn mt_neg_4_5(self) -> Self { ... }
fn mt_1_6(self) -> Self { ... }
fn mt_neg_1_6(self) -> Self { ... }
fn mt_5_6(self) -> Self { ... }
fn mt_neg_5_6(self) -> Self { ... }
fn mt_1_12(self) -> Self { ... }
fn mt_neg_1_12(self) -> Self { ... }
fn mb(self, length: impl Clone + Into<Length>) -> Self { ... }
fn mb_0(self) -> Self { ... }
fn mb_neg_0(self) -> Self { ... }
fn mb_0p5(self) -> Self { ... }
fn mb_neg_0p5(self) -> Self { ... }
fn mb_1(self) -> Self { ... }
fn mb_neg_1(self) -> Self { ... }
fn mb_1p5(self) -> Self { ... }
fn mb_neg_1p5(self) -> Self { ... }
fn mb_2(self) -> Self { ... }
fn mb_neg_2(self) -> Self { ... }
fn mb_2p5(self) -> Self { ... }
fn mb_neg_2p5(self) -> Self { ... }
fn mb_3(self) -> Self { ... }
fn mb_neg_3(self) -> Self { ... }
fn mb_3p5(self) -> Self { ... }
fn mb_neg_3p5(self) -> Self { ... }
fn mb_4(self) -> Self { ... }
fn mb_neg_4(self) -> Self { ... }
fn mb_5(self) -> Self { ... }
fn mb_neg_5(self) -> Self { ... }
fn mb_6(self) -> Self { ... }
fn mb_neg_6(self) -> Self { ... }
fn mb_7(self) -> Self { ... }
fn mb_neg_7(self) -> Self { ... }
fn mb_8(self) -> Self { ... }
fn mb_neg_8(self) -> Self { ... }
fn mb_9(self) -> Self { ... }
fn mb_neg_9(self) -> Self { ... }
fn mb_10(self) -> Self { ... }
fn mb_neg_10(self) -> Self { ... }
fn mb_11(self) -> Self { ... }
fn mb_neg_11(self) -> Self { ... }
fn mb_12(self) -> Self { ... }
fn mb_neg_12(self) -> Self { ... }
fn mb_16(self) -> Self { ... }
fn mb_neg_16(self) -> Self { ... }
fn mb_20(self) -> Self { ... }
fn mb_neg_20(self) -> Self { ... }
fn mb_24(self) -> Self { ... }
fn mb_neg_24(self) -> Self { ... }
fn mb_32(self) -> Self { ... }
fn mb_neg_32(self) -> Self { ... }
fn mb_40(self) -> Self { ... }
fn mb_neg_40(self) -> Self { ... }
fn mb_48(self) -> Self { ... }
fn mb_neg_48(self) -> Self { ... }
fn mb_56(self) -> Self { ... }
fn mb_neg_56(self) -> Self { ... }
fn mb_64(self) -> Self { ... }
fn mb_neg_64(self) -> Self { ... }
fn mb_72(self) -> Self { ... }
fn mb_neg_72(self) -> Self { ... }
fn mb_80(self) -> Self { ... }
fn mb_neg_80(self) -> Self { ... }
fn mb_96(self) -> Self { ... }
fn mb_neg_96(self) -> Self { ... }
fn mb_112(self) -> Self { ... }
fn mb_neg_112(self) -> Self { ... }
fn mb_128(self) -> Self { ... }
fn mb_neg_128(self) -> Self { ... }
fn mb_auto(self) -> Self { ... }
fn mb_px(self) -> Self { ... }
fn mb_neg_px(self) -> Self { ... }
fn mb_full(self) -> Self { ... }
fn mb_neg_full(self) -> Self { ... }
fn mb_1_2(self) -> Self { ... }
fn mb_neg_1_2(self) -> Self { ... }
fn mb_1_3(self) -> Self { ... }
fn mb_neg_1_3(self) -> Self { ... }
fn mb_2_3(self) -> Self { ... }
fn mb_neg_2_3(self) -> Self { ... }
fn mb_1_4(self) -> Self { ... }
fn mb_neg_1_4(self) -> Self { ... }
fn mb_2_4(self) -> Self { ... }
fn mb_neg_2_4(self) -> Self { ... }
fn mb_3_4(self) -> Self { ... }
fn mb_neg_3_4(self) -> Self { ... }
fn mb_1_5(self) -> Self { ... }
fn mb_neg_1_5(self) -> Self { ... }
fn mb_2_5(self) -> Self { ... }
fn mb_neg_2_5(self) -> Self { ... }
fn mb_3_5(self) -> Self { ... }
fn mb_neg_3_5(self) -> Self { ... }
fn mb_4_5(self) -> Self { ... }
fn mb_neg_4_5(self) -> Self { ... }
fn mb_1_6(self) -> Self { ... }
fn mb_neg_1_6(self) -> Self { ... }
fn mb_5_6(self) -> Self { ... }
fn mb_neg_5_6(self) -> Self { ... }
fn mb_1_12(self) -> Self { ... }
fn mb_neg_1_12(self) -> Self { ... }
fn my(self, length: impl Clone + Into<Length>) -> Self { ... }
fn my_0(self) -> Self { ... }
fn my_neg_0(self) -> Self { ... }
fn my_0p5(self) -> Self { ... }
fn my_neg_0p5(self) -> Self { ... }
fn my_1(self) -> Self { ... }
fn my_neg_1(self) -> Self { ... }
fn my_1p5(self) -> Self { ... }
fn my_neg_1p5(self) -> Self { ... }
fn my_2(self) -> Self { ... }
fn my_neg_2(self) -> Self { ... }
fn my_2p5(self) -> Self { ... }
fn my_neg_2p5(self) -> Self { ... }
fn my_3(self) -> Self { ... }
fn my_neg_3(self) -> Self { ... }
fn my_3p5(self) -> Self { ... }
fn my_neg_3p5(self) -> Self { ... }
fn my_4(self) -> Self { ... }
fn my_neg_4(self) -> Self { ... }
fn my_5(self) -> Self { ... }
fn my_neg_5(self) -> Self { ... }
fn my_6(self) -> Self { ... }
fn my_neg_6(self) -> Self { ... }
fn my_7(self) -> Self { ... }
fn my_neg_7(self) -> Self { ... }
fn my_8(self) -> Self { ... }
fn my_neg_8(self) -> Self { ... }
fn my_9(self) -> Self { ... }
fn my_neg_9(self) -> Self { ... }
fn my_10(self) -> Self { ... }
fn my_neg_10(self) -> Self { ... }
fn my_11(self) -> Self { ... }
fn my_neg_11(self) -> Self { ... }
fn my_12(self) -> Self { ... }
fn my_neg_12(self) -> Self { ... }
fn my_16(self) -> Self { ... }
fn my_neg_16(self) -> Self { ... }
fn my_20(self) -> Self { ... }
fn my_neg_20(self) -> Self { ... }
fn my_24(self) -> Self { ... }
fn my_neg_24(self) -> Self { ... }
fn my_32(self) -> Self { ... }
fn my_neg_32(self) -> Self { ... }
fn my_40(self) -> Self { ... }
fn my_neg_40(self) -> Self { ... }
fn my_48(self) -> Self { ... }
fn my_neg_48(self) -> Self { ... }
fn my_56(self) -> Self { ... }
fn my_neg_56(self) -> Self { ... }
fn my_64(self) -> Self { ... }
fn my_neg_64(self) -> Self { ... }
fn my_72(self) -> Self { ... }
fn my_neg_72(self) -> Self { ... }
fn my_80(self) -> Self { ... }
fn my_neg_80(self) -> Self { ... }
fn my_96(self) -> Self { ... }
fn my_neg_96(self) -> Self { ... }
fn my_112(self) -> Self { ... }
fn my_neg_112(self) -> Self { ... }
fn my_128(self) -> Self { ... }
fn my_neg_128(self) -> Self { ... }
fn my_auto(self) -> Self { ... }
fn my_px(self) -> Self { ... }
fn my_neg_px(self) -> Self { ... }
fn my_full(self) -> Self { ... }
fn my_neg_full(self) -> Self { ... }
fn my_1_2(self) -> Self { ... }
fn my_neg_1_2(self) -> Self { ... }
fn my_1_3(self) -> Self { ... }
fn my_neg_1_3(self) -> Self { ... }
fn my_2_3(self) -> Self { ... }
fn my_neg_2_3(self) -> Self { ... }
fn my_1_4(self) -> Self { ... }
fn my_neg_1_4(self) -> Self { ... }
fn my_2_4(self) -> Self { ... }
fn my_neg_2_4(self) -> Self { ... }
fn my_3_4(self) -> Self { ... }
fn my_neg_3_4(self) -> Self { ... }
fn my_1_5(self) -> Self { ... }
fn my_neg_1_5(self) -> Self { ... }
fn my_2_5(self) -> Self { ... }
fn my_neg_2_5(self) -> Self { ... }
fn my_3_5(self) -> Self { ... }
fn my_neg_3_5(self) -> Self { ... }
fn my_4_5(self) -> Self { ... }
fn my_neg_4_5(self) -> Self { ... }
fn my_1_6(self) -> Self { ... }
fn my_neg_1_6(self) -> Self { ... }
fn my_5_6(self) -> Self { ... }
fn my_neg_5_6(self) -> Self { ... }
fn my_1_12(self) -> Self { ... }
fn my_neg_1_12(self) -> Self { ... }
fn mx(self, length: impl Clone + Into<Length>) -> Self { ... }
fn mx_0(self) -> Self { ... }
fn mx_neg_0(self) -> Self { ... }
fn mx_0p5(self) -> Self { ... }
fn mx_neg_0p5(self) -> Self { ... }
fn mx_1(self) -> Self { ... }
fn mx_neg_1(self) -> Self { ... }
fn mx_1p5(self) -> Self { ... }
fn mx_neg_1p5(self) -> Self { ... }
fn mx_2(self) -> Self { ... }
fn mx_neg_2(self) -> Self { ... }
fn mx_2p5(self) -> Self { ... }
fn mx_neg_2p5(self) -> Self { ... }
fn mx_3(self) -> Self { ... }
fn mx_neg_3(self) -> Self { ... }
fn mx_3p5(self) -> Self { ... }
fn mx_neg_3p5(self) -> Self { ... }
fn mx_4(self) -> Self { ... }
fn mx_neg_4(self) -> Self { ... }
fn mx_5(self) -> Self { ... }
fn mx_neg_5(self) -> Self { ... }
fn mx_6(self) -> Self { ... }
fn mx_neg_6(self) -> Self { ... }
fn mx_7(self) -> Self { ... }
fn mx_neg_7(self) -> Self { ... }
fn mx_8(self) -> Self { ... }
fn mx_neg_8(self) -> Self { ... }
fn mx_9(self) -> Self { ... }
fn mx_neg_9(self) -> Self { ... }
fn mx_10(self) -> Self { ... }
fn mx_neg_10(self) -> Self { ... }
fn mx_11(self) -> Self { ... }
fn mx_neg_11(self) -> Self { ... }
fn mx_12(self) -> Self { ... }
fn mx_neg_12(self) -> Self { ... }
fn mx_16(self) -> Self { ... }
fn mx_neg_16(self) -> Self { ... }
fn mx_20(self) -> Self { ... }
fn mx_neg_20(self) -> Self { ... }
fn mx_24(self) -> Self { ... }
fn mx_neg_24(self) -> Self { ... }
fn mx_32(self) -> Self { ... }
fn mx_neg_32(self) -> Self { ... }
fn mx_40(self) -> Self { ... }
fn mx_neg_40(self) -> Self { ... }
fn mx_48(self) -> Self { ... }
fn mx_neg_48(self) -> Self { ... }
fn mx_56(self) -> Self { ... }
fn mx_neg_56(self) -> Self { ... }
fn mx_64(self) -> Self { ... }
fn mx_neg_64(self) -> Self { ... }
fn mx_72(self) -> Self { ... }
fn mx_neg_72(self) -> Self { ... }
fn mx_80(self) -> Self { ... }
fn mx_neg_80(self) -> Self { ... }
fn mx_96(self) -> Self { ... }
fn mx_neg_96(self) -> Self { ... }
fn mx_112(self) -> Self { ... }
fn mx_neg_112(self) -> Self { ... }
fn mx_128(self) -> Self { ... }
fn mx_neg_128(self) -> Self { ... }
fn mx_auto(self) -> Self { ... }
fn mx_px(self) -> Self { ... }
fn mx_neg_px(self) -> Self { ... }
fn mx_full(self) -> Self { ... }
fn mx_neg_full(self) -> Self { ... }
fn mx_1_2(self) -> Self { ... }
fn mx_neg_1_2(self) -> Self { ... }
fn mx_1_3(self) -> Self { ... }
fn mx_neg_1_3(self) -> Self { ... }
fn mx_2_3(self) -> Self { ... }
fn mx_neg_2_3(self) -> Self { ... }
fn mx_1_4(self) -> Self { ... }
fn mx_neg_1_4(self) -> Self { ... }
fn mx_2_4(self) -> Self { ... }
fn mx_neg_2_4(self) -> Self { ... }
fn mx_3_4(self) -> Self { ... }
fn mx_neg_3_4(self) -> Self { ... }
fn mx_1_5(self) -> Self { ... }
fn mx_neg_1_5(self) -> Self { ... }
fn mx_2_5(self) -> Self { ... }
fn mx_neg_2_5(self) -> Self { ... }
fn mx_3_5(self) -> Self { ... }
fn mx_neg_3_5(self) -> Self { ... }
fn mx_4_5(self) -> Self { ... }
fn mx_neg_4_5(self) -> Self { ... }
fn mx_1_6(self) -> Self { ... }
fn mx_neg_1_6(self) -> Self { ... }
fn mx_5_6(self) -> Self { ... }
fn mx_neg_5_6(self) -> Self { ... }
fn mx_1_12(self) -> Self { ... }
fn mx_neg_1_12(self) -> Self { ... }
fn ml(self, length: impl Clone + Into<Length>) -> Self { ... }
fn ml_0(self) -> Self { ... }
fn ml_neg_0(self) -> Self { ... }
fn ml_0p5(self) -> Self { ... }
fn ml_neg_0p5(self) -> Self { ... }
fn ml_1(self) -> Self { ... }
fn ml_neg_1(self) -> Self { ... }
fn ml_1p5(self) -> Self { ... }
fn ml_neg_1p5(self) -> Self { ... }
fn ml_2(self) -> Self { ... }
fn ml_neg_2(self) -> Self { ... }
fn ml_2p5(self) -> Self { ... }
fn ml_neg_2p5(self) -> Self { ... }
fn ml_3(self) -> Self { ... }
fn ml_neg_3(self) -> Self { ... }
fn ml_3p5(self) -> Self { ... }
fn ml_neg_3p5(self) -> Self { ... }
fn ml_4(self) -> Self { ... }
fn ml_neg_4(self) -> Self { ... }
fn ml_5(self) -> Self { ... }
fn ml_neg_5(self) -> Self { ... }
fn ml_6(self) -> Self { ... }
fn ml_neg_6(self) -> Self { ... }
fn ml_7(self) -> Self { ... }
fn ml_neg_7(self) -> Self { ... }
fn ml_8(self) -> Self { ... }
fn ml_neg_8(self) -> Self { ... }
fn ml_9(self) -> Self { ... }
fn ml_neg_9(self) -> Self { ... }
fn ml_10(self) -> Self { ... }
fn ml_neg_10(self) -> Self { ... }
fn ml_11(self) -> Self { ... }
fn ml_neg_11(self) -> Self { ... }
fn ml_12(self) -> Self { ... }
fn ml_neg_12(self) -> Self { ... }
fn ml_16(self) -> Self { ... }
fn ml_neg_16(self) -> Self { ... }
fn ml_20(self) -> Self { ... }
fn ml_neg_20(self) -> Self { ... }
fn ml_24(self) -> Self { ... }
fn ml_neg_24(self) -> Self { ... }
fn ml_32(self) -> Self { ... }
fn ml_neg_32(self) -> Self { ... }
fn ml_40(self) -> Self { ... }
fn ml_neg_40(self) -> Self { ... }
fn ml_48(self) -> Self { ... }
fn ml_neg_48(self) -> Self { ... }
fn ml_56(self) -> Self { ... }
fn ml_neg_56(self) -> Self { ... }
fn ml_64(self) -> Self { ... }
fn ml_neg_64(self) -> Self { ... }
fn ml_72(self) -> Self { ... }
fn ml_neg_72(self) -> Self { ... }
fn ml_80(self) -> Self { ... }
fn ml_neg_80(self) -> Self { ... }
fn ml_96(self) -> Self { ... }
fn ml_neg_96(self) -> Self { ... }
fn ml_112(self) -> Self { ... }
fn ml_neg_112(self) -> Self { ... }
fn ml_128(self) -> Self { ... }
fn ml_neg_128(self) -> Self { ... }
fn ml_auto(self) -> Self { ... }
fn ml_px(self) -> Self { ... }
fn ml_neg_px(self) -> Self { ... }
fn ml_full(self) -> Self { ... }
fn ml_neg_full(self) -> Self { ... }
fn ml_1_2(self) -> Self { ... }
fn ml_neg_1_2(self) -> Self { ... }
fn ml_1_3(self) -> Self { ... }
fn ml_neg_1_3(self) -> Self { ... }
fn ml_2_3(self) -> Self { ... }
fn ml_neg_2_3(self) -> Self { ... }
fn ml_1_4(self) -> Self { ... }
fn ml_neg_1_4(self) -> Self { ... }
fn ml_2_4(self) -> Self { ... }
fn ml_neg_2_4(self) -> Self { ... }
fn ml_3_4(self) -> Self { ... }
fn ml_neg_3_4(self) -> Self { ... }
fn ml_1_5(self) -> Self { ... }
fn ml_neg_1_5(self) -> Self { ... }
fn ml_2_5(self) -> Self { ... }
fn ml_neg_2_5(self) -> Self { ... }
fn ml_3_5(self) -> Self { ... }
fn ml_neg_3_5(self) -> Self { ... }
fn ml_4_5(self) -> Self { ... }
fn ml_neg_4_5(self) -> Self { ... }
fn ml_1_6(self) -> Self { ... }
fn ml_neg_1_6(self) -> Self { ... }
fn ml_5_6(self) -> Self { ... }
fn ml_neg_5_6(self) -> Self { ... }
fn ml_1_12(self) -> Self { ... }
fn ml_neg_1_12(self) -> Self { ... }
fn mr(self, length: impl Clone + Into<Length>) -> Self { ... }
fn mr_0(self) -> Self { ... }
fn mr_neg_0(self) -> Self { ... }
fn mr_0p5(self) -> Self { ... }
fn mr_neg_0p5(self) -> Self { ... }
fn mr_1(self) -> Self { ... }
fn mr_neg_1(self) -> Self { ... }
fn mr_1p5(self) -> Self { ... }
fn mr_neg_1p5(self) -> Self { ... }
fn mr_2(self) -> Self { ... }
fn mr_neg_2(self) -> Self { ... }
fn mr_2p5(self) -> Self { ... }
fn mr_neg_2p5(self) -> Self { ... }
fn mr_3(self) -> Self { ... }
fn mr_neg_3(self) -> Self { ... }
fn mr_3p5(self) -> Self { ... }
fn mr_neg_3p5(self) -> Self { ... }
fn mr_4(self) -> Self { ... }
fn mr_neg_4(self) -> Self { ... }
fn mr_5(self) -> Self { ... }
fn mr_neg_5(self) -> Self { ... }
fn mr_6(self) -> Self { ... }
fn mr_neg_6(self) -> Self { ... }
fn mr_7(self) -> Self { ... }
fn mr_neg_7(self) -> Self { ... }
fn mr_8(self) -> Self { ... }
fn mr_neg_8(self) -> Self { ... }
fn mr_9(self) -> Self { ... }
fn mr_neg_9(self) -> Self { ... }
fn mr_10(self) -> Self { ... }
fn mr_neg_10(self) -> Self { ... }
fn mr_11(self) -> Self { ... }
fn mr_neg_11(self) -> Self { ... }
fn mr_12(self) -> Self { ... }
fn mr_neg_12(self) -> Self { ... }
fn mr_16(self) -> Self { ... }
fn mr_neg_16(self) -> Self { ... }
fn mr_20(self) -> Self { ... }
fn mr_neg_20(self) -> Self { ... }
fn mr_24(self) -> Self { ... }
fn mr_neg_24(self) -> Self { ... }
fn mr_32(self) -> Self { ... }
fn mr_neg_32(self) -> Self { ... }
fn mr_40(self) -> Self { ... }
fn mr_neg_40(self) -> Self { ... }
fn mr_48(self) -> Self { ... }
fn mr_neg_48(self) -> Self { ... }
fn mr_56(self) -> Self { ... }
fn mr_neg_56(self) -> Self { ... }
fn mr_64(self) -> Self { ... }
fn mr_neg_64(self) -> Self { ... }
fn mr_72(self) -> Self { ... }
fn mr_neg_72(self) -> Self { ... }
fn mr_80(self) -> Self { ... }
fn mr_neg_80(self) -> Self { ... }
fn mr_96(self) -> Self { ... }
fn mr_neg_96(self) -> Self { ... }
fn mr_112(self) -> Self { ... }
fn mr_neg_112(self) -> Self { ... }
fn mr_128(self) -> Self { ... }
fn mr_neg_128(self) -> Self { ... }
fn mr_auto(self) -> Self { ... }
fn mr_px(self) -> Self { ... }
fn mr_neg_px(self) -> Self { ... }
fn mr_full(self) -> Self { ... }
fn mr_neg_full(self) -> Self { ... }
fn mr_1_2(self) -> Self { ... }
fn mr_neg_1_2(self) -> Self { ... }
fn mr_1_3(self) -> Self { ... }
fn mr_neg_1_3(self) -> Self { ... }
fn mr_2_3(self) -> Self { ... }
fn mr_neg_2_3(self) -> Self { ... }
fn mr_1_4(self) -> Self { ... }
fn mr_neg_1_4(self) -> Self { ... }
fn mr_2_4(self) -> Self { ... }
fn mr_neg_2_4(self) -> Self { ... }
fn mr_3_4(self) -> Self { ... }
fn mr_neg_3_4(self) -> Self { ... }
fn mr_1_5(self) -> Self { ... }
fn mr_neg_1_5(self) -> Self { ... }
fn mr_2_5(self) -> Self { ... }
fn mr_neg_2_5(self) -> Self { ... }
fn mr_3_5(self) -> Self { ... }
fn mr_neg_3_5(self) -> Self { ... }
fn mr_4_5(self) -> Self { ... }
fn mr_neg_4_5(self) -> Self { ... }
fn mr_1_6(self) -> Self { ... }
fn mr_neg_1_6(self) -> Self { ... }
fn mr_5_6(self) -> Self { ... }
fn mr_neg_5_6(self) -> Self { ... }
fn mr_1_12(self) -> Self { ... }
fn mr_neg_1_12(self) -> Self { ... }
fn p(self, length: impl Clone + Into<DefiniteLength>) -> Self { ... }
fn p_0(self) -> Self { ... }
fn p_neg_0(self) -> Self { ... }
fn p_0p5(self) -> Self { ... }
fn p_neg_0p5(self) -> Self { ... }
fn p_1(self) -> Self { ... }
fn p_neg_1(self) -> Self { ... }
fn p_1p5(self) -> Self { ... }
fn p_neg_1p5(self) -> Self { ... }
fn p_2(self) -> Self { ... }
fn p_neg_2(self) -> Self { ... }
fn p_2p5(self) -> Self { ... }
fn p_neg_2p5(self) -> Self { ... }
fn p_3(self) -> Self { ... }
fn p_neg_3(self) -> Self { ... }
fn p_3p5(self) -> Self { ... }
fn p_neg_3p5(self) -> Self { ... }
fn p_4(self) -> Self { ... }
fn p_neg_4(self) -> Self { ... }
fn p_5(self) -> Self { ... }
fn p_neg_5(self) -> Self { ... }
fn p_6(self) -> Self { ... }
fn p_neg_6(self) -> Self { ... }
fn p_7(self) -> Self { ... }
fn p_neg_7(self) -> Self { ... }
fn p_8(self) -> Self { ... }
fn p_neg_8(self) -> Self { ... }
fn p_9(self) -> Self { ... }
fn p_neg_9(self) -> Self { ... }
fn p_10(self) -> Self { ... }
fn p_neg_10(self) -> Self { ... }
fn p_11(self) -> Self { ... }
fn p_neg_11(self) -> Self { ... }
fn p_12(self) -> Self { ... }
fn p_neg_12(self) -> Self { ... }
fn p_16(self) -> Self { ... }
fn p_neg_16(self) -> Self { ... }
fn p_20(self) -> Self { ... }
fn p_neg_20(self) -> Self { ... }
fn p_24(self) -> Self { ... }
fn p_neg_24(self) -> Self { ... }
fn p_32(self) -> Self { ... }
fn p_neg_32(self) -> Self { ... }
fn p_40(self) -> Self { ... }
fn p_neg_40(self) -> Self { ... }
fn p_48(self) -> Self { ... }
fn p_neg_48(self) -> Self { ... }
fn p_56(self) -> Self { ... }
fn p_neg_56(self) -> Self { ... }
fn p_64(self) -> Self { ... }
fn p_neg_64(self) -> Self { ... }
fn p_72(self) -> Self { ... }
fn p_neg_72(self) -> Self { ... }
fn p_80(self) -> Self { ... }
fn p_neg_80(self) -> Self { ... }
fn p_96(self) -> Self { ... }
fn p_neg_96(self) -> Self { ... }
fn p_112(self) -> Self { ... }
fn p_neg_112(self) -> Self { ... }
fn p_128(self) -> Self { ... }
fn p_neg_128(self) -> Self { ... }
fn p_px(self) -> Self { ... }
fn p_neg_px(self) -> Self { ... }
fn p_full(self) -> Self { ... }
fn p_neg_full(self) -> Self { ... }
fn p_1_2(self) -> Self { ... }
fn p_neg_1_2(self) -> Self { ... }
fn p_1_3(self) -> Self { ... }
fn p_neg_1_3(self) -> Self { ... }
fn p_2_3(self) -> Self { ... }
fn p_neg_2_3(self) -> Self { ... }
fn p_1_4(self) -> Self { ... }
fn p_neg_1_4(self) -> Self { ... }
fn p_2_4(self) -> Self { ... }
fn p_neg_2_4(self) -> Self { ... }
fn p_3_4(self) -> Self { ... }
fn p_neg_3_4(self) -> Self { ... }
fn p_1_5(self) -> Self { ... }
fn p_neg_1_5(self) -> Self { ... }
fn p_2_5(self) -> Self { ... }
fn p_neg_2_5(self) -> Self { ... }
fn p_3_5(self) -> Self { ... }
fn p_neg_3_5(self) -> Self { ... }
fn p_4_5(self) -> Self { ... }
fn p_neg_4_5(self) -> Self { ... }
fn p_1_6(self) -> Self { ... }
fn p_neg_1_6(self) -> Self { ... }
fn p_5_6(self) -> Self { ... }
fn p_neg_5_6(self) -> Self { ... }
fn p_1_12(self) -> Self { ... }
fn p_neg_1_12(self) -> Self { ... }
fn pt(self, length: impl Clone + Into<DefiniteLength>) -> Self { ... }
fn pt_0(self) -> Self { ... }
fn pt_neg_0(self) -> Self { ... }
fn pt_0p5(self) -> Self { ... }
fn pt_neg_0p5(self) -> Self { ... }
fn pt_1(self) -> Self { ... }
fn pt_neg_1(self) -> Self { ... }
fn pt_1p5(self) -> Self { ... }
fn pt_neg_1p5(self) -> Self { ... }
fn pt_2(self) -> Self { ... }
fn pt_neg_2(self) -> Self { ... }
fn pt_2p5(self) -> Self { ... }
fn pt_neg_2p5(self) -> Self { ... }
fn pt_3(self) -> Self { ... }
fn pt_neg_3(self) -> Self { ... }
fn pt_3p5(self) -> Self { ... }
fn pt_neg_3p5(self) -> Self { ... }
fn pt_4(self) -> Self { ... }
fn pt_neg_4(self) -> Self { ... }
fn pt_5(self) -> Self { ... }
fn pt_neg_5(self) -> Self { ... }
fn pt_6(self) -> Self { ... }
fn pt_neg_6(self) -> Self { ... }
fn pt_7(self) -> Self { ... }
fn pt_neg_7(self) -> Self { ... }
fn pt_8(self) -> Self { ... }
fn pt_neg_8(self) -> Self { ... }
fn pt_9(self) -> Self { ... }
fn pt_neg_9(self) -> Self { ... }
fn pt_10(self) -> Self { ... }
fn pt_neg_10(self) -> Self { ... }
fn pt_11(self) -> Self { ... }
fn pt_neg_11(self) -> Self { ... }
fn pt_12(self) -> Self { ... }
fn pt_neg_12(self) -> Self { ... }
fn pt_16(self) -> Self { ... }
fn pt_neg_16(self) -> Self { ... }
fn pt_20(self) -> Self { ... }
fn pt_neg_20(self) -> Self { ... }
fn pt_24(self) -> Self { ... }
fn pt_neg_24(self) -> Self { ... }
fn pt_32(self) -> Self { ... }
fn pt_neg_32(self) -> Self { ... }
fn pt_40(self) -> Self { ... }
fn pt_neg_40(self) -> Self { ... }
fn pt_48(self) -> Self { ... }
fn pt_neg_48(self) -> Self { ... }
fn pt_56(self) -> Self { ... }
fn pt_neg_56(self) -> Self { ... }
fn pt_64(self) -> Self { ... }
fn pt_neg_64(self) -> Self { ... }
fn pt_72(self) -> Self { ... }
fn pt_neg_72(self) -> Self { ... }
fn pt_80(self) -> Self { ... }
fn pt_neg_80(self) -> Self { ... }
fn pt_96(self) -> Self { ... }
fn pt_neg_96(self) -> Self { ... }
fn pt_112(self) -> Self { ... }
fn pt_neg_112(self) -> Self { ... }
fn pt_128(self) -> Self { ... }
fn pt_neg_128(self) -> Self { ... }
fn pt_px(self) -> Self { ... }
fn pt_neg_px(self) -> Self { ... }
fn pt_full(self) -> Self { ... }
fn pt_neg_full(self) -> Self { ... }
fn pt_1_2(self) -> Self { ... }
fn pt_neg_1_2(self) -> Self { ... }
fn pt_1_3(self) -> Self { ... }
fn pt_neg_1_3(self) -> Self { ... }
fn pt_2_3(self) -> Self { ... }
fn pt_neg_2_3(self) -> Self { ... }
fn pt_1_4(self) -> Self { ... }
fn pt_neg_1_4(self) -> Self { ... }
fn pt_2_4(self) -> Self { ... }
fn pt_neg_2_4(self) -> Self { ... }
fn pt_3_4(self) -> Self { ... }
fn pt_neg_3_4(self) -> Self { ... }
fn pt_1_5(self) -> Self { ... }
fn pt_neg_1_5(self) -> Self { ... }
fn pt_2_5(self) -> Self { ... }
fn pt_neg_2_5(self) -> Self { ... }
fn pt_3_5(self) -> Self { ... }
fn pt_neg_3_5(self) -> Self { ... }
fn pt_4_5(self) -> Self { ... }
fn pt_neg_4_5(self) -> Self { ... }
fn pt_1_6(self) -> Self { ... }
fn pt_neg_1_6(self) -> Self { ... }
fn pt_5_6(self) -> Self { ... }
fn pt_neg_5_6(self) -> Self { ... }
fn pt_1_12(self) -> Self { ... }
fn pt_neg_1_12(self) -> Self { ... }
fn pb(self, length: impl Clone + Into<DefiniteLength>) -> Self { ... }
fn pb_0(self) -> Self { ... }
fn pb_neg_0(self) -> Self { ... }
fn pb_0p5(self) -> Self { ... }
fn pb_neg_0p5(self) -> Self { ... }
fn pb_1(self) -> Self { ... }
fn pb_neg_1(self) -> Self { ... }
fn pb_1p5(self) -> Self { ... }
fn pb_neg_1p5(self) -> Self { ... }
fn pb_2(self) -> Self { ... }
fn pb_neg_2(self) -> Self { ... }
fn pb_2p5(self) -> Self { ... }
fn pb_neg_2p5(self) -> Self { ... }
fn pb_3(self) -> Self { ... }
fn pb_neg_3(self) -> Self { ... }
fn pb_3p5(self) -> Self { ... }
fn pb_neg_3p5(self) -> Self { ... }
fn pb_4(self) -> Self { ... }
fn pb_neg_4(self) -> Self { ... }
fn pb_5(self) -> Self { ... }
fn pb_neg_5(self) -> Self { ... }
fn pb_6(self) -> Self { ... }
fn pb_neg_6(self) -> Self { ... }
fn pb_7(self) -> Self { ... }
fn pb_neg_7(self) -> Self { ... }
fn pb_8(self) -> Self { ... }
fn pb_neg_8(self) -> Self { ... }
fn pb_9(self) -> Self { ... }
fn pb_neg_9(self) -> Self { ... }
fn pb_10(self) -> Self { ... }
fn pb_neg_10(self) -> Self { ... }
fn pb_11(self) -> Self { ... }
fn pb_neg_11(self) -> Self { ... }
fn pb_12(self) -> Self { ... }
fn pb_neg_12(self) -> Self { ... }
fn pb_16(self) -> Self { ... }
fn pb_neg_16(self) -> Self { ... }
fn pb_20(self) -> Self { ... }
fn pb_neg_20(self) -> Self { ... }
fn pb_24(self) -> Self { ... }
fn pb_neg_24(self) -> Self { ... }
fn pb_32(self) -> Self { ... }
fn pb_neg_32(self) -> Self { ... }
fn pb_40(self) -> Self { ... }
fn pb_neg_40(self) -> Self { ... }
fn pb_48(self) -> Self { ... }
fn pb_neg_48(self) -> Self { ... }
fn pb_56(self) -> Self { ... }
fn pb_neg_56(self) -> Self { ... }
fn pb_64(self) -> Self { ... }
fn pb_neg_64(self) -> Self { ... }
fn pb_72(self) -> Self { ... }
fn pb_neg_72(self) -> Self { ... }
fn pb_80(self) -> Self { ... }
fn pb_neg_80(self) -> Self { ... }
fn pb_96(self) -> Self { ... }
fn pb_neg_96(self) -> Self { ... }
fn pb_112(self) -> Self { ... }
fn pb_neg_112(self) -> Self { ... }
fn pb_128(self) -> Self { ... }
fn pb_neg_128(self) -> Self { ... }
fn pb_px(self) -> Self { ... }
fn pb_neg_px(self) -> Self { ... }
fn pb_full(self) -> Self { ... }
fn pb_neg_full(self) -> Self { ... }
fn pb_1_2(self) -> Self { ... }
fn pb_neg_1_2(self) -> Self { ... }
fn pb_1_3(self) -> Self { ... }
fn pb_neg_1_3(self) -> Self { ... }
fn pb_2_3(self) -> Self { ... }
fn pb_neg_2_3(self) -> Self { ... }
fn pb_1_4(self) -> Self { ... }
fn pb_neg_1_4(self) -> Self { ... }
fn pb_2_4(self) -> Self { ... }
fn pb_neg_2_4(self) -> Self { ... }
fn pb_3_4(self) -> Self { ... }
fn pb_neg_3_4(self) -> Self { ... }
fn pb_1_5(self) -> Self { ... }
fn pb_neg_1_5(self) -> Self { ... }
fn pb_2_5(self) -> Self { ... }
fn pb_neg_2_5(self) -> Self { ... }
fn pb_3_5(self) -> Self { ... }
fn pb_neg_3_5(self) -> Self { ... }
fn pb_4_5(self) -> Self { ... }
fn pb_neg_4_5(self) -> Self { ... }
fn pb_1_6(self) -> Self { ... }
fn pb_neg_1_6(self) -> Self { ... }
fn pb_5_6(self) -> Self { ... }
fn pb_neg_5_6(self) -> Self { ... }
fn pb_1_12(self) -> Self { ... }
fn pb_neg_1_12(self) -> Self { ... }
fn px(self, length: impl Clone + Into<DefiniteLength>) -> Self { ... }
fn px_0(self) -> Self { ... }
fn px_neg_0(self) -> Self { ... }
fn px_0p5(self) -> Self { ... }
fn px_neg_0p5(self) -> Self { ... }
fn px_1(self) -> Self { ... }
fn px_neg_1(self) -> Self { ... }
fn px_1p5(self) -> Self { ... }
fn px_neg_1p5(self) -> Self { ... }
fn px_2(self) -> Self { ... }
fn px_neg_2(self) -> Self { ... }
fn px_2p5(self) -> Self { ... }
fn px_neg_2p5(self) -> Self { ... }
fn px_3(self) -> Self { ... }
fn px_neg_3(self) -> Self { ... }
fn px_3p5(self) -> Self { ... }
fn px_neg_3p5(self) -> Self { ... }
fn px_4(self) -> Self { ... }
fn px_neg_4(self) -> Self { ... }
fn px_5(self) -> Self { ... }
fn px_neg_5(self) -> Self { ... }
fn px_6(self) -> Self { ... }
fn px_neg_6(self) -> Self { ... }
fn px_7(self) -> Self { ... }
fn px_neg_7(self) -> Self { ... }
fn px_8(self) -> Self { ... }
fn px_neg_8(self) -> Self { ... }
fn px_9(self) -> Self { ... }
fn px_neg_9(self) -> Self { ... }
fn px_10(self) -> Self { ... }
fn px_neg_10(self) -> Self { ... }
fn px_11(self) -> Self { ... }
fn px_neg_11(self) -> Self { ... }
fn px_12(self) -> Self { ... }
fn px_neg_12(self) -> Self { ... }
fn px_16(self) -> Self { ... }
fn px_neg_16(self) -> Self { ... }
fn px_20(self) -> Self { ... }
fn px_neg_20(self) -> Self { ... }
fn px_24(self) -> Self { ... }
fn px_neg_24(self) -> Self { ... }
fn px_32(self) -> Self { ... }
fn px_neg_32(self) -> Self { ... }
fn px_40(self) -> Self { ... }
fn px_neg_40(self) -> Self { ... }
fn px_48(self) -> Self { ... }
fn px_neg_48(self) -> Self { ... }
fn px_56(self) -> Self { ... }
fn px_neg_56(self) -> Self { ... }
fn px_64(self) -> Self { ... }
fn px_neg_64(self) -> Self { ... }
fn px_72(self) -> Self { ... }
fn px_neg_72(self) -> Self { ... }
fn px_80(self) -> Self { ... }
fn px_neg_80(self) -> Self { ... }
fn px_96(self) -> Self { ... }
fn px_neg_96(self) -> Self { ... }
fn px_112(self) -> Self { ... }
fn px_neg_112(self) -> Self { ... }
fn px_128(self) -> Self { ... }
fn px_neg_128(self) -> Self { ... }
fn px_px(self) -> Self { ... }
fn px_neg_px(self) -> Self { ... }
fn px_full(self) -> Self { ... }
fn px_neg_full(self) -> Self { ... }
fn px_1_2(self) -> Self { ... }
fn px_neg_1_2(self) -> Self { ... }
fn px_1_3(self) -> Self { ... }
fn px_neg_1_3(self) -> Self { ... }
fn px_2_3(self) -> Self { ... }
fn px_neg_2_3(self) -> Self { ... }
fn px_1_4(self) -> Self { ... }
fn px_neg_1_4(self) -> Self { ... }
fn px_2_4(self) -> Self { ... }
fn px_neg_2_4(self) -> Self { ... }
fn px_3_4(self) -> Self { ... }
fn px_neg_3_4(self) -> Self { ... }
fn px_1_5(self) -> Self { ... }
fn px_neg_1_5(self) -> Self { ... }
fn px_2_5(self) -> Self { ... }
fn px_neg_2_5(self) -> Self { ... }
fn px_3_5(self) -> Self { ... }
fn px_neg_3_5(self) -> Self { ... }
fn px_4_5(self) -> Self { ... }
fn px_neg_4_5(self) -> Self { ... }
fn px_1_6(self) -> Self { ... }
fn px_neg_1_6(self) -> Self { ... }
fn px_5_6(self) -> Self { ... }
fn px_neg_5_6(self) -> Self { ... }
fn px_1_12(self) -> Self { ... }
fn px_neg_1_12(self) -> Self { ... }
fn py(self, length: impl Clone + Into<DefiniteLength>) -> Self { ... }
fn py_0(self) -> Self { ... }
fn py_neg_0(self) -> Self { ... }
fn py_0p5(self) -> Self { ... }
fn py_neg_0p5(self) -> Self { ... }
fn py_1(self) -> Self { ... }
fn py_neg_1(self) -> Self { ... }
fn py_1p5(self) -> Self { ... }
fn py_neg_1p5(self) -> Self { ... }
fn py_2(self) -> Self { ... }
fn py_neg_2(self) -> Self { ... }
fn py_2p5(self) -> Self { ... }
fn py_neg_2p5(self) -> Self { ... }
fn py_3(self) -> Self { ... }
fn py_neg_3(self) -> Self { ... }
fn py_3p5(self) -> Self { ... }
fn py_neg_3p5(self) -> Self { ... }
fn py_4(self) -> Self { ... }
fn py_neg_4(self) -> Self { ... }
fn py_5(self) -> Self { ... }
fn py_neg_5(self) -> Self { ... }
fn py_6(self) -> Self { ... }
fn py_neg_6(self) -> Self { ... }
fn py_7(self) -> Self { ... }
fn py_neg_7(self) -> Self { ... }
fn py_8(self) -> Self { ... }
fn py_neg_8(self) -> Self { ... }
fn py_9(self) -> Self { ... }
fn py_neg_9(self) -> Self { ... }
fn py_10(self) -> Self { ... }
fn py_neg_10(self) -> Self { ... }
fn py_11(self) -> Self { ... }
fn py_neg_11(self) -> Self { ... }
fn py_12(self) -> Self { ... }
fn py_neg_12(self) -> Self { ... }
fn py_16(self) -> Self { ... }
fn py_neg_16(self) -> Self { ... }
fn py_20(self) -> Self { ... }
fn py_neg_20(self) -> Self { ... }
fn py_24(self) -> Self { ... }
fn py_neg_24(self) -> Self { ... }
fn py_32(self) -> Self { ... }
fn py_neg_32(self) -> Self { ... }
fn py_40(self) -> Self { ... }
fn py_neg_40(self) -> Self { ... }
fn py_48(self) -> Self { ... }
fn py_neg_48(self) -> Self { ... }
fn py_56(self) -> Self { ... }
fn py_neg_56(self) -> Self { ... }
fn py_64(self) -> Self { ... }
fn py_neg_64(self) -> Self { ... }
fn py_72(self) -> Self { ... }
fn py_neg_72(self) -> Self { ... }
fn py_80(self) -> Self { ... }
fn py_neg_80(self) -> Self { ... }
fn py_96(self) -> Self { ... }
fn py_neg_96(self) -> Self { ... }
fn py_112(self) -> Self { ... }
fn py_neg_112(self) -> Self { ... }
fn py_128(self) -> Self { ... }
fn py_neg_128(self) -> Self { ... }
fn py_px(self) -> Self { ... }
fn py_neg_px(self) -> Self { ... }
fn py_full(self) -> Self { ... }
fn py_neg_full(self) -> Self { ... }
fn py_1_2(self) -> Self { ... }
fn py_neg_1_2(self) -> Self { ... }
fn py_1_3(self) -> Self { ... }
fn py_neg_1_3(self) -> Self { ... }
fn py_2_3(self) -> Self { ... }
fn py_neg_2_3(self) -> Self { ... }
fn py_1_4(self) -> Self { ... }
fn py_neg_1_4(self) -> Self { ... }
fn py_2_4(self) -> Self { ... }
fn py_neg_2_4(self) -> Self { ... }
fn py_3_4(self) -> Self { ... }
fn py_neg_3_4(self) -> Self { ... }
fn py_1_5(self) -> Self { ... }
fn py_neg_1_5(self) -> Self { ... }
fn py_2_5(self) -> Self { ... }
fn py_neg_2_5(self) -> Self { ... }
fn py_3_5(self) -> Self { ... }
fn py_neg_3_5(self) -> Self { ... }
fn py_4_5(self) -> Self { ... }
fn py_neg_4_5(self) -> Self { ... }
fn py_1_6(self) -> Self { ... }
fn py_neg_1_6(self) -> Self { ... }
fn py_5_6(self) -> Self { ... }
fn py_neg_5_6(self) -> Self { ... }
fn py_1_12(self) -> Self { ... }
fn py_neg_1_12(self) -> Self { ... }
fn pl(self, length: impl Clone + Into<DefiniteLength>) -> Self { ... }
fn pl_0(self) -> Self { ... }
fn pl_neg_0(self) -> Self { ... }
fn pl_0p5(self) -> Self { ... }
fn pl_neg_0p5(self) -> Self { ... }
fn pl_1(self) -> Self { ... }
fn pl_neg_1(self) -> Self { ... }
fn pl_1p5(self) -> Self { ... }
fn pl_neg_1p5(self) -> Self { ... }
fn pl_2(self) -> Self { ... }
fn pl_neg_2(self) -> Self { ... }
fn pl_2p5(self) -> Self { ... }
fn pl_neg_2p5(self) -> Self { ... }
fn pl_3(self) -> Self { ... }
fn pl_neg_3(self) -> Self { ... }
fn pl_3p5(self) -> Self { ... }
fn pl_neg_3p5(self) -> Self { ... }
fn pl_4(self) -> Self { ... }
fn pl_neg_4(self) -> Self { ... }
fn pl_5(self) -> Self { ... }
fn pl_neg_5(self) -> Self { ... }
fn pl_6(self) -> Self { ... }
fn pl_neg_6(self) -> Self { ... }
fn pl_7(self) -> Self { ... }
fn pl_neg_7(self) -> Self { ... }
fn pl_8(self) -> Self { ... }
fn pl_neg_8(self) -> Self { ... }
fn pl_9(self) -> Self { ... }
fn pl_neg_9(self) -> Self { ... }
fn pl_10(self) -> Self { ... }
fn pl_neg_10(self) -> Self { ... }
fn pl_11(self) -> Self { ... }
fn pl_neg_11(self) -> Self { ... }
fn pl_12(self) -> Self { ... }
fn pl_neg_12(self) -> Self { ... }
fn pl_16(self) -> Self { ... }
fn pl_neg_16(self) -> Self { ... }
fn pl_20(self) -> Self { ... }
fn pl_neg_20(self) -> Self { ... }
fn pl_24(self) -> Self { ... }
fn pl_neg_24(self) -> Self { ... }
fn pl_32(self) -> Self { ... }
fn pl_neg_32(self) -> Self { ... }
fn pl_40(self) -> Self { ... }
fn pl_neg_40(self) -> Self { ... }
fn pl_48(self) -> Self { ... }
fn pl_neg_48(self) -> Self { ... }
fn pl_56(self) -> Self { ... }
fn pl_neg_56(self) -> Self { ... }
fn pl_64(self) -> Self { ... }
fn pl_neg_64(self) -> Self { ... }
fn pl_72(self) -> Self { ... }
fn pl_neg_72(self) -> Self { ... }
fn pl_80(self) -> Self { ... }
fn pl_neg_80(self) -> Self { ... }
fn pl_96(self) -> Self { ... }
fn pl_neg_96(self) -> Self { ... }
fn pl_112(self) -> Self { ... }
fn pl_neg_112(self) -> Self { ... }
fn pl_128(self) -> Self { ... }
fn pl_neg_128(self) -> Self { ... }
fn pl_px(self) -> Self { ... }
fn pl_neg_px(self) -> Self { ... }
fn pl_full(self) -> Self { ... }
fn pl_neg_full(self) -> Self { ... }
fn pl_1_2(self) -> Self { ... }
fn pl_neg_1_2(self) -> Self { ... }
fn pl_1_3(self) -> Self { ... }
fn pl_neg_1_3(self) -> Self { ... }
fn pl_2_3(self) -> Self { ... }
fn pl_neg_2_3(self) -> Self { ... }
fn pl_1_4(self) -> Self { ... }
fn pl_neg_1_4(self) -> Self { ... }
fn pl_2_4(self) -> Self { ... }
fn pl_neg_2_4(self) -> Self { ... }
fn pl_3_4(self) -> Self { ... }
fn pl_neg_3_4(self) -> Self { ... }
fn pl_1_5(self) -> Self { ... }
fn pl_neg_1_5(self) -> Self { ... }
fn pl_2_5(self) -> Self { ... }
fn pl_neg_2_5(self) -> Self { ... }
fn pl_3_5(self) -> Self { ... }
fn pl_neg_3_5(self) -> Self { ... }
fn pl_4_5(self) -> Self { ... }
fn pl_neg_4_5(self) -> Self { ... }
fn pl_1_6(self) -> Self { ... }
fn pl_neg_1_6(self) -> Self { ... }
fn pl_5_6(self) -> Self { ... }
fn pl_neg_5_6(self) -> Self { ... }
fn pl_1_12(self) -> Self { ... }
fn pl_neg_1_12(self) -> Self { ... }
fn pr(self, length: impl Clone + Into<DefiniteLength>) -> Self { ... }
fn pr_0(self) -> Self { ... }
fn pr_neg_0(self) -> Self { ... }
fn pr_0p5(self) -> Self { ... }
fn pr_neg_0p5(self) -> Self { ... }
fn pr_1(self) -> Self { ... }
fn pr_neg_1(self) -> Self { ... }
fn pr_1p5(self) -> Self { ... }
fn pr_neg_1p5(self) -> Self { ... }
fn pr_2(self) -> Self { ... }
fn pr_neg_2(self) -> Self { ... }
fn pr_2p5(self) -> Self { ... }
fn pr_neg_2p5(self) -> Self { ... }
fn pr_3(self) -> Self { ... }
fn pr_neg_3(self) -> Self { ... }
fn pr_3p5(self) -> Self { ... }
fn pr_neg_3p5(self) -> Self { ... }
fn pr_4(self) -> Self { ... }
fn pr_neg_4(self) -> Self { ... }
fn pr_5(self) -> Self { ... }
fn pr_neg_5(self) -> Self { ... }
fn pr_6(self) -> Self { ... }
fn pr_neg_6(self) -> Self { ... }
fn pr_7(self) -> Self { ... }
fn pr_neg_7(self) -> Self { ... }
fn pr_8(self) -> Self { ... }
fn pr_neg_8(self) -> Self { ... }
fn pr_9(self) -> Self { ... }
fn pr_neg_9(self) -> Self { ... }
fn pr_10(self) -> Self { ... }
fn pr_neg_10(self) -> Self { ... }
fn pr_11(self) -> Self { ... }
fn pr_neg_11(self) -> Self { ... }
fn pr_12(self) -> Self { ... }
fn pr_neg_12(self) -> Self { ... }
fn pr_16(self) -> Self { ... }
fn pr_neg_16(self) -> Self { ... }
fn pr_20(self) -> Self { ... }
fn pr_neg_20(self) -> Self { ... }
fn pr_24(self) -> Self { ... }
fn pr_neg_24(self) -> Self { ... }
fn pr_32(self) -> Self { ... }
fn pr_neg_32(self) -> Self { ... }
fn pr_40(self) -> Self { ... }
fn pr_neg_40(self) -> Self { ... }
fn pr_48(self) -> Self { ... }
fn pr_neg_48(self) -> Self { ... }
fn pr_56(self) -> Self { ... }
fn pr_neg_56(self) -> Self { ... }
fn pr_64(self) -> Self { ... }
fn pr_neg_64(self) -> Self { ... }
fn pr_72(self) -> Self { ... }
fn pr_neg_72(self) -> Self { ... }
fn pr_80(self) -> Self { ... }
fn pr_neg_80(self) -> Self { ... }
fn pr_96(self) -> Self { ... }
fn pr_neg_96(self) -> Self { ... }
fn pr_112(self) -> Self { ... }
fn pr_neg_112(self) -> Self { ... }
fn pr_128(self) -> Self { ... }
fn pr_neg_128(self) -> Self { ... }
fn pr_px(self) -> Self { ... }
fn pr_neg_px(self) -> Self { ... }
fn pr_full(self) -> Self { ... }
fn pr_neg_full(self) -> Self { ... }
fn pr_1_2(self) -> Self { ... }
fn pr_neg_1_2(self) -> Self { ... }
fn pr_1_3(self) -> Self { ... }
fn pr_neg_1_3(self) -> Self { ... }
fn pr_2_3(self) -> Self { ... }
fn pr_neg_2_3(self) -> Self { ... }
fn pr_1_4(self) -> Self { ... }
fn pr_neg_1_4(self) -> Self { ... }
fn pr_2_4(self) -> Self { ... }
fn pr_neg_2_4(self) -> Self { ... }
fn pr_3_4(self) -> Self { ... }
fn pr_neg_3_4(self) -> Self { ... }
fn pr_1_5(self) -> Self { ... }
fn pr_neg_1_5(self) -> Self { ... }
fn pr_2_5(self) -> Self { ... }
fn pr_neg_2_5(self) -> Self { ... }
fn pr_3_5(self) -> Self { ... }
fn pr_neg_3_5(self) -> Self { ... }
fn pr_4_5(self) -> Self { ... }
fn pr_neg_4_5(self) -> Self { ... }
fn pr_1_6(self) -> Self { ... }
fn pr_neg_1_6(self) -> Self { ... }
fn pr_5_6(self) -> Self { ... }
fn pr_neg_5_6(self) -> Self { ... }
fn pr_1_12(self) -> Self { ... }
fn pr_neg_1_12(self) -> Self { ... }
fn relative(self) -> Self { ... }
fn absolute(self) -> Self { ... }
fn inset(self, length: impl Clone + Into<Length>) -> Self { ... }
fn inset_0(self) -> Self { ... }
fn inset_neg_0(self) -> Self { ... }
fn inset_0p5(self) -> Self { ... }
fn inset_neg_0p5(self) -> Self { ... }
fn inset_1(self) -> Self { ... }
fn inset_neg_1(self) -> Self { ... }
fn inset_1p5(self) -> Self { ... }
fn inset_neg_1p5(self) -> Self { ... }
fn inset_2(self) -> Self { ... }
fn inset_neg_2(self) -> Self { ... }
fn inset_2p5(self) -> Self { ... }
fn inset_neg_2p5(self) -> Self { ... }
fn inset_3(self) -> Self { ... }
fn inset_neg_3(self) -> Self { ... }
fn inset_3p5(self) -> Self { ... }
fn inset_neg_3p5(self) -> Self { ... }
fn inset_4(self) -> Self { ... }
fn inset_neg_4(self) -> Self { ... }
fn inset_5(self) -> Self { ... }
fn inset_neg_5(self) -> Self { ... }
fn inset_6(self) -> Self { ... }
fn inset_neg_6(self) -> Self { ... }
fn inset_7(self) -> Self { ... }
fn inset_neg_7(self) -> Self { ... }
fn inset_8(self) -> Self { ... }
fn inset_neg_8(self) -> Self { ... }
fn inset_9(self) -> Self { ... }
fn inset_neg_9(self) -> Self { ... }
fn inset_10(self) -> Self { ... }
fn inset_neg_10(self) -> Self { ... }
fn inset_11(self) -> Self { ... }
fn inset_neg_11(self) -> Self { ... }
fn inset_12(self) -> Self { ... }
fn inset_neg_12(self) -> Self { ... }
fn inset_16(self) -> Self { ... }
fn inset_neg_16(self) -> Self { ... }
fn inset_20(self) -> Self { ... }
fn inset_neg_20(self) -> Self { ... }
fn inset_24(self) -> Self { ... }
fn inset_neg_24(self) -> Self { ... }
fn inset_32(self) -> Self { ... }
fn inset_neg_32(self) -> Self { ... }
fn inset_40(self) -> Self { ... }
fn inset_neg_40(self) -> Self { ... }
fn inset_48(self) -> Self { ... }
fn inset_neg_48(self) -> Self { ... }
fn inset_56(self) -> Self { ... }
fn inset_neg_56(self) -> Self { ... }
fn inset_64(self) -> Self { ... }
fn inset_neg_64(self) -> Self { ... }
fn inset_72(self) -> Self { ... }
fn inset_neg_72(self) -> Self { ... }
fn inset_80(self) -> Self { ... }
fn inset_neg_80(self) -> Self { ... }
fn inset_96(self) -> Self { ... }
fn inset_neg_96(self) -> Self { ... }
fn inset_112(self) -> Self { ... }
fn inset_neg_112(self) -> Self { ... }
fn inset_128(self) -> Self { ... }
fn inset_neg_128(self) -> Self { ... }
fn inset_auto(self) -> Self { ... }
fn inset_px(self) -> Self { ... }
fn inset_neg_px(self) -> Self { ... }
fn inset_full(self) -> Self { ... }
fn inset_neg_full(self) -> Self { ... }
fn inset_1_2(self) -> Self { ... }
fn inset_neg_1_2(self) -> Self { ... }
fn inset_1_3(self) -> Self { ... }
fn inset_neg_1_3(self) -> Self { ... }
fn inset_2_3(self) -> Self { ... }
fn inset_neg_2_3(self) -> Self { ... }
fn inset_1_4(self) -> Self { ... }
fn inset_neg_1_4(self) -> Self { ... }
fn inset_2_4(self) -> Self { ... }
fn inset_neg_2_4(self) -> Self { ... }
fn inset_3_4(self) -> Self { ... }
fn inset_neg_3_4(self) -> Self { ... }
fn inset_1_5(self) -> Self { ... }
fn inset_neg_1_5(self) -> Self { ... }
fn inset_2_5(self) -> Self { ... }
fn inset_neg_2_5(self) -> Self { ... }
fn inset_3_5(self) -> Self { ... }
fn inset_neg_3_5(self) -> Self { ... }
fn inset_4_5(self) -> Self { ... }
fn inset_neg_4_5(self) -> Self { ... }
fn inset_1_6(self) -> Self { ... }
fn inset_neg_1_6(self) -> Self { ... }
fn inset_5_6(self) -> Self { ... }
fn inset_neg_5_6(self) -> Self { ... }
fn inset_1_12(self) -> Self { ... }
fn inset_neg_1_12(self) -> Self { ... }
fn top(self, length: impl Clone + Into<Length>) -> Self { ... }
fn top_0(self) -> Self { ... }
fn top_neg_0(self) -> Self { ... }
fn top_0p5(self) -> Self { ... }
fn top_neg_0p5(self) -> Self { ... }
fn top_1(self) -> Self { ... }
fn top_neg_1(self) -> Self { ... }
fn top_1p5(self) -> Self { ... }
fn top_neg_1p5(self) -> Self { ... }
fn top_2(self) -> Self { ... }
fn top_neg_2(self) -> Self { ... }
fn top_2p5(self) -> Self { ... }
fn top_neg_2p5(self) -> Self { ... }
fn top_3(self) -> Self { ... }
fn top_neg_3(self) -> Self { ... }
fn top_3p5(self) -> Self { ... }
fn top_neg_3p5(self) -> Self { ... }
fn top_4(self) -> Self { ... }
fn top_neg_4(self) -> Self { ... }
fn top_5(self) -> Self { ... }
fn top_neg_5(self) -> Self { ... }
fn top_6(self) -> Self { ... }
fn top_neg_6(self) -> Self { ... }
fn top_7(self) -> Self { ... }
fn top_neg_7(self) -> Self { ... }
fn top_8(self) -> Self { ... }
fn top_neg_8(self) -> Self { ... }
fn top_9(self) -> Self { ... }
fn top_neg_9(self) -> Self { ... }
fn top_10(self) -> Self { ... }
fn top_neg_10(self) -> Self { ... }
fn top_11(self) -> Self { ... }
fn top_neg_11(self) -> Self { ... }
fn top_12(self) -> Self { ... }
fn top_neg_12(self) -> Self { ... }
fn top_16(self) -> Self { ... }
fn top_neg_16(self) -> Self { ... }
fn top_20(self) -> Self { ... }
fn top_neg_20(self) -> Self { ... }
fn top_24(self) -> Self { ... }
fn top_neg_24(self) -> Self { ... }
fn top_32(self) -> Self { ... }
fn top_neg_32(self) -> Self { ... }
fn top_40(self) -> Self { ... }
fn top_neg_40(self) -> Self { ... }
fn top_48(self) -> Self { ... }
fn top_neg_48(self) -> Self { ... }
fn top_56(self) -> Self { ... }
fn top_neg_56(self) -> Self { ... }
fn top_64(self) -> Self { ... }
fn top_neg_64(self) -> Self { ... }
fn top_72(self) -> Self { ... }
fn top_neg_72(self) -> Self { ... }
fn top_80(self) -> Self { ... }
fn top_neg_80(self) -> Self { ... }
fn top_96(self) -> Self { ... }
fn top_neg_96(self) -> Self { ... }
fn top_112(self) -> Self { ... }
fn top_neg_112(self) -> Self { ... }
fn top_128(self) -> Self { ... }
fn top_neg_128(self) -> Self { ... }
fn top_auto(self) -> Self { ... }
fn top_px(self) -> Self { ... }
fn top_neg_px(self) -> Self { ... }
fn top_full(self) -> Self { ... }
fn top_neg_full(self) -> Self { ... }
fn top_1_2(self) -> Self { ... }
fn top_neg_1_2(self) -> Self { ... }
fn top_1_3(self) -> Self { ... }
fn top_neg_1_3(self) -> Self { ... }
fn top_2_3(self) -> Self { ... }
fn top_neg_2_3(self) -> Self { ... }
fn top_1_4(self) -> Self { ... }
fn top_neg_1_4(self) -> Self { ... }
fn top_2_4(self) -> Self { ... }
fn top_neg_2_4(self) -> Self { ... }
fn top_3_4(self) -> Self { ... }
fn top_neg_3_4(self) -> Self { ... }
fn top_1_5(self) -> Self { ... }
fn top_neg_1_5(self) -> Self { ... }
fn top_2_5(self) -> Self { ... }
fn top_neg_2_5(self) -> Self { ... }
fn top_3_5(self) -> Self { ... }
fn top_neg_3_5(self) -> Self { ... }
fn top_4_5(self) -> Self { ... }
fn top_neg_4_5(self) -> Self { ... }
fn top_1_6(self) -> Self { ... }
fn top_neg_1_6(self) -> Self { ... }
fn top_5_6(self) -> Self { ... }
fn top_neg_5_6(self) -> Self { ... }
fn top_1_12(self) -> Self { ... }
fn top_neg_1_12(self) -> Self { ... }
fn bottom(self, length: impl Clone + Into<Length>) -> Self { ... }
fn bottom_0(self) -> Self { ... }
fn bottom_neg_0(self) -> Self { ... }
fn bottom_0p5(self) -> Self { ... }
fn bottom_neg_0p5(self) -> Self { ... }
fn bottom_1(self) -> Self { ... }
fn bottom_neg_1(self) -> Self { ... }
fn bottom_1p5(self) -> Self { ... }
fn bottom_neg_1p5(self) -> Self { ... }
fn bottom_2(self) -> Self { ... }
fn bottom_neg_2(self) -> Self { ... }
fn bottom_2p5(self) -> Self { ... }
fn bottom_neg_2p5(self) -> Self { ... }
fn bottom_3(self) -> Self { ... }
fn bottom_neg_3(self) -> Self { ... }
fn bottom_3p5(self) -> Self { ... }
fn bottom_neg_3p5(self) -> Self { ... }
fn bottom_4(self) -> Self { ... }
fn bottom_neg_4(self) -> Self { ... }
fn bottom_5(self) -> Self { ... }
fn bottom_neg_5(self) -> Self { ... }
fn bottom_6(self) -> Self { ... }
fn bottom_neg_6(self) -> Self { ... }
fn bottom_7(self) -> Self { ... }
fn bottom_neg_7(self) -> Self { ... }
fn bottom_8(self) -> Self { ... }
fn bottom_neg_8(self) -> Self { ... }
fn bottom_9(self) -> Self { ... }
fn bottom_neg_9(self) -> Self { ... }
fn bottom_10(self) -> Self { ... }
fn bottom_neg_10(self) -> Self { ... }
fn bottom_11(self) -> Self { ... }
fn bottom_neg_11(self) -> Self { ... }
fn bottom_12(self) -> Self { ... }
fn bottom_neg_12(self) -> Self { ... }
fn bottom_16(self) -> Self { ... }
fn bottom_neg_16(self) -> Self { ... }
fn bottom_20(self) -> Self { ... }
fn bottom_neg_20(self) -> Self { ... }
fn bottom_24(self) -> Self { ... }
fn bottom_neg_24(self) -> Self { ... }
fn bottom_32(self) -> Self { ... }
fn bottom_neg_32(self) -> Self { ... }
fn bottom_40(self) -> Self { ... }
fn bottom_neg_40(self) -> Self { ... }
fn bottom_48(self) -> Self { ... }
fn bottom_neg_48(self) -> Self { ... }
fn bottom_56(self) -> Self { ... }
fn bottom_neg_56(self) -> Self { ... }
fn bottom_64(self) -> Self { ... }
fn bottom_neg_64(self) -> Self { ... }
fn bottom_72(self) -> Self { ... }
fn bottom_neg_72(self) -> Self { ... }
fn bottom_80(self) -> Self { ... }
fn bottom_neg_80(self) -> Self { ... }
fn bottom_96(self) -> Self { ... }
fn bottom_neg_96(self) -> Self { ... }
fn bottom_112(self) -> Self { ... }
fn bottom_neg_112(self) -> Self { ... }
fn bottom_128(self) -> Self { ... }
fn bottom_neg_128(self) -> Self { ... }
fn bottom_auto(self) -> Self { ... }
fn bottom_px(self) -> Self { ... }
fn bottom_neg_px(self) -> Self { ... }
fn bottom_full(self) -> Self { ... }
fn bottom_neg_full(self) -> Self { ... }
fn bottom_1_2(self) -> Self { ... }
fn bottom_neg_1_2(self) -> Self { ... }
fn bottom_1_3(self) -> Self { ... }
fn bottom_neg_1_3(self) -> Self { ... }
fn bottom_2_3(self) -> Self { ... }
fn bottom_neg_2_3(self) -> Self { ... }
fn bottom_1_4(self) -> Self { ... }
fn bottom_neg_1_4(self) -> Self { ... }
fn bottom_2_4(self) -> Self { ... }
fn bottom_neg_2_4(self) -> Self { ... }
fn bottom_3_4(self) -> Self { ... }
fn bottom_neg_3_4(self) -> Self { ... }
fn bottom_1_5(self) -> Self { ... }
fn bottom_neg_1_5(self) -> Self { ... }
fn bottom_2_5(self) -> Self { ... }
fn bottom_neg_2_5(self) -> Self { ... }
fn bottom_3_5(self) -> Self { ... }
fn bottom_neg_3_5(self) -> Self { ... }
fn bottom_4_5(self) -> Self { ... }
fn bottom_neg_4_5(self) -> Self { ... }
fn bottom_1_6(self) -> Self { ... }
fn bottom_neg_1_6(self) -> Self { ... }
fn bottom_5_6(self) -> Self { ... }
fn bottom_neg_5_6(self) -> Self { ... }
fn bottom_1_12(self) -> Self { ... }
fn bottom_neg_1_12(self) -> Self { ... }
fn left(self, length: impl Clone + Into<Length>) -> Self { ... }
fn left_0(self) -> Self { ... }
fn left_neg_0(self) -> Self { ... }
fn left_0p5(self) -> Self { ... }
fn left_neg_0p5(self) -> Self { ... }
fn left_1(self) -> Self { ... }
fn left_neg_1(self) -> Self { ... }
fn left_1p5(self) -> Self { ... }
fn left_neg_1p5(self) -> Self { ... }
fn left_2(self) -> Self { ... }
fn left_neg_2(self) -> Self { ... }
fn left_2p5(self) -> Self { ... }
fn left_neg_2p5(self) -> Self { ... }
fn left_3(self) -> Self { ... }
fn left_neg_3(self) -> Self { ... }
fn left_3p5(self) -> Self { ... }
fn left_neg_3p5(self) -> Self { ... }
fn left_4(self) -> Self { ... }
fn left_neg_4(self) -> Self { ... }
fn left_5(self) -> Self { ... }
fn left_neg_5(self) -> Self { ... }
fn left_6(self) -> Self { ... }
fn left_neg_6(self) -> Self { ... }
fn left_7(self) -> Self { ... }
fn left_neg_7(self) -> Self { ... }
fn left_8(self) -> Self { ... }
fn left_neg_8(self) -> Self { ... }
fn left_9(self) -> Self { ... }
fn left_neg_9(self) -> Self { ... }
fn left_10(self) -> Self { ... }
fn left_neg_10(self) -> Self { ... }
fn left_11(self) -> Self { ... }
fn left_neg_11(self) -> Self { ... }
fn left_12(self) -> Self { ... }
fn left_neg_12(self) -> Self { ... }
fn left_16(self) -> Self { ... }
fn left_neg_16(self) -> Self { ... }
fn left_20(self) -> Self { ... }
fn left_neg_20(self) -> Self { ... }
fn left_24(self) -> Self { ... }
fn left_neg_24(self) -> Self { ... }
fn left_32(self) -> Self { ... }
fn left_neg_32(self) -> Self { ... }
fn left_40(self) -> Self { ... }
fn left_neg_40(self) -> Self { ... }
fn left_48(self) -> Self { ... }
fn left_neg_48(self) -> Self { ... }
fn left_56(self) -> Self { ... }
fn left_neg_56(self) -> Self { ... }
fn left_64(self) -> Self { ... }
fn left_neg_64(self) -> Self { ... }
fn left_72(self) -> Self { ... }
fn left_neg_72(self) -> Self { ... }
fn left_80(self) -> Self { ... }
fn left_neg_80(self) -> Self { ... }
fn left_96(self) -> Self { ... }
fn left_neg_96(self) -> Self { ... }
fn left_112(self) -> Self { ... }
fn left_neg_112(self) -> Self { ... }
fn left_128(self) -> Self { ... }
fn left_neg_128(self) -> Self { ... }
fn left_auto(self) -> Self { ... }
fn left_px(self) -> Self { ... }
fn left_neg_px(self) -> Self { ... }
fn left_full(self) -> Self { ... }
fn left_neg_full(self) -> Self { ... }
fn left_1_2(self) -> Self { ... }
fn left_neg_1_2(self) -> Self { ... }
fn left_1_3(self) -> Self { ... }
fn left_neg_1_3(self) -> Self { ... }
fn left_2_3(self) -> Self { ... }
fn left_neg_2_3(self) -> Self { ... }
fn left_1_4(self) -> Self { ... }
fn left_neg_1_4(self) -> Self { ... }
fn left_2_4(self) -> Self { ... }
fn left_neg_2_4(self) -> Self { ... }
fn left_3_4(self) -> Self { ... }
fn left_neg_3_4(self) -> Self { ... }
fn left_1_5(self) -> Self { ... }
fn left_neg_1_5(self) -> Self { ... }
fn left_2_5(self) -> Self { ... }
fn left_neg_2_5(self) -> Self { ... }
fn left_3_5(self) -> Self { ... }
fn left_neg_3_5(self) -> Self { ... }
fn left_4_5(self) -> Self { ... }
fn left_neg_4_5(self) -> Self { ... }
fn left_1_6(self) -> Self { ... }
fn left_neg_1_6(self) -> Self { ... }
fn left_5_6(self) -> Self { ... }
fn left_neg_5_6(self) -> Self { ... }
fn left_1_12(self) -> Self { ... }
fn left_neg_1_12(self) -> Self { ... }
fn right(self, length: impl Clone + Into<Length>) -> Self { ... }
fn right_0(self) -> Self { ... }
fn right_neg_0(self) -> Self { ... }
fn right_0p5(self) -> Self { ... }
fn right_neg_0p5(self) -> Self { ... }
fn right_1(self) -> Self { ... }
fn right_neg_1(self) -> Self { ... }
fn right_1p5(self) -> Self { ... }
fn right_neg_1p5(self) -> Self { ... }
fn right_2(self) -> Self { ... }
fn right_neg_2(self) -> Self { ... }
fn right_2p5(self) -> Self { ... }
fn right_neg_2p5(self) -> Self { ... }
fn right_3(self) -> Self { ... }
fn right_neg_3(self) -> Self { ... }
fn right_3p5(self) -> Self { ... }
fn right_neg_3p5(self) -> Self { ... }
fn right_4(self) -> Self { ... }
fn right_neg_4(self) -> Self { ... }
fn right_5(self) -> Self { ... }
fn right_neg_5(self) -> Self { ... }
fn right_6(self) -> Self { ... }
fn right_neg_6(self) -> Self { ... }
fn right_7(self) -> Self { ... }
fn right_neg_7(self) -> Self { ... }
fn right_8(self) -> Self { ... }
fn right_neg_8(self) -> Self { ... }
fn right_9(self) -> Self { ... }
fn right_neg_9(self) -> Self { ... }
fn right_10(self) -> Self { ... }
fn right_neg_10(self) -> Self { ... }
fn right_11(self) -> Self { ... }
fn right_neg_11(self) -> Self { ... }
fn right_12(self) -> Self { ... }
fn right_neg_12(self) -> Self { ... }
fn right_16(self) -> Self { ... }
fn right_neg_16(self) -> Self { ... }
fn right_20(self) -> Self { ... }
fn right_neg_20(self) -> Self { ... }
fn right_24(self) -> Self { ... }
fn right_neg_24(self) -> Self { ... }
fn right_32(self) -> Self { ... }
fn right_neg_32(self) -> Self { ... }
fn right_40(self) -> Self { ... }
fn right_neg_40(self) -> Self { ... }
fn right_48(self) -> Self { ... }
fn right_neg_48(self) -> Self { ... }
fn right_56(self) -> Self { ... }
fn right_neg_56(self) -> Self { ... }
fn right_64(self) -> Self { ... }
fn right_neg_64(self) -> Self { ... }
fn right_72(self) -> Self { ... }
fn right_neg_72(self) -> Self { ... }
fn right_80(self) -> Self { ... }
fn right_neg_80(self) -> Self { ... }
fn right_96(self) -> Self { ... }
fn right_neg_96(self) -> Self { ... }
fn right_112(self) -> Self { ... }
fn right_neg_112(self) -> Self { ... }
fn right_128(self) -> Self { ... }
fn right_neg_128(self) -> Self { ... }
fn right_auto(self) -> Self { ... }
fn right_px(self) -> Self { ... }
fn right_neg_px(self) -> Self { ... }
fn right_full(self) -> Self { ... }
fn right_neg_full(self) -> Self { ... }
fn right_1_2(self) -> Self { ... }
fn right_neg_1_2(self) -> Self { ... }
fn right_1_3(self) -> Self { ... }
fn right_neg_1_3(self) -> Self { ... }
fn right_2_3(self) -> Self { ... }
fn right_neg_2_3(self) -> Self { ... }
fn right_1_4(self) -> Self { ... }
fn right_neg_1_4(self) -> Self { ... }
fn right_2_4(self) -> Self { ... }
fn right_neg_2_4(self) -> Self { ... }
fn right_3_4(self) -> Self { ... }
fn right_neg_3_4(self) -> Self { ... }
fn right_1_5(self) -> Self { ... }
fn right_neg_1_5(self) -> Self { ... }
fn right_2_5(self) -> Self { ... }
fn right_neg_2_5(self) -> Self { ... }
fn right_3_5(self) -> Self { ... }
fn right_neg_3_5(self) -> Self { ... }
fn right_4_5(self) -> Self { ... }
fn right_neg_4_5(self) -> Self { ... }
fn right_1_6(self) -> Self { ... }
fn right_neg_1_6(self) -> Self { ... }
fn right_5_6(self) -> Self { ... }
fn right_neg_5_6(self) -> Self { ... }
fn right_1_12(self) -> Self { ... }
fn right_neg_1_12(self) -> Self { ... }
fn overflow_hidden(self) -> Self { ... }
fn overflow_x_hidden(self) -> Self { ... }
fn overflow_y_hidden(self) -> Self { ... }
fn cursor(self, cursor: CursorStyle) -> Self { ... }
fn cursor_default(self) -> Self { ... }
fn cursor_pointer(self) -> Self { ... }
fn cursor_text(self) -> Self { ... }
fn cursor_move(self) -> Self { ... }
fn cursor_not_allowed(self) -> Self { ... }
fn cursor_context_menu(self) -> Self { ... }
fn cursor_crosshair(self) -> Self { ... }
fn cursor_vertical_text(self) -> Self { ... }
fn cursor_alias(self) -> Self { ... }
fn cursor_copy(self) -> Self { ... }
fn cursor_no_drop(self) -> Self { ... }
fn cursor_grab(self) -> Self { ... }
fn cursor_grabbing(self) -> Self { ... }
fn cursor_ew_resize(self) -> Self { ... }
fn cursor_ns_resize(self) -> Self { ... }
fn cursor_nesw_resize(self) -> Self { ... }
fn cursor_nwse_resize(self) -> Self { ... }
fn cursor_col_resize(self) -> Self { ... }
fn cursor_row_resize(self) -> Self { ... }
fn cursor_n_resize(self) -> Self { ... }
fn cursor_e_resize(self) -> Self { ... }
fn cursor_s_resize(self) -> Self { ... }
fn cursor_w_resize(self) -> Self { ... }
fn cursor_none(self, cursor: CursorStyle) -> Self { ... }
fn border_color<C>(self, border_color: C) -> Self
where C: Into<Hsla>,
Self: Sized { ... }
fn border(self, length: impl Clone + Into<AbsoluteLength>) -> Self { ... }
fn border_0(self) -> Self { ... }
fn border_1(self) -> Self { ... }
fn border_2(self) -> Self { ... }
fn border_3(self) -> Self { ... }
fn border_4(self) -> Self { ... }
fn border_5(self) -> Self { ... }
fn border_6(self) -> Self { ... }
fn border_7(self) -> Self { ... }
fn border_8(self) -> Self { ... }
fn border_9(self) -> Self { ... }
fn border_10(self) -> Self { ... }
fn border_11(self) -> Self { ... }
fn border_12(self) -> Self { ... }
fn border_16(self) -> Self { ... }
fn border_20(self) -> Self { ... }
fn border_24(self) -> Self { ... }
fn border_32(self) -> Self { ... }
fn border_t(self, length: impl Clone + Into<AbsoluteLength>) -> Self { ... }
fn border_t_0(self) -> Self { ... }
fn border_t_1(self) -> Self { ... }
fn border_t_2(self) -> Self { ... }
fn border_t_3(self) -> Self { ... }
fn border_t_4(self) -> Self { ... }
fn border_t_5(self) -> Self { ... }
fn border_t_6(self) -> Self { ... }
fn border_t_7(self) -> Self { ... }
fn border_t_8(self) -> Self { ... }
fn border_t_9(self) -> Self { ... }
fn border_t_10(self) -> Self { ... }
fn border_t_11(self) -> Self { ... }
fn border_t_12(self) -> Self { ... }
fn border_t_16(self) -> Self { ... }
fn border_t_20(self) -> Self { ... }
fn border_t_24(self) -> Self { ... }
fn border_t_32(self) -> Self { ... }
fn border_b(self, length: impl Clone + Into<AbsoluteLength>) -> Self { ... }
fn border_b_0(self) -> Self { ... }
fn border_b_1(self) -> Self { ... }
fn border_b_2(self) -> Self { ... }
fn border_b_3(self) -> Self { ... }
fn border_b_4(self) -> Self { ... }
fn border_b_5(self) -> Self { ... }
fn border_b_6(self) -> Self { ... }
fn border_b_7(self) -> Self { ... }
fn border_b_8(self) -> Self { ... }
fn border_b_9(self) -> Self { ... }
fn border_b_10(self) -> Self { ... }
fn border_b_11(self) -> Self { ... }
fn border_b_12(self) -> Self { ... }
fn border_b_16(self) -> Self { ... }
fn border_b_20(self) -> Self { ... }
fn border_b_24(self) -> Self { ... }
fn border_b_32(self) -> Self { ... }
fn border_r(self, length: impl Clone + Into<AbsoluteLength>) -> Self { ... }
fn border_r_0(self) -> Self { ... }
fn border_r_1(self) -> Self { ... }
fn border_r_2(self) -> Self { ... }
fn border_r_3(self) -> Self { ... }
fn border_r_4(self) -> Self { ... }
fn border_r_5(self) -> Self { ... }
fn border_r_6(self) -> Self { ... }
fn border_r_7(self) -> Self { ... }
fn border_r_8(self) -> Self { ... }
fn border_r_9(self) -> Self { ... }
fn border_r_10(self) -> Self { ... }
fn border_r_11(self) -> Self { ... }
fn border_r_12(self) -> Self { ... }
fn border_r_16(self) -> Self { ... }
fn border_r_20(self) -> Self { ... }
fn border_r_24(self) -> Self { ... }
fn border_r_32(self) -> Self { ... }
fn border_l(self, length: impl Clone + Into<AbsoluteLength>) -> Self { ... }
fn border_l_0(self) -> Self { ... }
fn border_l_1(self) -> Self { ... }
fn border_l_2(self) -> Self { ... }
fn border_l_3(self) -> Self { ... }
fn border_l_4(self) -> Self { ... }
fn border_l_5(self) -> Self { ... }
fn border_l_6(self) -> Self { ... }
fn border_l_7(self) -> Self { ... }
fn border_l_8(self) -> Self { ... }
fn border_l_9(self) -> Self { ... }
fn border_l_10(self) -> Self { ... }
fn border_l_11(self) -> Self { ... }
fn border_l_12(self) -> Self { ... }
fn border_l_16(self) -> Self { ... }
fn border_l_20(self) -> Self { ... }
fn border_l_24(self) -> Self { ... }
fn border_l_32(self) -> Self { ... }
fn border_x(self, length: impl Clone + Into<AbsoluteLength>) -> Self { ... }
fn border_x_0(self) -> Self { ... }
fn border_x_1(self) -> Self { ... }
fn border_x_2(self) -> Self { ... }
fn border_x_3(self) -> Self { ... }
fn border_x_4(self) -> Self { ... }
fn border_x_5(self) -> Self { ... }
fn border_x_6(self) -> Self { ... }
fn border_x_7(self) -> Self { ... }
fn border_x_8(self) -> Self { ... }
fn border_x_9(self) -> Self { ... }
fn border_x_10(self) -> Self { ... }
fn border_x_11(self) -> Self { ... }
fn border_x_12(self) -> Self { ... }
fn border_x_16(self) -> Self { ... }
fn border_x_20(self) -> Self { ... }
fn border_x_24(self) -> Self { ... }
fn border_x_32(self) -> Self { ... }
fn border_y(self, length: impl Clone + Into<AbsoluteLength>) -> Self { ... }
fn border_y_0(self) -> Self { ... }
fn border_y_1(self) -> Self { ... }
fn border_y_2(self) -> Self { ... }
fn border_y_3(self) -> Self { ... }
fn border_y_4(self) -> Self { ... }
fn border_y_5(self) -> Self { ... }
fn border_y_6(self) -> Self { ... }
fn border_y_7(self) -> Self { ... }
fn border_y_8(self) -> Self { ... }
fn border_y_9(self) -> Self { ... }
fn border_y_10(self) -> Self { ... }
fn border_y_11(self) -> Self { ... }
fn border_y_12(self) -> Self { ... }
fn border_y_16(self) -> Self { ... }
fn border_y_20(self) -> Self { ... }
fn border_y_24(self) -> Self { ... }
fn border_y_32(self) -> Self { ... }
fn shadow(self, shadows: Vec<BoxShadow>) -> Self { ... }
fn shadow_none(self) -> Self { ... }
fn shadow_2xs(self) -> Self { ... }
fn shadow_xs(self) -> Self { ... }
fn shadow_sm(self) -> Self { ... }
fn shadow_md(self) -> Self { ... }
fn shadow_lg(self) -> Self { ... }
fn shadow_xl(self) -> Self { ... }
fn shadow_2xl(self) -> Self { ... }
fn block(self) -> Self { ... }
fn flex(self) -> Self { ... }
fn grid(self) -> Self { ... }
fn hidden(self) -> Self { ... }
fn whitespace_normal(self) -> Self { ... }
fn whitespace_nowrap(self) -> Self { ... }
fn text_ellipsis(self) -> Self { ... }
fn text_overflow(self, overflow: TextOverflow) -> Self { ... }
fn text_align(self, align: TextAlign) -> Self { ... }
fn text_left(self) -> Self { ... }
fn text_center(self) -> Self { ... }
fn text_right(self) -> Self { ... }
fn truncate(self) -> Self { ... }
fn line_clamp(self, lines: usize) -> Self { ... }
fn flex_col(self) -> Self { ... }
fn flex_col_reverse(self) -> Self { ... }
fn flex_row(self) -> Self { ... }
fn flex_row_reverse(self) -> Self { ... }
fn flex_1(self) -> Self { ... }
fn flex_auto(self) -> Self { ... }
fn flex_initial(self) -> Self { ... }
fn flex_none(self) -> Self { ... }
fn flex_basis(self, basis: impl Into<Length>) -> Self { ... }
fn flex_grow(self) -> Self { ... }
fn flex_shrink(self) -> Self { ... }
fn flex_shrink_0(self) -> Self { ... }
fn flex_wrap(self) -> Self { ... }
fn flex_wrap_reverse(self) -> Self { ... }
fn flex_nowrap(self) -> Self { ... }
fn items_start(self) -> Self { ... }
fn items_end(self) -> Self { ... }
fn items_center(self) -> Self { ... }
fn items_baseline(self) -> Self { ... }
fn justify_start(self) -> Self { ... }
fn justify_end(self) -> Self { ... }
fn justify_center(self) -> Self { ... }
fn justify_between(self) -> Self { ... }
fn justify_around(self) -> Self { ... }
fn justify_evenly(self) -> Self { ... }
fn content_normal(self) -> Self { ... }
fn content_center(self) -> Self { ... }
fn content_start(self) -> Self { ... }
fn content_end(self) -> Self { ... }
fn content_between(self) -> Self { ... }
fn content_around(self) -> Self { ... }
fn content_evenly(self) -> Self { ... }
fn content_stretch(self) -> Self { ... }
fn bg<F>(self, fill: F) -> Self
where F: Into<Fill>,
Self: Sized { ... }
fn border_dashed(self) -> Self { ... }
fn text_style(&mut self) -> &mut Option<TextStyleRefinement> { ... }
fn text_color(self, color: impl Into<Hsla>) -> Self { ... }
fn font_weight(self, weight: FontWeight) -> Self { ... }
fn text_bg(self, bg: impl Into<Hsla>) -> Self { ... }
fn text_size(self, size: impl Into<AbsoluteLength>) -> Self { ... }
fn text_xs(self) -> Self { ... }
fn text_sm(self) -> Self { ... }
fn text_base(self) -> Self { ... }
fn text_lg(self) -> Self { ... }
fn text_xl(self) -> Self { ... }
fn text_2xl(self) -> Self { ... }
fn text_3xl(self) -> Self { ... }
fn italic(self) -> Self { ... }
fn not_italic(self) -> Self { ... }
fn underline(self) -> Self { ... }
fn line_through(self) -> Self { ... }
fn text_decoration_none(self) -> Self { ... }
fn text_decoration_color(self, color: impl Into<Hsla>) -> Self { ... }
fn text_decoration_solid(self) -> Self { ... }
fn text_decoration_wavy(self) -> Self { ... }
fn text_decoration_0(self) -> Self { ... }
fn text_decoration_1(self) -> Self { ... }
fn text_decoration_2(self) -> Self { ... }
fn text_decoration_4(self) -> Self { ... }
fn text_decoration_8(self) -> Self { ... }
fn font_family(self, family_name: impl Into<SharedString>) -> Self { ... }
fn font_features(self, features: FontFeatures) -> Self { ... }
fn font(self, font: Font) -> Self { ... }
fn line_height(self, line_height: impl Into<DefiniteLength>) -> Self { ... }
fn opacity(self, opacity: f32) -> Self { ... }
fn grid_cols(self, cols: u16) -> Self { ... }
fn grid_rows(self, rows: u16) -> Self { ... }
fn col_start(self, start: i16) -> Self { ... }
fn col_start_auto(self) -> Self { ... }
fn col_end(self, end: i16) -> Self { ... }
fn col_end_auto(self) -> Self { ... }
fn col_span(self, span: u16) -> Self { ... }
fn col_span_full(self) -> Self { ... }
fn row_start(self, start: i16) -> Self { ... }
fn row_start_auto(self) -> Self { ... }
fn row_end(self, end: i16) -> Self { ... }
fn row_end_auto(self) -> Self { ... }
fn row_span(self, span: u16) -> Self { ... }
fn row_span_full(self) -> Self { ... }
fn debug(self) -> Self { ... }
fn debug_below(self) -> Self { ... }
}Expand description
A trait for elements that can be styled. Use this to opt-in to a utility CSS-like styling API.
Required Methods§
Sourcefn style(&mut self) -> &mut StyleRefinement
fn style(&mut self) -> &mut StyleRefinement
Returns a reference to the style memory of this element.
Provided Methods§
Sourcefn w_neg_full(self) -> Self
fn w_neg_full(self) -> Self
Sets the width of the element. Docs
100%
Sourcefn w_neg_1_12(self) -> Self
fn w_neg_1_12(self) -> Self
Sets the width of the element. Docs
8% (1/12)
Sourcefn h_neg_full(self) -> Self
fn h_neg_full(self) -> Self
Sets the height of the element. Docs
100%
Sourcefn h_neg_1_12(self) -> Self
fn h_neg_1_12(self) -> Self
Sets the height of the element. Docs
8% (1/12)
Sourcefn size(self, length: impl Clone + Into<Length>) -> Self
fn size(self, length: impl Clone + Into<Length>) -> Self
Sets the width and height of the element.
Sourcefn size_neg_0(self) -> Self
fn size_neg_0(self) -> Self
Sets the width and height of the element.
0px
Sourcefn size_neg_0p5(self) -> Self
fn size_neg_0p5(self) -> Self
Sets the width and height of the element.
2px (0.125rem)
Sourcefn size_neg_1(self) -> Self
fn size_neg_1(self) -> Self
Sets the width and height of the element.
4px (0.25rem)
Sourcefn size_neg_1p5(self) -> Self
fn size_neg_1p5(self) -> Self
Sets the width and height of the element.
6px (0.375rem)
Sourcefn size_neg_2(self) -> Self
fn size_neg_2(self) -> Self
Sets the width and height of the element.
8px (0.5rem)
Sourcefn size_neg_2p5(self) -> Self
fn size_neg_2p5(self) -> Self
Sets the width and height of the element.
10px (0.625rem)
Sourcefn size_neg_3(self) -> Self
fn size_neg_3(self) -> Self
Sets the width and height of the element.
12px (0.75rem)
Sourcefn size_neg_3p5(self) -> Self
fn size_neg_3p5(self) -> Self
Sets the width and height of the element.
14px (0.875rem)
Sourcefn size_neg_4(self) -> Self
fn size_neg_4(self) -> Self
Sets the width and height of the element.
16px (1rem)
Sourcefn size_neg_5(self) -> Self
fn size_neg_5(self) -> Self
Sets the width and height of the element.
20px (1.25rem)
Sourcefn size_neg_6(self) -> Self
fn size_neg_6(self) -> Self
Sets the width and height of the element.
24px (1.5rem)
Sourcefn size_neg_7(self) -> Self
fn size_neg_7(self) -> Self
Sets the width and height of the element.
28px (1.75rem)
Sourcefn size_neg_8(self) -> Self
fn size_neg_8(self) -> Self
Sets the width and height of the element.
32px (2rem)
Sourcefn size_neg_9(self) -> Self
fn size_neg_9(self) -> Self
Sets the width and height of the element.
36px (2.25rem)
Sourcefn size_neg_10(self) -> Self
fn size_neg_10(self) -> Self
Sets the width and height of the element.
40px (2.5rem)
Sourcefn size_neg_11(self) -> Self
fn size_neg_11(self) -> Self
Sets the width and height of the element.
44px (2.75rem)
Sourcefn size_neg_12(self) -> Self
fn size_neg_12(self) -> Self
Sets the width and height of the element.
48px (3rem)
Sourcefn size_neg_16(self) -> Self
fn size_neg_16(self) -> Self
Sets the width and height of the element.
64px (4rem)
Sourcefn size_neg_20(self) -> Self
fn size_neg_20(self) -> Self
Sets the width and height of the element.
80px (5rem)
Sourcefn size_neg_24(self) -> Self
fn size_neg_24(self) -> Self
Sets the width and height of the element.
96px (6rem)
Sourcefn size_neg_32(self) -> Self
fn size_neg_32(self) -> Self
Sets the width and height of the element.
128px (8rem)
Sourcefn size_neg_40(self) -> Self
fn size_neg_40(self) -> Self
Sets the width and height of the element.
160px (10rem)
Sourcefn size_neg_48(self) -> Self
fn size_neg_48(self) -> Self
Sets the width and height of the element.
192px (12rem)
Sourcefn size_neg_56(self) -> Self
fn size_neg_56(self) -> Self
Sets the width and height of the element.
224px (14rem)
Sourcefn size_neg_64(self) -> Self
fn size_neg_64(self) -> Self
Sets the width and height of the element.
256px (16rem)
Sourcefn size_neg_72(self) -> Self
fn size_neg_72(self) -> Self
Sets the width and height of the element.
288px (18rem)
Sourcefn size_neg_80(self) -> Self
fn size_neg_80(self) -> Self
Sets the width and height of the element.
320px (20rem)
Sourcefn size_neg_96(self) -> Self
fn size_neg_96(self) -> Self
Sets the width and height of the element.
384px (24rem)
Sourcefn size_neg_112(self) -> Self
fn size_neg_112(self) -> Self
Sets the width and height of the element.
448px (28rem)
Sourcefn size_neg_128(self) -> Self
fn size_neg_128(self) -> Self
Sets the width and height of the element.
512px (32rem)
Sourcefn size_neg_px(self) -> Self
fn size_neg_px(self) -> Self
Sets the width and height of the element.
1px
Sourcefn size_neg_full(self) -> Self
fn size_neg_full(self) -> Self
Sets the width and height of the element.
100%
Sourcefn size_neg_1_2(self) -> Self
fn size_neg_1_2(self) -> Self
Sets the width and height of the element.
50% (1/2)
Sourcefn size_neg_1_3(self) -> Self
fn size_neg_1_3(self) -> Self
Sets the width and height of the element.
33% (1/3)
Sourcefn size_neg_2_3(self) -> Self
fn size_neg_2_3(self) -> Self
Sets the width and height of the element.
66% (2/3)
Sourcefn size_neg_1_4(self) -> Self
fn size_neg_1_4(self) -> Self
Sets the width and height of the element.
25% (1/4)
Sourcefn size_neg_2_4(self) -> Self
fn size_neg_2_4(self) -> Self
Sets the width and height of the element.
50% (2/4)
Sourcefn size_neg_3_4(self) -> Self
fn size_neg_3_4(self) -> Self
Sets the width and height of the element.
75% (3/4)
Sourcefn size_neg_1_5(self) -> Self
fn size_neg_1_5(self) -> Self
Sets the width and height of the element.
20% (1/5)
Sourcefn size_neg_2_5(self) -> Self
fn size_neg_2_5(self) -> Self
Sets the width and height of the element.
40% (2/5)
Sourcefn size_neg_3_5(self) -> Self
fn size_neg_3_5(self) -> Self
Sets the width and height of the element.
60% (3/5)
Sourcefn size_neg_4_5(self) -> Self
fn size_neg_4_5(self) -> Self
Sets the width and height of the element.
80% (4/5)
Sourcefn size_neg_1_6(self) -> Self
fn size_neg_1_6(self) -> Self
Sets the width and height of the element.
16% (1/6)
Sourcefn size_neg_5_6(self) -> Self
fn size_neg_5_6(self) -> Self
Sets the width and height of the element.
80% (5/6)
Sourcefn size_neg_1_12(self) -> Self
fn size_neg_1_12(self) -> Self
Sets the width and height of the element.
8% (1/12)
Sourcefn min_w(self, length: impl Clone + Into<Length>) -> Self
fn min_w(self, length: impl Clone + Into<Length>) -> Self
Sets the minimum width of the element. Docs
Sourcefn min_w_neg_0(self) -> Self
fn min_w_neg_0(self) -> Self
Sets the minimum width of the element. Docs
0px
Sourcefn min_w_neg_0p5(self) -> Self
fn min_w_neg_0p5(self) -> Self
Sets the minimum width of the element. Docs
2px (0.125rem)
Sourcefn min_w_neg_1(self) -> Self
fn min_w_neg_1(self) -> Self
Sets the minimum width of the element. Docs
4px (0.25rem)
Sourcefn min_w_neg_1p5(self) -> Self
fn min_w_neg_1p5(self) -> Self
Sets the minimum width of the element. Docs
6px (0.375rem)
Sourcefn min_w_neg_2(self) -> Self
fn min_w_neg_2(self) -> Self
Sets the minimum width of the element. Docs
8px (0.5rem)
Sourcefn min_w_neg_2p5(self) -> Self
fn min_w_neg_2p5(self) -> Self
Sets the minimum width of the element. Docs
10px (0.625rem)
Sourcefn min_w_neg_3(self) -> Self
fn min_w_neg_3(self) -> Self
Sets the minimum width of the element. Docs
12px (0.75rem)
Sourcefn min_w_neg_3p5(self) -> Self
fn min_w_neg_3p5(self) -> Self
Sets the minimum width of the element. Docs
14px (0.875rem)
Sourcefn min_w_neg_4(self) -> Self
fn min_w_neg_4(self) -> Self
Sets the minimum width of the element. Docs
16px (1rem)
Sourcefn min_w_neg_5(self) -> Self
fn min_w_neg_5(self) -> Self
Sets the minimum width of the element. Docs
20px (1.25rem)
Sourcefn min_w_neg_6(self) -> Self
fn min_w_neg_6(self) -> Self
Sets the minimum width of the element. Docs
24px (1.5rem)
Sourcefn min_w_neg_7(self) -> Self
fn min_w_neg_7(self) -> Self
Sets the minimum width of the element. Docs
28px (1.75rem)
Sourcefn min_w_neg_8(self) -> Self
fn min_w_neg_8(self) -> Self
Sets the minimum width of the element. Docs
32px (2rem)
Sourcefn min_w_neg_9(self) -> Self
fn min_w_neg_9(self) -> Self
Sets the minimum width of the element. Docs
36px (2.25rem)
Sourcefn min_w_neg_10(self) -> Self
fn min_w_neg_10(self) -> Self
Sets the minimum width of the element. Docs
40px (2.5rem)
Sourcefn min_w_neg_11(self) -> Self
fn min_w_neg_11(self) -> Self
Sets the minimum width of the element. Docs
44px (2.75rem)
Sourcefn min_w_neg_12(self) -> Self
fn min_w_neg_12(self) -> Self
Sets the minimum width of the element. Docs
48px (3rem)
Sourcefn min_w_neg_16(self) -> Self
fn min_w_neg_16(self) -> Self
Sets the minimum width of the element. Docs
64px (4rem)
Sourcefn min_w_neg_20(self) -> Self
fn min_w_neg_20(self) -> Self
Sets the minimum width of the element. Docs
80px (5rem)
Sourcefn min_w_neg_24(self) -> Self
fn min_w_neg_24(self) -> Self
Sets the minimum width of the element. Docs
96px (6rem)
Sourcefn min_w_neg_32(self) -> Self
fn min_w_neg_32(self) -> Self
Sets the minimum width of the element. Docs
128px (8rem)
Sourcefn min_w_neg_40(self) -> Self
fn min_w_neg_40(self) -> Self
Sets the minimum width of the element. Docs
160px (10rem)
Sourcefn min_w_neg_48(self) -> Self
fn min_w_neg_48(self) -> Self
Sets the minimum width of the element. Docs
192px (12rem)
Sourcefn min_w_neg_56(self) -> Self
fn min_w_neg_56(self) -> Self
Sets the minimum width of the element. Docs
224px (14rem)
Sourcefn min_w_neg_64(self) -> Self
fn min_w_neg_64(self) -> Self
Sets the minimum width of the element. Docs
256px (16rem)
Sourcefn min_w_neg_72(self) -> Self
fn min_w_neg_72(self) -> Self
Sets the minimum width of the element. Docs
288px (18rem)
Sourcefn min_w_neg_80(self) -> Self
fn min_w_neg_80(self) -> Self
Sets the minimum width of the element. Docs
320px (20rem)
Sourcefn min_w_neg_96(self) -> Self
fn min_w_neg_96(self) -> Self
Sets the minimum width of the element. Docs
384px (24rem)
Sourcefn min_w_neg_112(self) -> Self
fn min_w_neg_112(self) -> Self
Sets the minimum width of the element. Docs
448px (28rem)
Sourcefn min_w_neg_128(self) -> Self
fn min_w_neg_128(self) -> Self
Sets the minimum width of the element. Docs
512px (32rem)
Sourcefn min_w_auto(self) -> Self
fn min_w_auto(self) -> Self
Sets the minimum width of the element. Docs
Auto
Sourcefn min_w_neg_px(self) -> Self
fn min_w_neg_px(self) -> Self
Sets the minimum width of the element. Docs
1px
Sourcefn min_w_full(self) -> Self
fn min_w_full(self) -> Self
Sets the minimum width of the element. Docs
100%
Sourcefn min_w_neg_full(self) -> Self
fn min_w_neg_full(self) -> Self
Sets the minimum width of the element. Docs
100%
Sourcefn min_w_neg_1_2(self) -> Self
fn min_w_neg_1_2(self) -> Self
Sets the minimum width of the element. Docs
50% (1/2)
Sourcefn min_w_neg_1_3(self) -> Self
fn min_w_neg_1_3(self) -> Self
Sets the minimum width of the element. Docs
33% (1/3)
Sourcefn min_w_neg_2_3(self) -> Self
fn min_w_neg_2_3(self) -> Self
Sets the minimum width of the element. Docs
66% (2/3)
Sourcefn min_w_neg_1_4(self) -> Self
fn min_w_neg_1_4(self) -> Self
Sets the minimum width of the element. Docs
25% (1/4)
Sourcefn min_w_neg_2_4(self) -> Self
fn min_w_neg_2_4(self) -> Self
Sets the minimum width of the element. Docs
50% (2/4)
Sourcefn min_w_neg_3_4(self) -> Self
fn min_w_neg_3_4(self) -> Self
Sets the minimum width of the element. Docs
75% (3/4)
Sourcefn min_w_neg_1_5(self) -> Self
fn min_w_neg_1_5(self) -> Self
Sets the minimum width of the element. Docs
20% (1/5)
Sourcefn min_w_neg_2_5(self) -> Self
fn min_w_neg_2_5(self) -> Self
Sets the minimum width of the element. Docs
40% (2/5)
Sourcefn min_w_neg_3_5(self) -> Self
fn min_w_neg_3_5(self) -> Self
Sets the minimum width of the element. Docs
60% (3/5)
Sourcefn min_w_neg_4_5(self) -> Self
fn min_w_neg_4_5(self) -> Self
Sets the minimum width of the element. Docs
80% (4/5)
Sourcefn min_w_neg_1_6(self) -> Self
fn min_w_neg_1_6(self) -> Self
Sets the minimum width of the element. Docs
16% (1/6)
Sourcefn min_w_neg_5_6(self) -> Self
fn min_w_neg_5_6(self) -> Self
Sets the minimum width of the element. Docs
80% (5/6)
Sourcefn min_w_1_12(self) -> Self
fn min_w_1_12(self) -> Self
Sets the minimum width of the element. Docs
8% (1/12)
Sourcefn min_w_neg_1_12(self) -> Self
fn min_w_neg_1_12(self) -> Self
Sets the minimum width of the element. Docs
8% (1/12)
Sourcefn min_h(self, length: impl Clone + Into<Length>) -> Self
fn min_h(self, length: impl Clone + Into<Length>) -> Self
Sets the minimum height of the element. Docs
Sourcefn min_h_neg_0(self) -> Self
fn min_h_neg_0(self) -> Self
Sets the minimum height of the element. Docs
0px
Sourcefn min_h_neg_0p5(self) -> Self
fn min_h_neg_0p5(self) -> Self
Sets the minimum height of the element. Docs
2px (0.125rem)
Sourcefn min_h_neg_1(self) -> Self
fn min_h_neg_1(self) -> Self
Sets the minimum height of the element. Docs
4px (0.25rem)
Sourcefn min_h_neg_1p5(self) -> Self
fn min_h_neg_1p5(self) -> Self
Sets the minimum height of the element. Docs
6px (0.375rem)
Sourcefn min_h_neg_2(self) -> Self
fn min_h_neg_2(self) -> Self
Sets the minimum height of the element. Docs
8px (0.5rem)
Sourcefn min_h_neg_2p5(self) -> Self
fn min_h_neg_2p5(self) -> Self
Sets the minimum height of the element. Docs
10px (0.625rem)
Sourcefn min_h_neg_3(self) -> Self
fn min_h_neg_3(self) -> Self
Sets the minimum height of the element. Docs
12px (0.75rem)
Sourcefn min_h_neg_3p5(self) -> Self
fn min_h_neg_3p5(self) -> Self
Sets the minimum height of the element. Docs
14px (0.875rem)
Sourcefn min_h_neg_4(self) -> Self
fn min_h_neg_4(self) -> Self
Sets the minimum height of the element. Docs
16px (1rem)
Sourcefn min_h_neg_5(self) -> Self
fn min_h_neg_5(self) -> Self
Sets the minimum height of the element. Docs
20px (1.25rem)
Sourcefn min_h_neg_6(self) -> Self
fn min_h_neg_6(self) -> Self
Sets the minimum height of the element. Docs
24px (1.5rem)
Sourcefn min_h_neg_7(self) -> Self
fn min_h_neg_7(self) -> Self
Sets the minimum height of the element. Docs
28px (1.75rem)
Sourcefn min_h_neg_8(self) -> Self
fn min_h_neg_8(self) -> Self
Sets the minimum height of the element. Docs
32px (2rem)
Sourcefn min_h_neg_9(self) -> Self
fn min_h_neg_9(self) -> Self
Sets the minimum height of the element. Docs
36px (2.25rem)
Sourcefn min_h_neg_10(self) -> Self
fn min_h_neg_10(self) -> Self
Sets the minimum height of the element. Docs
40px (2.5rem)
Sourcefn min_h_neg_11(self) -> Self
fn min_h_neg_11(self) -> Self
Sets the minimum height of the element. Docs
44px (2.75rem)
Sourcefn min_h_neg_12(self) -> Self
fn min_h_neg_12(self) -> Self
Sets the minimum height of the element. Docs
48px (3rem)
Sourcefn min_h_neg_16(self) -> Self
fn min_h_neg_16(self) -> Self
Sets the minimum height of the element. Docs
64px (4rem)
Sourcefn min_h_neg_20(self) -> Self
fn min_h_neg_20(self) -> Self
Sets the minimum height of the element. Docs
80px (5rem)
Sourcefn min_h_neg_24(self) -> Self
fn min_h_neg_24(self) -> Self
Sets the minimum height of the element. Docs
96px (6rem)
Sourcefn min_h_neg_32(self) -> Self
fn min_h_neg_32(self) -> Self
Sets the minimum height of the element. Docs
128px (8rem)
Sourcefn min_h_neg_40(self) -> Self
fn min_h_neg_40(self) -> Self
Sets the minimum height of the element. Docs
160px (10rem)
Sourcefn min_h_neg_48(self) -> Self
fn min_h_neg_48(self) -> Self
Sets the minimum height of the element. Docs
192px (12rem)
Sourcefn min_h_neg_56(self) -> Self
fn min_h_neg_56(self) -> Self
Sets the minimum height of the element. Docs
224px (14rem)
Sourcefn min_h_neg_64(self) -> Self
fn min_h_neg_64(self) -> Self
Sets the minimum height of the element. Docs
256px (16rem)
Sourcefn min_h_neg_72(self) -> Self
fn min_h_neg_72(self) -> Self
Sets the minimum height of the element. Docs
288px (18rem)
Sourcefn min_h_neg_80(self) -> Self
fn min_h_neg_80(self) -> Self
Sets the minimum height of the element. Docs
320px (20rem)
Sourcefn min_h_neg_96(self) -> Self
fn min_h_neg_96(self) -> Self
Sets the minimum height of the element. Docs
384px (24rem)
Sourcefn min_h_neg_112(self) -> Self
fn min_h_neg_112(self) -> Self
Sets the minimum height of the element. Docs
448px (28rem)
Sourcefn min_h_neg_128(self) -> Self
fn min_h_neg_128(self) -> Self
Sets the minimum height of the element. Docs
512px (32rem)
Sourcefn min_h_auto(self) -> Self
fn min_h_auto(self) -> Self
Sets the minimum height of the element. Docs
Auto
Sourcefn min_h_neg_px(self) -> Self
fn min_h_neg_px(self) -> Self
Sets the minimum height of the element. Docs
1px
Sourcefn min_h_full(self) -> Self
fn min_h_full(self) -> Self
Sets the minimum height of the element. Docs
100%
Sourcefn min_h_neg_full(self) -> Self
fn min_h_neg_full(self) -> Self
Sets the minimum height of the element. Docs
100%
Sourcefn min_h_neg_1_2(self) -> Self
fn min_h_neg_1_2(self) -> Self
Sets the minimum height of the element. Docs
50% (1/2)
Sourcefn min_h_neg_1_3(self) -> Self
fn min_h_neg_1_3(self) -> Self
Sets the minimum height of the element. Docs
33% (1/3)
Sourcefn min_h_neg_2_3(self) -> Self
fn min_h_neg_2_3(self) -> Self
Sets the minimum height of the element. Docs
66% (2/3)
Sourcefn min_h_neg_1_4(self) -> Self
fn min_h_neg_1_4(self) -> Self
Sets the minimum height of the element. Docs
25% (1/4)
Sourcefn min_h_neg_2_4(self) -> Self
fn min_h_neg_2_4(self) -> Self
Sets the minimum height of the element. Docs
50% (2/4)
Sourcefn min_h_neg_3_4(self) -> Self
fn min_h_neg_3_4(self) -> Self
Sets the minimum height of the element. Docs
75% (3/4)
Sourcefn min_h_neg_1_5(self) -> Self
fn min_h_neg_1_5(self) -> Self
Sets the minimum height of the element. Docs
20% (1/5)
Sourcefn min_h_neg_2_5(self) -> Self
fn min_h_neg_2_5(self) -> Self
Sets the minimum height of the element. Docs
40% (2/5)
Sourcefn min_h_neg_3_5(self) -> Self
fn min_h_neg_3_5(self) -> Self
Sets the minimum height of the element. Docs
60% (3/5)
Sourcefn min_h_neg_4_5(self) -> Self
fn min_h_neg_4_5(self) -> Self
Sets the minimum height of the element. Docs
80% (4/5)
Sourcefn min_h_neg_1_6(self) -> Self
fn min_h_neg_1_6(self) -> Self
Sets the minimum height of the element. Docs
16% (1/6)
Sourcefn min_h_neg_5_6(self) -> Self
fn min_h_neg_5_6(self) -> Self
Sets the minimum height of the element. Docs
80% (5/6)
Sourcefn min_h_1_12(self) -> Self
fn min_h_1_12(self) -> Self
Sets the minimum height of the element. Docs
8% (1/12)
Sourcefn min_h_neg_1_12(self) -> Self
fn min_h_neg_1_12(self) -> Self
Sets the minimum height of the element. Docs
8% (1/12)
Sourcefn max_w(self, length: impl Clone + Into<Length>) -> Self
fn max_w(self, length: impl Clone + Into<Length>) -> Self
Sets the maximum width of the element. Docs
Sourcefn max_w_neg_0(self) -> Self
fn max_w_neg_0(self) -> Self
Sets the maximum width of the element. Docs
0px
Sourcefn max_w_neg_0p5(self) -> Self
fn max_w_neg_0p5(self) -> Self
Sets the maximum width of the element. Docs
2px (0.125rem)
Sourcefn max_w_neg_1(self) -> Self
fn max_w_neg_1(self) -> Self
Sets the maximum width of the element. Docs
4px (0.25rem)
Sourcefn max_w_neg_1p5(self) -> Self
fn max_w_neg_1p5(self) -> Self
Sets the maximum width of the element. Docs
6px (0.375rem)
Sourcefn max_w_neg_2(self) -> Self
fn max_w_neg_2(self) -> Self
Sets the maximum width of the element. Docs
8px (0.5rem)
Sourcefn max_w_neg_2p5(self) -> Self
fn max_w_neg_2p5(self) -> Self
Sets the maximum width of the element. Docs
10px (0.625rem)
Sourcefn max_w_neg_3(self) -> Self
fn max_w_neg_3(self) -> Self
Sets the maximum width of the element. Docs
12px (0.75rem)
Sourcefn max_w_neg_3p5(self) -> Self
fn max_w_neg_3p5(self) -> Self
Sets the maximum width of the element. Docs
14px (0.875rem)
Sourcefn max_w_neg_4(self) -> Self
fn max_w_neg_4(self) -> Self
Sets the maximum width of the element. Docs
16px (1rem)
Sourcefn max_w_neg_5(self) -> Self
fn max_w_neg_5(self) -> Self
Sets the maximum width of the element. Docs
20px (1.25rem)
Sourcefn max_w_neg_6(self) -> Self
fn max_w_neg_6(self) -> Self
Sets the maximum width of the element. Docs
24px (1.5rem)
Sourcefn max_w_neg_7(self) -> Self
fn max_w_neg_7(self) -> Self
Sets the maximum width of the element. Docs
28px (1.75rem)
Sourcefn max_w_neg_8(self) -> Self
fn max_w_neg_8(self) -> Self
Sets the maximum width of the element. Docs
32px (2rem)
Sourcefn max_w_neg_9(self) -> Self
fn max_w_neg_9(self) -> Self
Sets the maximum width of the element. Docs
36px (2.25rem)
Sourcefn max_w_neg_10(self) -> Self
fn max_w_neg_10(self) -> Self
Sets the maximum width of the element. Docs
40px (2.5rem)
Sourcefn max_w_neg_11(self) -> Self
fn max_w_neg_11(self) -> Self
Sets the maximum width of the element. Docs
44px (2.75rem)
Sourcefn max_w_neg_12(self) -> Self
fn max_w_neg_12(self) -> Self
Sets the maximum width of the element. Docs
48px (3rem)
Sourcefn max_w_neg_16(self) -> Self
fn max_w_neg_16(self) -> Self
Sets the maximum width of the element. Docs
64px (4rem)
Sourcefn max_w_neg_20(self) -> Self
fn max_w_neg_20(self) -> Self
Sets the maximum width of the element. Docs
80px (5rem)
Sourcefn max_w_neg_24(self) -> Self
fn max_w_neg_24(self) -> Self
Sets the maximum width of the element. Docs
96px (6rem)
Sourcefn max_w_neg_32(self) -> Self
fn max_w_neg_32(self) -> Self
Sets the maximum width of the element. Docs
128px (8rem)
Sourcefn max_w_neg_40(self) -> Self
fn max_w_neg_40(self) -> Self
Sets the maximum width of the element. Docs
160px (10rem)
Sourcefn max_w_neg_48(self) -> Self
fn max_w_neg_48(self) -> Self
Sets the maximum width of the element. Docs
192px (12rem)
Sourcefn max_w_neg_56(self) -> Self
fn max_w_neg_56(self) -> Self
Sets the maximum width of the element. Docs
224px (14rem)
Sourcefn max_w_neg_64(self) -> Self
fn max_w_neg_64(self) -> Self
Sets the maximum width of the element. Docs
256px (16rem)
Sourcefn max_w_neg_72(self) -> Self
fn max_w_neg_72(self) -> Self
Sets the maximum width of the element. Docs
288px (18rem)
Sourcefn max_w_neg_80(self) -> Self
fn max_w_neg_80(self) -> Self
Sets the maximum width of the element. Docs
320px (20rem)
Sourcefn max_w_neg_96(self) -> Self
fn max_w_neg_96(self) -> Self
Sets the maximum width of the element. Docs
384px (24rem)
Sourcefn max_w_neg_112(self) -> Self
fn max_w_neg_112(self) -> Self
Sets the maximum width of the element. Docs
448px (28rem)
Sourcefn max_w_neg_128(self) -> Self
fn max_w_neg_128(self) -> Self
Sets the maximum width of the element. Docs
512px (32rem)
Sourcefn max_w_auto(self) -> Self
fn max_w_auto(self) -> Self
Sets the maximum width of the element. Docs
Auto
Sourcefn max_w_neg_px(self) -> Self
fn max_w_neg_px(self) -> Self
Sets the maximum width of the element. Docs
1px
Sourcefn max_w_full(self) -> Self
fn max_w_full(self) -> Self
Sets the maximum width of the element. Docs
100%
Sourcefn max_w_neg_full(self) -> Self
fn max_w_neg_full(self) -> Self
Sets the maximum width of the element. Docs
100%
Sourcefn max_w_neg_1_2(self) -> Self
fn max_w_neg_1_2(self) -> Self
Sets the maximum width of the element. Docs
50% (1/2)
Sourcefn max_w_neg_1_3(self) -> Self
fn max_w_neg_1_3(self) -> Self
Sets the maximum width of the element. Docs
33% (1/3)
Sourcefn max_w_neg_2_3(self) -> Self
fn max_w_neg_2_3(self) -> Self
Sets the maximum width of the element. Docs
66% (2/3)
Sourcefn max_w_neg_1_4(self) -> Self
fn max_w_neg_1_4(self) -> Self
Sets the maximum width of the element. Docs
25% (1/4)
Sourcefn max_w_neg_2_4(self) -> Self
fn max_w_neg_2_4(self) -> Self
Sets the maximum width of the element. Docs
50% (2/4)
Sourcefn max_w_neg_3_4(self) -> Self
fn max_w_neg_3_4(self) -> Self
Sets the maximum width of the element. Docs
75% (3/4)
Sourcefn max_w_neg_1_5(self) -> Self
fn max_w_neg_1_5(self) -> Self
Sets the maximum width of the element. Docs
20% (1/5)
Sourcefn max_w_neg_2_5(self) -> Self
fn max_w_neg_2_5(self) -> Self
Sets the maximum width of the element. Docs
40% (2/5)
Sourcefn max_w_neg_3_5(self) -> Self
fn max_w_neg_3_5(self) -> Self
Sets the maximum width of the element. Docs
60% (3/5)
Sourcefn max_w_neg_4_5(self) -> Self
fn max_w_neg_4_5(self) -> Self
Sets the maximum width of the element. Docs
80% (4/5)
Sourcefn max_w_neg_1_6(self) -> Self
fn max_w_neg_1_6(self) -> Self
Sets the maximum width of the element. Docs
16% (1/6)
Sourcefn max_w_neg_5_6(self) -> Self
fn max_w_neg_5_6(self) -> Self
Sets the maximum width of the element. Docs
80% (5/6)
Sourcefn max_w_1_12(self) -> Self
fn max_w_1_12(self) -> Self
Sets the maximum width of the element. Docs
8% (1/12)
Sourcefn max_w_neg_1_12(self) -> Self
fn max_w_neg_1_12(self) -> Self
Sets the maximum width of the element. Docs
8% (1/12)
Sourcefn max_h(self, length: impl Clone + Into<Length>) -> Self
fn max_h(self, length: impl Clone + Into<Length>) -> Self
Sets the maximum height of the element. Docs
Sourcefn max_h_neg_0(self) -> Self
fn max_h_neg_0(self) -> Self
Sets the maximum height of the element. Docs
0px
Sourcefn max_h_neg_0p5(self) -> Self
fn max_h_neg_0p5(self) -> Self
Sets the maximum height of the element. Docs
2px (0.125rem)
Sourcefn max_h_neg_1(self) -> Self
fn max_h_neg_1(self) -> Self
Sets the maximum height of the element. Docs
4px (0.25rem)
Sourcefn max_h_neg_1p5(self) -> Self
fn max_h_neg_1p5(self) -> Self
Sets the maximum height of the element. Docs
6px (0.375rem)
Sourcefn max_h_neg_2(self) -> Self
fn max_h_neg_2(self) -> Self
Sets the maximum height of the element. Docs
8px (0.5rem)
Sourcefn max_h_neg_2p5(self) -> Self
fn max_h_neg_2p5(self) -> Self
Sets the maximum height of the element. Docs
10px (0.625rem)
Sourcefn max_h_neg_3(self) -> Self
fn max_h_neg_3(self) -> Self
Sets the maximum height of the element. Docs
12px (0.75rem)
Sourcefn max_h_neg_3p5(self) -> Self
fn max_h_neg_3p5(self) -> Self
Sets the maximum height of the element. Docs
14px (0.875rem)
Sourcefn max_h_neg_4(self) -> Self
fn max_h_neg_4(self) -> Self
Sets the maximum height of the element. Docs
16px (1rem)
Sourcefn max_h_neg_5(self) -> Self
fn max_h_neg_5(self) -> Self
Sets the maximum height of the element. Docs
20px (1.25rem)
Sourcefn max_h_neg_6(self) -> Self
fn max_h_neg_6(self) -> Self
Sets the maximum height of the element. Docs
24px (1.5rem)
Sourcefn max_h_neg_7(self) -> Self
fn max_h_neg_7(self) -> Self
Sets the maximum height of the element. Docs
28px (1.75rem)
Sourcefn max_h_neg_8(self) -> Self
fn max_h_neg_8(self) -> Self
Sets the maximum height of the element. Docs
32px (2rem)
Sourcefn max_h_neg_9(self) -> Self
fn max_h_neg_9(self) -> Self
Sets the maximum height of the element. Docs
36px (2.25rem)
Sourcefn max_h_neg_10(self) -> Self
fn max_h_neg_10(self) -> Self
Sets the maximum height of the element. Docs
40px (2.5rem)
Sourcefn max_h_neg_11(self) -> Self
fn max_h_neg_11(self) -> Self
Sets the maximum height of the element. Docs
44px (2.75rem)
Sourcefn max_h_neg_12(self) -> Self
fn max_h_neg_12(self) -> Self
Sets the maximum height of the element. Docs
48px (3rem)
Sourcefn max_h_neg_16(self) -> Self
fn max_h_neg_16(self) -> Self
Sets the maximum height of the element. Docs
64px (4rem)
Sourcefn max_h_neg_20(self) -> Self
fn max_h_neg_20(self) -> Self
Sets the maximum height of the element. Docs
80px (5rem)
Sourcefn max_h_neg_24(self) -> Self
fn max_h_neg_24(self) -> Self
Sets the maximum height of the element. Docs
96px (6rem)
Sourcefn max_h_neg_32(self) -> Self
fn max_h_neg_32(self) -> Self
Sets the maximum height of the element. Docs
128px (8rem)
Sourcefn max_h_neg_40(self) -> Self
fn max_h_neg_40(self) -> Self
Sets the maximum height of the element. Docs
160px (10rem)
Sourcefn max_h_neg_48(self) -> Self
fn max_h_neg_48(self) -> Self
Sets the maximum height of the element. Docs
192px (12rem)
Sourcefn max_h_neg_56(self) -> Self
fn max_h_neg_56(self) -> Self
Sets the maximum height of the element. Docs
224px (14rem)
Sourcefn max_h_neg_64(self) -> Self
fn max_h_neg_64(self) -> Self
Sets the maximum height of the element. Docs
256px (16rem)
Sourcefn max_h_neg_72(self) -> Self
fn max_h_neg_72(self) -> Self
Sets the maximum height of the element. Docs
288px (18rem)
Sourcefn max_h_neg_80(self) -> Self
fn max_h_neg_80(self) -> Self
Sets the maximum height of the element. Docs
320px (20rem)
Sourcefn max_h_neg_96(self) -> Self
fn max_h_neg_96(self) -> Self
Sets the maximum height of the element. Docs
384px (24rem)
Sourcefn max_h_neg_112(self) -> Self
fn max_h_neg_112(self) -> Self
Sets the maximum height of the element. Docs
448px (28rem)
Sourcefn max_h_neg_128(self) -> Self
fn max_h_neg_128(self) -> Self
Sets the maximum height of the element. Docs
512px (32rem)
Sourcefn max_h_auto(self) -> Self
fn max_h_auto(self) -> Self
Sets the maximum height of the element. Docs
Auto
Sourcefn max_h_neg_px(self) -> Self
fn max_h_neg_px(self) -> Self
Sets the maximum height of the element. Docs
1px
Sourcefn max_h_full(self) -> Self
fn max_h_full(self) -> Self
Sets the maximum height of the element. Docs
100%
Sourcefn max_h_neg_full(self) -> Self
fn max_h_neg_full(self) -> Self
Sets the maximum height of the element. Docs
100%
Sourcefn max_h_neg_1_2(self) -> Self
fn max_h_neg_1_2(self) -> Self
Sets the maximum height of the element. Docs
50% (1/2)
Sourcefn max_h_neg_1_3(self) -> Self
fn max_h_neg_1_3(self) -> Self
Sets the maximum height of the element. Docs
33% (1/3)
Sourcefn max_h_neg_2_3(self) -> Self
fn max_h_neg_2_3(self) -> Self
Sets the maximum height of the element. Docs
66% (2/3)
Sourcefn max_h_neg_1_4(self) -> Self
fn max_h_neg_1_4(self) -> Self
Sets the maximum height of the element. Docs
25% (1/4)
Sourcefn max_h_neg_2_4(self) -> Self
fn max_h_neg_2_4(self) -> Self
Sets the maximum height of the element. Docs
50% (2/4)
Sourcefn max_h_neg_3_4(self) -> Self
fn max_h_neg_3_4(self) -> Self
Sets the maximum height of the element. Docs
75% (3/4)
Sourcefn max_h_neg_1_5(self) -> Self
fn max_h_neg_1_5(self) -> Self
Sets the maximum height of the element. Docs
20% (1/5)
Sourcefn max_h_neg_2_5(self) -> Self
fn max_h_neg_2_5(self) -> Self
Sets the maximum height of the element. Docs
40% (2/5)
Sourcefn max_h_neg_3_5(self) -> Self
fn max_h_neg_3_5(self) -> Self
Sets the maximum height of the element. Docs
60% (3/5)
Sourcefn max_h_neg_4_5(self) -> Self
fn max_h_neg_4_5(self) -> Self
Sets the maximum height of the element. Docs
80% (4/5)
Sourcefn max_h_neg_1_6(self) -> Self
fn max_h_neg_1_6(self) -> Self
Sets the maximum height of the element. Docs
16% (1/6)
Sourcefn max_h_neg_5_6(self) -> Self
fn max_h_neg_5_6(self) -> Self
Sets the maximum height of the element. Docs
80% (5/6)
Sourcefn max_h_1_12(self) -> Self
fn max_h_1_12(self) -> Self
Sets the maximum height of the element. Docs
8% (1/12)
Sourcefn max_h_neg_1_12(self) -> Self
fn max_h_neg_1_12(self) -> Self
Sets the maximum height of the element. Docs
8% (1/12)
Sourcefn gap(self, length: impl Clone + Into<DefiniteLength>) -> Self
fn gap(self, length: impl Clone + Into<DefiniteLength>) -> Self
Sets the gap between rows and columns in flex layouts. Docs
Sourcefn gap_0p5(self) -> Self
fn gap_0p5(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
2px (0.125rem)
Sourcefn gap_neg_0p5(self) -> Self
fn gap_neg_0p5(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
2px (0.125rem)
Sourcefn gap_1(self) -> Self
fn gap_1(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
4px (0.25rem)
Sourcefn gap_neg_1(self) -> Self
fn gap_neg_1(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
4px (0.25rem)
Sourcefn gap_1p5(self) -> Self
fn gap_1p5(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
6px (0.375rem)
Sourcefn gap_neg_1p5(self) -> Self
fn gap_neg_1p5(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
6px (0.375rem)
Sourcefn gap_2(self) -> Self
fn gap_2(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
8px (0.5rem)
Sourcefn gap_neg_2(self) -> Self
fn gap_neg_2(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
8px (0.5rem)
Sourcefn gap_2p5(self) -> Self
fn gap_2p5(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
10px (0.625rem)
Sourcefn gap_neg_2p5(self) -> Self
fn gap_neg_2p5(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
10px (0.625rem)
Sourcefn gap_3(self) -> Self
fn gap_3(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
12px (0.75rem)
Sourcefn gap_neg_3(self) -> Self
fn gap_neg_3(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
12px (0.75rem)
Sourcefn gap_3p5(self) -> Self
fn gap_3p5(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
14px (0.875rem)
Sourcefn gap_neg_3p5(self) -> Self
fn gap_neg_3p5(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
14px (0.875rem)
Sourcefn gap_neg_4(self) -> Self
fn gap_neg_4(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
16px (1rem)
Sourcefn gap_5(self) -> Self
fn gap_5(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
20px (1.25rem)
Sourcefn gap_neg_5(self) -> Self
fn gap_neg_5(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
20px (1.25rem)
Sourcefn gap_6(self) -> Self
fn gap_6(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
24px (1.5rem)
Sourcefn gap_neg_6(self) -> Self
fn gap_neg_6(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
24px (1.5rem)
Sourcefn gap_7(self) -> Self
fn gap_7(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
28px (1.75rem)
Sourcefn gap_neg_7(self) -> Self
fn gap_neg_7(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
28px (1.75rem)
Sourcefn gap_neg_8(self) -> Self
fn gap_neg_8(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
32px (2rem)
Sourcefn gap_9(self) -> Self
fn gap_9(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
36px (2.25rem)
Sourcefn gap_neg_9(self) -> Self
fn gap_neg_9(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
36px (2.25rem)
Sourcefn gap_10(self) -> Self
fn gap_10(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
40px (2.5rem)
Sourcefn gap_neg_10(self) -> Self
fn gap_neg_10(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
40px (2.5rem)
Sourcefn gap_11(self) -> Self
fn gap_11(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
44px (2.75rem)
Sourcefn gap_neg_11(self) -> Self
fn gap_neg_11(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
44px (2.75rem)
Sourcefn gap_12(self) -> Self
fn gap_12(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
48px (3rem)
Sourcefn gap_neg_12(self) -> Self
fn gap_neg_12(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
48px (3rem)
Sourcefn gap_16(self) -> Self
fn gap_16(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
64px (4rem)
Sourcefn gap_neg_16(self) -> Self
fn gap_neg_16(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
64px (4rem)
Sourcefn gap_20(self) -> Self
fn gap_20(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
80px (5rem)
Sourcefn gap_neg_20(self) -> Self
fn gap_neg_20(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
80px (5rem)
Sourcefn gap_24(self) -> Self
fn gap_24(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
96px (6rem)
Sourcefn gap_neg_24(self) -> Self
fn gap_neg_24(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
96px (6rem)
Sourcefn gap_32(self) -> Self
fn gap_32(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
128px (8rem)
Sourcefn gap_neg_32(self) -> Self
fn gap_neg_32(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
128px (8rem)
Sourcefn gap_40(self) -> Self
fn gap_40(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
160px (10rem)
Sourcefn gap_neg_40(self) -> Self
fn gap_neg_40(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
160px (10rem)
Sourcefn gap_48(self) -> Self
fn gap_48(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
192px (12rem)
Sourcefn gap_neg_48(self) -> Self
fn gap_neg_48(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
192px (12rem)
Sourcefn gap_56(self) -> Self
fn gap_56(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
224px (14rem)
Sourcefn gap_neg_56(self) -> Self
fn gap_neg_56(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
224px (14rem)
Sourcefn gap_64(self) -> Self
fn gap_64(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
256px (16rem)
Sourcefn gap_neg_64(self) -> Self
fn gap_neg_64(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
256px (16rem)
Sourcefn gap_72(self) -> Self
fn gap_72(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
288px (18rem)
Sourcefn gap_neg_72(self) -> Self
fn gap_neg_72(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
288px (18rem)
Sourcefn gap_80(self) -> Self
fn gap_80(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
320px (20rem)
Sourcefn gap_neg_80(self) -> Self
fn gap_neg_80(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
320px (20rem)
Sourcefn gap_96(self) -> Self
fn gap_96(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
384px (24rem)
Sourcefn gap_neg_96(self) -> Self
fn gap_neg_96(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
384px (24rem)
Sourcefn gap_112(self) -> Self
fn gap_112(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
448px (28rem)
Sourcefn gap_neg_112(self) -> Self
fn gap_neg_112(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
448px (28rem)
Sourcefn gap_128(self) -> Self
fn gap_128(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
512px (32rem)
Sourcefn gap_neg_128(self) -> Self
fn gap_neg_128(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
512px (32rem)
Sourcefn gap_neg_px(self) -> Self
fn gap_neg_px(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
1px
Sourcefn gap_neg_full(self) -> Self
fn gap_neg_full(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
100%
Sourcefn gap_neg_1_2(self) -> Self
fn gap_neg_1_2(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
50% (1/2)
Sourcefn gap_neg_1_3(self) -> Self
fn gap_neg_1_3(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
33% (1/3)
Sourcefn gap_neg_2_3(self) -> Self
fn gap_neg_2_3(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
66% (2/3)
Sourcefn gap_neg_1_4(self) -> Self
fn gap_neg_1_4(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
25% (1/4)
Sourcefn gap_neg_2_4(self) -> Self
fn gap_neg_2_4(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
50% (2/4)
Sourcefn gap_neg_3_4(self) -> Self
fn gap_neg_3_4(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
75% (3/4)
Sourcefn gap_neg_1_5(self) -> Self
fn gap_neg_1_5(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
20% (1/5)
Sourcefn gap_neg_2_5(self) -> Self
fn gap_neg_2_5(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
40% (2/5)
Sourcefn gap_neg_3_5(self) -> Self
fn gap_neg_3_5(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
60% (3/5)
Sourcefn gap_neg_4_5(self) -> Self
fn gap_neg_4_5(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
80% (4/5)
Sourcefn gap_neg_1_6(self) -> Self
fn gap_neg_1_6(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
16% (1/6)
Sourcefn gap_neg_5_6(self) -> Self
fn gap_neg_5_6(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
80% (5/6)
Sourcefn gap_1_12(self) -> Self
fn gap_1_12(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
8% (1/12)
Sourcefn gap_neg_1_12(self) -> Self
fn gap_neg_1_12(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
8% (1/12)
Sourcefn gap_x(self, length: impl Clone + Into<DefiniteLength>) -> Self
fn gap_x(self, length: impl Clone + Into<DefiniteLength>) -> Self
Sets the gap between columns in flex layouts. Docs
Sourcefn gap_x_neg_0(self) -> Self
fn gap_x_neg_0(self) -> Self
Sets the gap between columns in flex layouts. Docs
0px
Sourcefn gap_x_neg_0p5(self) -> Self
fn gap_x_neg_0p5(self) -> Self
Sets the gap between columns in flex layouts. Docs
2px (0.125rem)
Sourcefn gap_x_neg_1(self) -> Self
fn gap_x_neg_1(self) -> Self
Sets the gap between columns in flex layouts. Docs
4px (0.25rem)
Sourcefn gap_x_neg_1p5(self) -> Self
fn gap_x_neg_1p5(self) -> Self
Sets the gap between columns in flex layouts. Docs
6px (0.375rem)
Sourcefn gap_x_neg_2(self) -> Self
fn gap_x_neg_2(self) -> Self
Sets the gap between columns in flex layouts. Docs
8px (0.5rem)
Sourcefn gap_x_neg_2p5(self) -> Self
fn gap_x_neg_2p5(self) -> Self
Sets the gap between columns in flex layouts. Docs
10px (0.625rem)
Sourcefn gap_x_neg_3(self) -> Self
fn gap_x_neg_3(self) -> Self
Sets the gap between columns in flex layouts. Docs
12px (0.75rem)
Sourcefn gap_x_neg_3p5(self) -> Self
fn gap_x_neg_3p5(self) -> Self
Sets the gap between columns in flex layouts. Docs
14px (0.875rem)
Sourcefn gap_x_neg_4(self) -> Self
fn gap_x_neg_4(self) -> Self
Sets the gap between columns in flex layouts. Docs
16px (1rem)
Sourcefn gap_x_neg_5(self) -> Self
fn gap_x_neg_5(self) -> Self
Sets the gap between columns in flex layouts. Docs
20px (1.25rem)
Sourcefn gap_x_neg_6(self) -> Self
fn gap_x_neg_6(self) -> Self
Sets the gap between columns in flex layouts. Docs
24px (1.5rem)
Sourcefn gap_x_neg_7(self) -> Self
fn gap_x_neg_7(self) -> Self
Sets the gap between columns in flex layouts. Docs
28px (1.75rem)
Sourcefn gap_x_neg_8(self) -> Self
fn gap_x_neg_8(self) -> Self
Sets the gap between columns in flex layouts. Docs
32px (2rem)
Sourcefn gap_x_neg_9(self) -> Self
fn gap_x_neg_9(self) -> Self
Sets the gap between columns in flex layouts. Docs
36px (2.25rem)
Sourcefn gap_x_neg_10(self) -> Self
fn gap_x_neg_10(self) -> Self
Sets the gap between columns in flex layouts. Docs
40px (2.5rem)
Sourcefn gap_x_neg_11(self) -> Self
fn gap_x_neg_11(self) -> Self
Sets the gap between columns in flex layouts. Docs
44px (2.75rem)
Sourcefn gap_x_neg_12(self) -> Self
fn gap_x_neg_12(self) -> Self
Sets the gap between columns in flex layouts. Docs
48px (3rem)
Sourcefn gap_x_neg_16(self) -> Self
fn gap_x_neg_16(self) -> Self
Sets the gap between columns in flex layouts. Docs
64px (4rem)
Sourcefn gap_x_neg_20(self) -> Self
fn gap_x_neg_20(self) -> Self
Sets the gap between columns in flex layouts. Docs
80px (5rem)
Sourcefn gap_x_neg_24(self) -> Self
fn gap_x_neg_24(self) -> Self
Sets the gap between columns in flex layouts. Docs
96px (6rem)
Sourcefn gap_x_neg_32(self) -> Self
fn gap_x_neg_32(self) -> Self
Sets the gap between columns in flex layouts. Docs
128px (8rem)
Sourcefn gap_x_neg_40(self) -> Self
fn gap_x_neg_40(self) -> Self
Sets the gap between columns in flex layouts. Docs
160px (10rem)
Sourcefn gap_x_neg_48(self) -> Self
fn gap_x_neg_48(self) -> Self
Sets the gap between columns in flex layouts. Docs
192px (12rem)
Sourcefn gap_x_neg_56(self) -> Self
fn gap_x_neg_56(self) -> Self
Sets the gap between columns in flex layouts. Docs
224px (14rem)
Sourcefn gap_x_neg_64(self) -> Self
fn gap_x_neg_64(self) -> Self
Sets the gap between columns in flex layouts. Docs
256px (16rem)
Sourcefn gap_x_neg_72(self) -> Self
fn gap_x_neg_72(self) -> Self
Sets the gap between columns in flex layouts. Docs
288px (18rem)
Sourcefn gap_x_neg_80(self) -> Self
fn gap_x_neg_80(self) -> Self
Sets the gap between columns in flex layouts. Docs
320px (20rem)
Sourcefn gap_x_neg_96(self) -> Self
fn gap_x_neg_96(self) -> Self
Sets the gap between columns in flex layouts. Docs
384px (24rem)
Sourcefn gap_x_neg_112(self) -> Self
fn gap_x_neg_112(self) -> Self
Sets the gap between columns in flex layouts. Docs
448px (28rem)
Sourcefn gap_x_neg_128(self) -> Self
fn gap_x_neg_128(self) -> Self
Sets the gap between columns in flex layouts. Docs
512px (32rem)
Sourcefn gap_x_neg_px(self) -> Self
fn gap_x_neg_px(self) -> Self
Sets the gap between columns in flex layouts. Docs
1px
Sourcefn gap_x_full(self) -> Self
fn gap_x_full(self) -> Self
Sets the gap between columns in flex layouts. Docs
100%
Sourcefn gap_x_neg_full(self) -> Self
fn gap_x_neg_full(self) -> Self
Sets the gap between columns in flex layouts. Docs
100%
Sourcefn gap_x_neg_1_2(self) -> Self
fn gap_x_neg_1_2(self) -> Self
Sets the gap between columns in flex layouts. Docs
50% (1/2)
Sourcefn gap_x_neg_1_3(self) -> Self
fn gap_x_neg_1_3(self) -> Self
Sets the gap between columns in flex layouts. Docs
33% (1/3)
Sourcefn gap_x_neg_2_3(self) -> Self
fn gap_x_neg_2_3(self) -> Self
Sets the gap between columns in flex layouts. Docs
66% (2/3)
Sourcefn gap_x_neg_1_4(self) -> Self
fn gap_x_neg_1_4(self) -> Self
Sets the gap between columns in flex layouts. Docs
25% (1/4)
Sourcefn gap_x_neg_2_4(self) -> Self
fn gap_x_neg_2_4(self) -> Self
Sets the gap between columns in flex layouts. Docs
50% (2/4)
Sourcefn gap_x_neg_3_4(self) -> Self
fn gap_x_neg_3_4(self) -> Self
Sets the gap between columns in flex layouts. Docs
75% (3/4)
Sourcefn gap_x_neg_1_5(self) -> Self
fn gap_x_neg_1_5(self) -> Self
Sets the gap between columns in flex layouts. Docs
20% (1/5)
Sourcefn gap_x_neg_2_5(self) -> Self
fn gap_x_neg_2_5(self) -> Self
Sets the gap between columns in flex layouts. Docs
40% (2/5)
Sourcefn gap_x_neg_3_5(self) -> Self
fn gap_x_neg_3_5(self) -> Self
Sets the gap between columns in flex layouts. Docs
60% (3/5)
Sourcefn gap_x_neg_4_5(self) -> Self
fn gap_x_neg_4_5(self) -> Self
Sets the gap between columns in flex layouts. Docs
80% (4/5)
Sourcefn gap_x_neg_1_6(self) -> Self
fn gap_x_neg_1_6(self) -> Self
Sets the gap between columns in flex layouts. Docs
16% (1/6)
Sourcefn gap_x_neg_5_6(self) -> Self
fn gap_x_neg_5_6(self) -> Self
Sets the gap between columns in flex layouts. Docs
80% (5/6)
Sourcefn gap_x_1_12(self) -> Self
fn gap_x_1_12(self) -> Self
Sets the gap between columns in flex layouts. Docs
8% (1/12)
Sourcefn gap_x_neg_1_12(self) -> Self
fn gap_x_neg_1_12(self) -> Self
Sets the gap between columns in flex layouts. Docs
8% (1/12)
Sourcefn gap_y(self, length: impl Clone + Into<DefiniteLength>) -> Self
fn gap_y(self, length: impl Clone + Into<DefiniteLength>) -> Self
Sets the gap between rows in flex layouts. Docs
Sourcefn gap_y_neg_0(self) -> Self
fn gap_y_neg_0(self) -> Self
Sets the gap between rows in flex layouts. Docs
0px
Sourcefn gap_y_neg_0p5(self) -> Self
fn gap_y_neg_0p5(self) -> Self
Sets the gap between rows in flex layouts. Docs
2px (0.125rem)
Sourcefn gap_y_neg_1(self) -> Self
fn gap_y_neg_1(self) -> Self
Sets the gap between rows in flex layouts. Docs
4px (0.25rem)
Sourcefn gap_y_neg_1p5(self) -> Self
fn gap_y_neg_1p5(self) -> Self
Sets the gap between rows in flex layouts. Docs
6px (0.375rem)
Sourcefn gap_y_neg_2(self) -> Self
fn gap_y_neg_2(self) -> Self
Sets the gap between rows in flex layouts. Docs
8px (0.5rem)
Sourcefn gap_y_neg_2p5(self) -> Self
fn gap_y_neg_2p5(self) -> Self
Sets the gap between rows in flex layouts. Docs
10px (0.625rem)
Sourcefn gap_y_neg_3(self) -> Self
fn gap_y_neg_3(self) -> Self
Sets the gap between rows in flex layouts. Docs
12px (0.75rem)
Sourcefn gap_y_neg_3p5(self) -> Self
fn gap_y_neg_3p5(self) -> Self
Sets the gap between rows in flex layouts. Docs
14px (0.875rem)
Sourcefn gap_y_neg_4(self) -> Self
fn gap_y_neg_4(self) -> Self
Sets the gap between rows in flex layouts. Docs
16px (1rem)
Sourcefn gap_y_neg_5(self) -> Self
fn gap_y_neg_5(self) -> Self
Sets the gap between rows in flex layouts. Docs
20px (1.25rem)
Sourcefn gap_y_neg_6(self) -> Self
fn gap_y_neg_6(self) -> Self
Sets the gap between rows in flex layouts. Docs
24px (1.5rem)
Sourcefn gap_y_neg_7(self) -> Self
fn gap_y_neg_7(self) -> Self
Sets the gap between rows in flex layouts. Docs
28px (1.75rem)
Sourcefn gap_y_neg_8(self) -> Self
fn gap_y_neg_8(self) -> Self
Sets the gap between rows in flex layouts. Docs
32px (2rem)
Sourcefn gap_y_neg_9(self) -> Self
fn gap_y_neg_9(self) -> Self
Sets the gap between rows in flex layouts. Docs
36px (2.25rem)
Sourcefn gap_y_neg_10(self) -> Self
fn gap_y_neg_10(self) -> Self
Sets the gap between rows in flex layouts. Docs
40px (2.5rem)
Sourcefn gap_y_neg_11(self) -> Self
fn gap_y_neg_11(self) -> Self
Sets the gap between rows in flex layouts. Docs
44px (2.75rem)
Sourcefn gap_y_neg_12(self) -> Self
fn gap_y_neg_12(self) -> Self
Sets the gap between rows in flex layouts. Docs
48px (3rem)
Sourcefn gap_y_neg_16(self) -> Self
fn gap_y_neg_16(self) -> Self
Sets the gap between rows in flex layouts. Docs
64px (4rem)
Sourcefn gap_y_neg_20(self) -> Self
fn gap_y_neg_20(self) -> Self
Sets the gap between rows in flex layouts. Docs
80px (5rem)
Sourcefn gap_y_neg_24(self) -> Self
fn gap_y_neg_24(self) -> Self
Sets the gap between rows in flex layouts. Docs
96px (6rem)
Sourcefn gap_y_neg_32(self) -> Self
fn gap_y_neg_32(self) -> Self
Sets the gap between rows in flex layouts. Docs
128px (8rem)
Sourcefn gap_y_neg_40(self) -> Self
fn gap_y_neg_40(self) -> Self
Sets the gap between rows in flex layouts. Docs
160px (10rem)
Sourcefn gap_y_neg_48(self) -> Self
fn gap_y_neg_48(self) -> Self
Sets the gap between rows in flex layouts. Docs
192px (12rem)
Sourcefn gap_y_neg_56(self) -> Self
fn gap_y_neg_56(self) -> Self
Sets the gap between rows in flex layouts. Docs
224px (14rem)
Sourcefn gap_y_neg_64(self) -> Self
fn gap_y_neg_64(self) -> Self
Sets the gap between rows in flex layouts. Docs
256px (16rem)
Sourcefn gap_y_neg_72(self) -> Self
fn gap_y_neg_72(self) -> Self
Sets the gap between rows in flex layouts. Docs
288px (18rem)
Sourcefn gap_y_neg_80(self) -> Self
fn gap_y_neg_80(self) -> Self
Sets the gap between rows in flex layouts. Docs
320px (20rem)
Sourcefn gap_y_neg_96(self) -> Self
fn gap_y_neg_96(self) -> Self
Sets the gap between rows in flex layouts. Docs
384px (24rem)
Sourcefn gap_y_neg_112(self) -> Self
fn gap_y_neg_112(self) -> Self
Sets the gap between rows in flex layouts. Docs
448px (28rem)
Sourcefn gap_y_neg_128(self) -> Self
fn gap_y_neg_128(self) -> Self
Sets the gap between rows in flex layouts. Docs
512px (32rem)
Sourcefn gap_y_neg_px(self) -> Self
fn gap_y_neg_px(self) -> Self
Sets the gap between rows in flex layouts. Docs
1px
Sourcefn gap_y_full(self) -> Self
fn gap_y_full(self) -> Self
Sets the gap between rows in flex layouts. Docs
100%
Sourcefn gap_y_neg_full(self) -> Self
fn gap_y_neg_full(self) -> Self
Sets the gap between rows in flex layouts. Docs
100%
Sourcefn gap_y_neg_1_2(self) -> Self
fn gap_y_neg_1_2(self) -> Self
Sets the gap between rows in flex layouts. Docs
50% (1/2)
Sourcefn gap_y_neg_1_3(self) -> Self
fn gap_y_neg_1_3(self) -> Self
Sets the gap between rows in flex layouts. Docs
33% (1/3)
Sourcefn gap_y_neg_2_3(self) -> Self
fn gap_y_neg_2_3(self) -> Self
Sets the gap between rows in flex layouts. Docs
66% (2/3)
Sourcefn gap_y_neg_1_4(self) -> Self
fn gap_y_neg_1_4(self) -> Self
Sets the gap between rows in flex layouts. Docs
25% (1/4)
Sourcefn gap_y_neg_2_4(self) -> Self
fn gap_y_neg_2_4(self) -> Self
Sets the gap between rows in flex layouts. Docs
50% (2/4)
Sourcefn gap_y_neg_3_4(self) -> Self
fn gap_y_neg_3_4(self) -> Self
Sets the gap between rows in flex layouts. Docs
75% (3/4)
Sourcefn gap_y_neg_1_5(self) -> Self
fn gap_y_neg_1_5(self) -> Self
Sets the gap between rows in flex layouts. Docs
20% (1/5)
Sourcefn gap_y_neg_2_5(self) -> Self
fn gap_y_neg_2_5(self) -> Self
Sets the gap between rows in flex layouts. Docs
40% (2/5)
Sourcefn gap_y_neg_3_5(self) -> Self
fn gap_y_neg_3_5(self) -> Self
Sets the gap between rows in flex layouts. Docs
60% (3/5)
Sourcefn gap_y_neg_4_5(self) -> Self
fn gap_y_neg_4_5(self) -> Self
Sets the gap between rows in flex layouts. Docs
80% (4/5)
Sourcefn gap_y_neg_1_6(self) -> Self
fn gap_y_neg_1_6(self) -> Self
Sets the gap between rows in flex layouts. Docs
16% (1/6)
Sourcefn gap_y_neg_5_6(self) -> Self
fn gap_y_neg_5_6(self) -> Self
Sets the gap between rows in flex layouts. Docs
80% (5/6)
Sourcefn gap_y_1_12(self) -> Self
fn gap_y_1_12(self) -> Self
Sets the gap between rows in flex layouts. Docs
8% (1/12)
Sourcefn gap_y_neg_1_12(self) -> Self
fn gap_y_neg_1_12(self) -> Self
Sets the gap between rows in flex layouts. Docs
8% (1/12)
Sourcefn rounded(self, length: impl Clone + Into<AbsoluteLength>) -> Self
fn rounded(self, length: impl Clone + Into<AbsoluteLength>) -> Self
Sets the border radius of the element. Docs
Sourcefn rounded_none(self) -> Self
fn rounded_none(self) -> Self
Sets the border radius of the element. Docs
0px
Sourcefn rounded_xs(self) -> Self
fn rounded_xs(self) -> Self
Sets the border radius of the element. Docs
2px (0.125rem)
Sourcefn rounded_sm(self) -> Self
fn rounded_sm(self) -> Self
Sets the border radius of the element. Docs
4px (0.25rem)
Sourcefn rounded_md(self) -> Self
fn rounded_md(self) -> Self
Sets the border radius of the element. Docs
6px (0.375rem)
Sourcefn rounded_lg(self) -> Self
fn rounded_lg(self) -> Self
Sets the border radius of the element. Docs
8px (0.5rem)
Sourcefn rounded_xl(self) -> Self
fn rounded_xl(self) -> Self
Sets the border radius of the element. Docs
12px (0.75rem)
Sourcefn rounded_2xl(self) -> Self
fn rounded_2xl(self) -> Self
Sets the border radius of the element. Docs
16px (1rem)
Sourcefn rounded_3xl(self) -> Self
fn rounded_3xl(self) -> Self
Sets the border radius of the element. Docs
24px (1.5rem)
Sourcefn rounded_full(self) -> Self
fn rounded_full(self) -> Self
Sets the border radius of the element. Docs
9999px
Sourcefn rounded_t(self, length: impl Clone + Into<AbsoluteLength>) -> Self
fn rounded_t(self, length: impl Clone + Into<AbsoluteLength>) -> Self
Sets the border radius of the top side of the element. Docs
Sourcefn rounded_t_none(self) -> Self
fn rounded_t_none(self) -> Self
Sets the border radius of the top side of the element. Docs
0px
Sourcefn rounded_t_xs(self) -> Self
fn rounded_t_xs(self) -> Self
Sets the border radius of the top side of the element. Docs
2px (0.125rem)
Sourcefn rounded_t_sm(self) -> Self
fn rounded_t_sm(self) -> Self
Sets the border radius of the top side of the element. Docs
4px (0.25rem)
Sourcefn rounded_t_md(self) -> Self
fn rounded_t_md(self) -> Self
Sets the border radius of the top side of the element. Docs
6px (0.375rem)
Sourcefn rounded_t_lg(self) -> Self
fn rounded_t_lg(self) -> Self
Sets the border radius of the top side of the element. Docs
8px (0.5rem)
Sourcefn rounded_t_xl(self) -> Self
fn rounded_t_xl(self) -> Self
Sets the border radius of the top side of the element. Docs
12px (0.75rem)
Sourcefn rounded_t_2xl(self) -> Self
fn rounded_t_2xl(self) -> Self
Sets the border radius of the top side of the element. Docs
16px (1rem)
Sourcefn rounded_t_3xl(self) -> Self
fn rounded_t_3xl(self) -> Self
Sets the border radius of the top side of the element. Docs
24px (1.5rem)
Sourcefn rounded_t_full(self) -> Self
fn rounded_t_full(self) -> Self
Sets the border radius of the top side of the element. Docs
9999px
Sourcefn rounded_b(self, length: impl Clone + Into<AbsoluteLength>) -> Self
fn rounded_b(self, length: impl Clone + Into<AbsoluteLength>) -> Self
Sets the border radius of the bottom side of the element. Docs
Sourcefn rounded_b_none(self) -> Self
fn rounded_b_none(self) -> Self
Sets the border radius of the bottom side of the element. Docs
0px
Sourcefn rounded_b_xs(self) -> Self
fn rounded_b_xs(self) -> Self
Sets the border radius of the bottom side of the element. Docs
2px (0.125rem)
Sourcefn rounded_b_sm(self) -> Self
fn rounded_b_sm(self) -> Self
Sets the border radius of the bottom side of the element. Docs
4px (0.25rem)
Sourcefn rounded_b_md(self) -> Self
fn rounded_b_md(self) -> Self
Sets the border radius of the bottom side of the element. Docs
6px (0.375rem)
Sourcefn rounded_b_lg(self) -> Self
fn rounded_b_lg(self) -> Self
Sets the border radius of the bottom side of the element. Docs
8px (0.5rem)
Sourcefn rounded_b_xl(self) -> Self
fn rounded_b_xl(self) -> Self
Sets the border radius of the bottom side of the element. Docs
12px (0.75rem)
Sourcefn rounded_b_2xl(self) -> Self
fn rounded_b_2xl(self) -> Self
Sets the border radius of the bottom side of the element. Docs
16px (1rem)
Sourcefn rounded_b_3xl(self) -> Self
fn rounded_b_3xl(self) -> Self
Sets the border radius of the bottom side of the element. Docs
24px (1.5rem)
Sourcefn rounded_b_full(self) -> Self
fn rounded_b_full(self) -> Self
Sets the border radius of the bottom side of the element. Docs
9999px
Sourcefn rounded_r(self, length: impl Clone + Into<AbsoluteLength>) -> Self
fn rounded_r(self, length: impl Clone + Into<AbsoluteLength>) -> Self
Sets the border radius of the right side of the element. Docs
Sourcefn rounded_r_none(self) -> Self
fn rounded_r_none(self) -> Self
Sets the border radius of the right side of the element. Docs
0px
Sourcefn rounded_r_xs(self) -> Self
fn rounded_r_xs(self) -> Self
Sets the border radius of the right side of the element. Docs
2px (0.125rem)
Sourcefn rounded_r_sm(self) -> Self
fn rounded_r_sm(self) -> Self
Sets the border radius of the right side of the element. Docs
4px (0.25rem)
Sourcefn rounded_r_md(self) -> Self
fn rounded_r_md(self) -> Self
Sets the border radius of the right side of the element. Docs
6px (0.375rem)
Sourcefn rounded_r_lg(self) -> Self
fn rounded_r_lg(self) -> Self
Sets the border radius of the right side of the element. Docs
8px (0.5rem)
Sourcefn rounded_r_xl(self) -> Self
fn rounded_r_xl(self) -> Self
Sets the border radius of the right side of the element. Docs
12px (0.75rem)
Sourcefn rounded_r_2xl(self) -> Self
fn rounded_r_2xl(self) -> Self
Sets the border radius of the right side of the element. Docs
16px (1rem)
Sourcefn rounded_r_3xl(self) -> Self
fn rounded_r_3xl(self) -> Self
Sets the border radius of the right side of the element. Docs
24px (1.5rem)
Sourcefn rounded_r_full(self) -> Self
fn rounded_r_full(self) -> Self
Sets the border radius of the right side of the element. Docs
9999px
Sourcefn rounded_l(self, length: impl Clone + Into<AbsoluteLength>) -> Self
fn rounded_l(self, length: impl Clone + Into<AbsoluteLength>) -> Self
Sets the border radius of the left side of the element. Docs
Sourcefn rounded_l_none(self) -> Self
fn rounded_l_none(self) -> Self
Sets the border radius of the left side of the element. Docs
0px
Sourcefn rounded_l_xs(self) -> Self
fn rounded_l_xs(self) -> Self
Sets the border radius of the left side of the element. Docs
2px (0.125rem)
Sourcefn rounded_l_sm(self) -> Self
fn rounded_l_sm(self) -> Self
Sets the border radius of the left side of the element. Docs
4px (0.25rem)
Sourcefn rounded_l_md(self) -> Self
fn rounded_l_md(self) -> Self
Sets the border radius of the left side of the element. Docs
6px (0.375rem)
Sourcefn rounded_l_lg(self) -> Self
fn rounded_l_lg(self) -> Self
Sets the border radius of the left side of the element. Docs
8px (0.5rem)
Sourcefn rounded_l_xl(self) -> Self
fn rounded_l_xl(self) -> Self
Sets the border radius of the left side of the element. Docs
12px (0.75rem)
Sourcefn rounded_l_2xl(self) -> Self
fn rounded_l_2xl(self) -> Self
Sets the border radius of the left side of the element. Docs
16px (1rem)
Sourcefn rounded_l_3xl(self) -> Self
fn rounded_l_3xl(self) -> Self
Sets the border radius of the left side of the element. Docs
24px (1.5rem)
Sourcefn rounded_l_full(self) -> Self
fn rounded_l_full(self) -> Self
Sets the border radius of the left side of the element. Docs
9999px
Sourcefn rounded_tl(self, length: impl Clone + Into<AbsoluteLength>) -> Self
fn rounded_tl(self, length: impl Clone + Into<AbsoluteLength>) -> Self
Sets the border radius of the top left corner of the element. Docs
Sourcefn rounded_tl_none(self) -> Self
fn rounded_tl_none(self) -> Self
Sets the border radius of the top left corner of the element. Docs
0px
Sourcefn rounded_tl_xs(self) -> Self
fn rounded_tl_xs(self) -> Self
Sets the border radius of the top left corner of the element. Docs
2px (0.125rem)
Sourcefn rounded_tl_sm(self) -> Self
fn rounded_tl_sm(self) -> Self
Sets the border radius of the top left corner of the element. Docs
4px (0.25rem)
Sourcefn rounded_tl_md(self) -> Self
fn rounded_tl_md(self) -> Self
Sets the border radius of the top left corner of the element. Docs
6px (0.375rem)
Sourcefn rounded_tl_lg(self) -> Self
fn rounded_tl_lg(self) -> Self
Sets the border radius of the top left corner of the element. Docs
8px (0.5rem)
Sourcefn rounded_tl_xl(self) -> Self
fn rounded_tl_xl(self) -> Self
Sets the border radius of the top left corner of the element. Docs
12px (0.75rem)
Sourcefn rounded_tl_2xl(self) -> Self
fn rounded_tl_2xl(self) -> Self
Sets the border radius of the top left corner of the element. Docs
16px (1rem)
Sourcefn rounded_tl_3xl(self) -> Self
fn rounded_tl_3xl(self) -> Self
Sets the border radius of the top left corner of the element. Docs
24px (1.5rem)
Sourcefn rounded_tl_full(self) -> Self
fn rounded_tl_full(self) -> Self
Sets the border radius of the top left corner of the element. Docs
9999px
Sourcefn rounded_tr(self, length: impl Clone + Into<AbsoluteLength>) -> Self
fn rounded_tr(self, length: impl Clone + Into<AbsoluteLength>) -> Self
Sets the border radius of the top right corner of the element. Docs
Sourcefn rounded_tr_none(self) -> Self
fn rounded_tr_none(self) -> Self
Sets the border radius of the top right corner of the element. Docs
0px
Sourcefn rounded_tr_xs(self) -> Self
fn rounded_tr_xs(self) -> Self
Sets the border radius of the top right corner of the element. Docs
2px (0.125rem)
Sourcefn rounded_tr_sm(self) -> Self
fn rounded_tr_sm(self) -> Self
Sets the border radius of the top right corner of the element. Docs
4px (0.25rem)
Sourcefn rounded_tr_md(self) -> Self
fn rounded_tr_md(self) -> Self
Sets the border radius of the top right corner of the element. Docs
6px (0.375rem)
Sourcefn rounded_tr_lg(self) -> Self
fn rounded_tr_lg(self) -> Self
Sets the border radius of the top right corner of the element. Docs
8px (0.5rem)
Sourcefn rounded_tr_xl(self) -> Self
fn rounded_tr_xl(self) -> Self
Sets the border radius of the top right corner of the element. Docs
12px (0.75rem)
Sourcefn rounded_tr_2xl(self) -> Self
fn rounded_tr_2xl(self) -> Self
Sets the border radius of the top right corner of the element. Docs
16px (1rem)
Sourcefn rounded_tr_3xl(self) -> Self
fn rounded_tr_3xl(self) -> Self
Sets the border radius of the top right corner of the element. Docs
24px (1.5rem)
Sourcefn rounded_tr_full(self) -> Self
fn rounded_tr_full(self) -> Self
Sets the border radius of the top right corner of the element. Docs
9999px
Sourcefn rounded_bl(self, length: impl Clone + Into<AbsoluteLength>) -> Self
fn rounded_bl(self, length: impl Clone + Into<AbsoluteLength>) -> Self
Sets the border radius of the bottom left corner of the element. Docs
Sourcefn rounded_bl_none(self) -> Self
fn rounded_bl_none(self) -> Self
Sets the border radius of the bottom left corner of the element. Docs
0px
Sourcefn rounded_bl_xs(self) -> Self
fn rounded_bl_xs(self) -> Self
Sets the border radius of the bottom left corner of the element. Docs
2px (0.125rem)
Sourcefn rounded_bl_sm(self) -> Self
fn rounded_bl_sm(self) -> Self
Sets the border radius of the bottom left corner of the element. Docs
4px (0.25rem)
Sourcefn rounded_bl_md(self) -> Self
fn rounded_bl_md(self) -> Self
Sets the border radius of the bottom left corner of the element. Docs
6px (0.375rem)
Sourcefn rounded_bl_lg(self) -> Self
fn rounded_bl_lg(self) -> Self
Sets the border radius of the bottom left corner of the element. Docs
8px (0.5rem)
Sourcefn rounded_bl_xl(self) -> Self
fn rounded_bl_xl(self) -> Self
Sets the border radius of the bottom left corner of the element. Docs
12px (0.75rem)
Sourcefn rounded_bl_2xl(self) -> Self
fn rounded_bl_2xl(self) -> Self
Sets the border radius of the bottom left corner of the element. Docs
16px (1rem)
Sourcefn rounded_bl_3xl(self) -> Self
fn rounded_bl_3xl(self) -> Self
Sets the border radius of the bottom left corner of the element. Docs
24px (1.5rem)
Sourcefn rounded_bl_full(self) -> Self
fn rounded_bl_full(self) -> Self
Sets the border radius of the bottom left corner of the element. Docs
9999px
Sourcefn rounded_br(self, length: impl Clone + Into<AbsoluteLength>) -> Self
fn rounded_br(self, length: impl Clone + Into<AbsoluteLength>) -> Self
Sets the border radius of the bottom right corner of the element. Docs
Sourcefn rounded_br_none(self) -> Self
fn rounded_br_none(self) -> Self
Sets the border radius of the bottom right corner of the element. Docs
0px
Sourcefn rounded_br_xs(self) -> Self
fn rounded_br_xs(self) -> Self
Sets the border radius of the bottom right corner of the element. Docs
2px (0.125rem)
Sourcefn rounded_br_sm(self) -> Self
fn rounded_br_sm(self) -> Self
Sets the border radius of the bottom right corner of the element. Docs
4px (0.25rem)
Sourcefn rounded_br_md(self) -> Self
fn rounded_br_md(self) -> Self
Sets the border radius of the bottom right corner of the element. Docs
6px (0.375rem)
Sourcefn rounded_br_lg(self) -> Self
fn rounded_br_lg(self) -> Self
Sets the border radius of the bottom right corner of the element. Docs
8px (0.5rem)
Sourcefn rounded_br_xl(self) -> Self
fn rounded_br_xl(self) -> Self
Sets the border radius of the bottom right corner of the element. Docs
12px (0.75rem)
Sourcefn rounded_br_2xl(self) -> Self
fn rounded_br_2xl(self) -> Self
Sets the border radius of the bottom right corner of the element. Docs
16px (1rem)
Sourcefn rounded_br_3xl(self) -> Self
fn rounded_br_3xl(self) -> Self
Sets the border radius of the bottom right corner of the element. Docs
24px (1.5rem)
Sourcefn rounded_br_full(self) -> Self
fn rounded_br_full(self) -> Self
Sets the border radius of the bottom right corner of the element. Docs
9999px
Sourcefn m_neg_full(self) -> Self
fn m_neg_full(self) -> Self
Sets the margin of the element. Docs
100%
Sourcefn m_neg_1_12(self) -> Self
fn m_neg_1_12(self) -> Self
Sets the margin of the element. Docs
8% (1/12)
Sourcefn mt(self, length: impl Clone + Into<Length>) -> Self
fn mt(self, length: impl Clone + Into<Length>) -> Self
Sets the top margin of the element. Docs
Sourcefn mt_neg_0p5(self) -> Self
fn mt_neg_0p5(self) -> Self
Sets the top margin of the element. Docs
2px (0.125rem)
Sourcefn mt_neg_1p5(self) -> Self
fn mt_neg_1p5(self) -> Self
Sets the top margin of the element. Docs
6px (0.375rem)
Sourcefn mt_neg_2p5(self) -> Self
fn mt_neg_2p5(self) -> Self
Sets the top margin of the element. Docs
10px (0.625rem)
Sourcefn mt_neg_3p5(self) -> Self
fn mt_neg_3p5(self) -> Self
Sets the top margin of the element. Docs
14px (0.875rem)
Sourcefn mt_neg_112(self) -> Self
fn mt_neg_112(self) -> Self
Sets the top margin of the element. Docs
448px (28rem)
Sourcefn mt_neg_128(self) -> Self
fn mt_neg_128(self) -> Self
Sets the top margin of the element. Docs
512px (32rem)
Sourcefn mt_neg_full(self) -> Self
fn mt_neg_full(self) -> Self
Sets the top margin of the element. Docs
100%
Sourcefn mt_neg_1_2(self) -> Self
fn mt_neg_1_2(self) -> Self
Sets the top margin of the element. Docs
50% (1/2)
Sourcefn mt_neg_1_3(self) -> Self
fn mt_neg_1_3(self) -> Self
Sets the top margin of the element. Docs
33% (1/3)
Sourcefn mt_neg_2_3(self) -> Self
fn mt_neg_2_3(self) -> Self
Sets the top margin of the element. Docs
66% (2/3)
Sourcefn mt_neg_1_4(self) -> Self
fn mt_neg_1_4(self) -> Self
Sets the top margin of the element. Docs
25% (1/4)
Sourcefn mt_neg_2_4(self) -> Self
fn mt_neg_2_4(self) -> Self
Sets the top margin of the element. Docs
50% (2/4)
Sourcefn mt_neg_3_4(self) -> Self
fn mt_neg_3_4(self) -> Self
Sets the top margin of the element. Docs
75% (3/4)
Sourcefn mt_neg_1_5(self) -> Self
fn mt_neg_1_5(self) -> Self
Sets the top margin of the element. Docs
20% (1/5)
Sourcefn mt_neg_2_5(self) -> Self
fn mt_neg_2_5(self) -> Self
Sets the top margin of the element. Docs
40% (2/5)
Sourcefn mt_neg_3_5(self) -> Self
fn mt_neg_3_5(self) -> Self
Sets the top margin of the element. Docs
60% (3/5)
Sourcefn mt_neg_4_5(self) -> Self
fn mt_neg_4_5(self) -> Self
Sets the top margin of the element. Docs
80% (4/5)
Sourcefn mt_neg_1_6(self) -> Self
fn mt_neg_1_6(self) -> Self
Sets the top margin of the element. Docs
16% (1/6)
Sourcefn mt_neg_5_6(self) -> Self
fn mt_neg_5_6(self) -> Self
Sets the top margin of the element. Docs
80% (5/6)
Sourcefn mt_neg_1_12(self) -> Self
fn mt_neg_1_12(self) -> Self
Sets the top margin of the element. Docs
8% (1/12)
Sourcefn mb(self, length: impl Clone + Into<Length>) -> Self
fn mb(self, length: impl Clone + Into<Length>) -> Self
Sets the bottom margin of the element. Docs
Sourcefn mb_neg_0p5(self) -> Self
fn mb_neg_0p5(self) -> Self
Sets the bottom margin of the element. Docs
2px (0.125rem)
Sourcefn mb_neg_1p5(self) -> Self
fn mb_neg_1p5(self) -> Self
Sets the bottom margin of the element. Docs
6px (0.375rem)
Sourcefn mb_neg_2p5(self) -> Self
fn mb_neg_2p5(self) -> Self
Sets the bottom margin of the element. Docs
10px (0.625rem)
Sourcefn mb_neg_3p5(self) -> Self
fn mb_neg_3p5(self) -> Self
Sets the bottom margin of the element. Docs
14px (0.875rem)
Sourcefn mb_neg_112(self) -> Self
fn mb_neg_112(self) -> Self
Sets the bottom margin of the element. Docs
448px (28rem)
Sourcefn mb_neg_128(self) -> Self
fn mb_neg_128(self) -> Self
Sets the bottom margin of the element. Docs
512px (32rem)
Sourcefn mb_neg_full(self) -> Self
fn mb_neg_full(self) -> Self
Sets the bottom margin of the element. Docs
100%
Sourcefn mb_neg_1_2(self) -> Self
fn mb_neg_1_2(self) -> Self
Sets the bottom margin of the element. Docs
50% (1/2)
Sourcefn mb_neg_1_3(self) -> Self
fn mb_neg_1_3(self) -> Self
Sets the bottom margin of the element. Docs
33% (1/3)
Sourcefn mb_neg_2_3(self) -> Self
fn mb_neg_2_3(self) -> Self
Sets the bottom margin of the element. Docs
66% (2/3)
Sourcefn mb_neg_1_4(self) -> Self
fn mb_neg_1_4(self) -> Self
Sets the bottom margin of the element. Docs
25% (1/4)
Sourcefn mb_neg_2_4(self) -> Self
fn mb_neg_2_4(self) -> Self
Sets the bottom margin of the element. Docs
50% (2/4)
Sourcefn mb_neg_3_4(self) -> Self
fn mb_neg_3_4(self) -> Self
Sets the bottom margin of the element. Docs
75% (3/4)
Sourcefn mb_neg_1_5(self) -> Self
fn mb_neg_1_5(self) -> Self
Sets the bottom margin of the element. Docs
20% (1/5)
Sourcefn mb_neg_2_5(self) -> Self
fn mb_neg_2_5(self) -> Self
Sets the bottom margin of the element. Docs
40% (2/5)
Sourcefn mb_neg_3_5(self) -> Self
fn mb_neg_3_5(self) -> Self
Sets the bottom margin of the element. Docs
60% (3/5)
Sourcefn mb_neg_4_5(self) -> Self
fn mb_neg_4_5(self) -> Self
Sets the bottom margin of the element. Docs
80% (4/5)
Sourcefn mb_neg_1_6(self) -> Self
fn mb_neg_1_6(self) -> Self
Sets the bottom margin of the element. Docs
16% (1/6)
Sourcefn mb_neg_5_6(self) -> Self
fn mb_neg_5_6(self) -> Self
Sets the bottom margin of the element. Docs
80% (5/6)
Sourcefn mb_neg_1_12(self) -> Self
fn mb_neg_1_12(self) -> Self
Sets the bottom margin of the element. Docs
8% (1/12)
Sourcefn my(self, length: impl Clone + Into<Length>) -> Self
fn my(self, length: impl Clone + Into<Length>) -> Self
Sets the vertical margin of the element. Docs
Sourcefn my_neg_0p5(self) -> Self
fn my_neg_0p5(self) -> Self
Sets the vertical margin of the element. Docs
2px (0.125rem)
Sourcefn my_neg_1p5(self) -> Self
fn my_neg_1p5(self) -> Self
Sets the vertical margin of the element. Docs
6px (0.375rem)
Sourcefn my_neg_2p5(self) -> Self
fn my_neg_2p5(self) -> Self
Sets the vertical margin of the element. Docs
10px (0.625rem)
Sourcefn my_neg_3p5(self) -> Self
fn my_neg_3p5(self) -> Self
Sets the vertical margin of the element. Docs
14px (0.875rem)
Sourcefn my_neg_112(self) -> Self
fn my_neg_112(self) -> Self
Sets the vertical margin of the element. Docs
448px (28rem)
Sourcefn my_neg_128(self) -> Self
fn my_neg_128(self) -> Self
Sets the vertical margin of the element. Docs
512px (32rem)
Sourcefn my_neg_full(self) -> Self
fn my_neg_full(self) -> Self
Sets the vertical margin of the element. Docs
100%
Sourcefn my_neg_1_2(self) -> Self
fn my_neg_1_2(self) -> Self
Sets the vertical margin of the element. Docs
50% (1/2)
Sourcefn my_neg_1_3(self) -> Self
fn my_neg_1_3(self) -> Self
Sets the vertical margin of the element. Docs
33% (1/3)
Sourcefn my_neg_2_3(self) -> Self
fn my_neg_2_3(self) -> Self
Sets the vertical margin of the element. Docs
66% (2/3)
Sourcefn my_neg_1_4(self) -> Self
fn my_neg_1_4(self) -> Self
Sets the vertical margin of the element. Docs
25% (1/4)
Sourcefn my_neg_2_4(self) -> Self
fn my_neg_2_4(self) -> Self
Sets the vertical margin of the element. Docs
50% (2/4)
Sourcefn my_neg_3_4(self) -> Self
fn my_neg_3_4(self) -> Self
Sets the vertical margin of the element. Docs
75% (3/4)
Sourcefn my_neg_1_5(self) -> Self
fn my_neg_1_5(self) -> Self
Sets the vertical margin of the element. Docs
20% (1/5)
Sourcefn my_neg_2_5(self) -> Self
fn my_neg_2_5(self) -> Self
Sets the vertical margin of the element. Docs
40% (2/5)
Sourcefn my_neg_3_5(self) -> Self
fn my_neg_3_5(self) -> Self
Sets the vertical margin of the element. Docs
60% (3/5)
Sourcefn my_neg_4_5(self) -> Self
fn my_neg_4_5(self) -> Self
Sets the vertical margin of the element. Docs
80% (4/5)
Sourcefn my_neg_1_6(self) -> Self
fn my_neg_1_6(self) -> Self
Sets the vertical margin of the element. Docs
16% (1/6)
Sourcefn my_neg_5_6(self) -> Self
fn my_neg_5_6(self) -> Self
Sets the vertical margin of the element. Docs
80% (5/6)
Sourcefn my_neg_1_12(self) -> Self
fn my_neg_1_12(self) -> Self
Sets the vertical margin of the element. Docs
8% (1/12)
Sourcefn mx(self, length: impl Clone + Into<Length>) -> Self
fn mx(self, length: impl Clone + Into<Length>) -> Self
Sets the horizontal margin of the element. Docs
Sourcefn mx_neg_0p5(self) -> Self
fn mx_neg_0p5(self) -> Self
Sets the horizontal margin of the element. Docs
2px (0.125rem)
Sourcefn mx_neg_1p5(self) -> Self
fn mx_neg_1p5(self) -> Self
Sets the horizontal margin of the element. Docs
6px (0.375rem)
Sourcefn mx_neg_2p5(self) -> Self
fn mx_neg_2p5(self) -> Self
Sets the horizontal margin of the element. Docs
10px (0.625rem)
Sourcefn mx_neg_3p5(self) -> Self
fn mx_neg_3p5(self) -> Self
Sets the horizontal margin of the element. Docs
14px (0.875rem)
Sourcefn mx_neg_112(self) -> Self
fn mx_neg_112(self) -> Self
Sets the horizontal margin of the element. Docs
448px (28rem)
Sourcefn mx_neg_128(self) -> Self
fn mx_neg_128(self) -> Self
Sets the horizontal margin of the element. Docs
512px (32rem)
Sourcefn mx_neg_full(self) -> Self
fn mx_neg_full(self) -> Self
Sets the horizontal margin of the element. Docs
100%
Sourcefn mx_neg_1_2(self) -> Self
fn mx_neg_1_2(self) -> Self
Sets the horizontal margin of the element. Docs
50% (1/2)
Sourcefn mx_neg_1_3(self) -> Self
fn mx_neg_1_3(self) -> Self
Sets the horizontal margin of the element. Docs
33% (1/3)
Sourcefn mx_neg_2_3(self) -> Self
fn mx_neg_2_3(self) -> Self
Sets the horizontal margin of the element. Docs
66% (2/3)
Sourcefn mx_neg_1_4(self) -> Self
fn mx_neg_1_4(self) -> Self
Sets the horizontal margin of the element. Docs
25% (1/4)
Sourcefn mx_neg_2_4(self) -> Self
fn mx_neg_2_4(self) -> Self
Sets the horizontal margin of the element. Docs
50% (2/4)
Sourcefn mx_neg_3_4(self) -> Self
fn mx_neg_3_4(self) -> Self
Sets the horizontal margin of the element. Docs
75% (3/4)
Sourcefn mx_neg_1_5(self) -> Self
fn mx_neg_1_5(self) -> Self
Sets the horizontal margin of the element. Docs
20% (1/5)
Sourcefn mx_neg_2_5(self) -> Self
fn mx_neg_2_5(self) -> Self
Sets the horizontal margin of the element. Docs
40% (2/5)
Sourcefn mx_neg_3_5(self) -> Self
fn mx_neg_3_5(self) -> Self
Sets the horizontal margin of the element. Docs
60% (3/5)
Sourcefn mx_neg_4_5(self) -> Self
fn mx_neg_4_5(self) -> Self
Sets the horizontal margin of the element. Docs
80% (4/5)
Sourcefn mx_neg_1_6(self) -> Self
fn mx_neg_1_6(self) -> Self
Sets the horizontal margin of the element. Docs
16% (1/6)
Sourcefn mx_neg_5_6(self) -> Self
fn mx_neg_5_6(self) -> Self
Sets the horizontal margin of the element. Docs
80% (5/6)
Sourcefn mx_neg_1_12(self) -> Self
fn mx_neg_1_12(self) -> Self
Sets the horizontal margin of the element. Docs
8% (1/12)
Sourcefn ml(self, length: impl Clone + Into<Length>) -> Self
fn ml(self, length: impl Clone + Into<Length>) -> Self
Sets the left margin of the element. Docs
Sourcefn ml_neg_0p5(self) -> Self
fn ml_neg_0p5(self) -> Self
Sets the left margin of the element. Docs
2px (0.125rem)
Sourcefn ml_neg_1p5(self) -> Self
fn ml_neg_1p5(self) -> Self
Sets the left margin of the element. Docs
6px (0.375rem)
Sourcefn ml_neg_2p5(self) -> Self
fn ml_neg_2p5(self) -> Self
Sets the left margin of the element. Docs
10px (0.625rem)
Sourcefn ml_neg_3p5(self) -> Self
fn ml_neg_3p5(self) -> Self
Sets the left margin of the element. Docs
14px (0.875rem)
Sourcefn ml_neg_112(self) -> Self
fn ml_neg_112(self) -> Self
Sets the left margin of the element. Docs
448px (28rem)
Sourcefn ml_neg_128(self) -> Self
fn ml_neg_128(self) -> Self
Sets the left margin of the element. Docs
512px (32rem)
Sourcefn ml_neg_full(self) -> Self
fn ml_neg_full(self) -> Self
Sets the left margin of the element. Docs
100%
Sourcefn ml_neg_1_2(self) -> Self
fn ml_neg_1_2(self) -> Self
Sets the left margin of the element. Docs
50% (1/2)
Sourcefn ml_neg_1_3(self) -> Self
fn ml_neg_1_3(self) -> Self
Sets the left margin of the element. Docs
33% (1/3)
Sourcefn ml_neg_2_3(self) -> Self
fn ml_neg_2_3(self) -> Self
Sets the left margin of the element. Docs
66% (2/3)
Sourcefn ml_neg_1_4(self) -> Self
fn ml_neg_1_4(self) -> Self
Sets the left margin of the element. Docs
25% (1/4)
Sourcefn ml_neg_2_4(self) -> Self
fn ml_neg_2_4(self) -> Self
Sets the left margin of the element. Docs
50% (2/4)
Sourcefn ml_neg_3_4(self) -> Self
fn ml_neg_3_4(self) -> Self
Sets the left margin of the element. Docs
75% (3/4)
Sourcefn ml_neg_1_5(self) -> Self
fn ml_neg_1_5(self) -> Self
Sets the left margin of the element. Docs
20% (1/5)
Sourcefn ml_neg_2_5(self) -> Self
fn ml_neg_2_5(self) -> Self
Sets the left margin of the element. Docs
40% (2/5)
Sourcefn ml_neg_3_5(self) -> Self
fn ml_neg_3_5(self) -> Self
Sets the left margin of the element. Docs
60% (3/5)
Sourcefn ml_neg_4_5(self) -> Self
fn ml_neg_4_5(self) -> Self
Sets the left margin of the element. Docs
80% (4/5)
Sourcefn ml_neg_1_6(self) -> Self
fn ml_neg_1_6(self) -> Self
Sets the left margin of the element. Docs
16% (1/6)
Sourcefn ml_neg_5_6(self) -> Self
fn ml_neg_5_6(self) -> Self
Sets the left margin of the element. Docs
80% (5/6)
Sourcefn ml_neg_1_12(self) -> Self
fn ml_neg_1_12(self) -> Self
Sets the left margin of the element. Docs
8% (1/12)
Sourcefn mr(self, length: impl Clone + Into<Length>) -> Self
fn mr(self, length: impl Clone + Into<Length>) -> Self
Sets the right margin of the element. Docs
Sourcefn mr_neg_0p5(self) -> Self
fn mr_neg_0p5(self) -> Self
Sets the right margin of the element. Docs
2px (0.125rem)
Sourcefn mr_neg_1p5(self) -> Self
fn mr_neg_1p5(self) -> Self
Sets the right margin of the element. Docs
6px (0.375rem)
Sourcefn mr_neg_2p5(self) -> Self
fn mr_neg_2p5(self) -> Self
Sets the right margin of the element. Docs
10px (0.625rem)
Sourcefn mr_neg_3p5(self) -> Self
fn mr_neg_3p5(self) -> Self
Sets the right margin of the element. Docs
14px (0.875rem)
Sourcefn mr_neg_112(self) -> Self
fn mr_neg_112(self) -> Self
Sets the right margin of the element. Docs
448px (28rem)
Sourcefn mr_neg_128(self) -> Self
fn mr_neg_128(self) -> Self
Sets the right margin of the element. Docs
512px (32rem)
Sourcefn mr_neg_full(self) -> Self
fn mr_neg_full(self) -> Self
Sets the right margin of the element. Docs
100%
Sourcefn mr_neg_1_2(self) -> Self
fn mr_neg_1_2(self) -> Self
Sets the right margin of the element. Docs
50% (1/2)
Sourcefn mr_neg_1_3(self) -> Self
fn mr_neg_1_3(self) -> Self
Sets the right margin of the element. Docs
33% (1/3)
Sourcefn mr_neg_2_3(self) -> Self
fn mr_neg_2_3(self) -> Self
Sets the right margin of the element. Docs
66% (2/3)
Sourcefn mr_neg_1_4(self) -> Self
fn mr_neg_1_4(self) -> Self
Sets the right margin of the element. Docs
25% (1/4)
Sourcefn mr_neg_2_4(self) -> Self
fn mr_neg_2_4(self) -> Self
Sets the right margin of the element. Docs
50% (2/4)
Sourcefn mr_neg_3_4(self) -> Self
fn mr_neg_3_4(self) -> Self
Sets the right margin of the element. Docs
75% (3/4)
Sourcefn mr_neg_1_5(self) -> Self
fn mr_neg_1_5(self) -> Self
Sets the right margin of the element. Docs
20% (1/5)
Sourcefn mr_neg_2_5(self) -> Self
fn mr_neg_2_5(self) -> Self
Sets the right margin of the element. Docs
40% (2/5)
Sourcefn mr_neg_3_5(self) -> Self
fn mr_neg_3_5(self) -> Self
Sets the right margin of the element. Docs
60% (3/5)
Sourcefn mr_neg_4_5(self) -> Self
fn mr_neg_4_5(self) -> Self
Sets the right margin of the element. Docs
80% (4/5)
Sourcefn mr_neg_1_6(self) -> Self
fn mr_neg_1_6(self) -> Self
Sets the right margin of the element. Docs
16% (1/6)
Sourcefn mr_neg_5_6(self) -> Self
fn mr_neg_5_6(self) -> Self
Sets the right margin of the element. Docs
80% (5/6)
Sourcefn mr_neg_1_12(self) -> Self
fn mr_neg_1_12(self) -> Self
Sets the right margin of the element. Docs
8% (1/12)
Sourcefn p(self, length: impl Clone + Into<DefiniteLength>) -> Self
fn p(self, length: impl Clone + Into<DefiniteLength>) -> Self
Sets the padding of the element. Docs
Sourcefn p_neg_full(self) -> Self
fn p_neg_full(self) -> Self
Sets the padding of the element. Docs
100%
Sourcefn p_neg_1_12(self) -> Self
fn p_neg_1_12(self) -> Self
Sets the padding of the element. Docs
8% (1/12)
Sourcefn pt(self, length: impl Clone + Into<DefiniteLength>) -> Self
fn pt(self, length: impl Clone + Into<DefiniteLength>) -> Self
Sets the top padding of the element. Docs
Sourcefn pt_neg_0p5(self) -> Self
fn pt_neg_0p5(self) -> Self
Sets the top padding of the element. Docs
2px (0.125rem)
Sourcefn pt_neg_1p5(self) -> Self
fn pt_neg_1p5(self) -> Self
Sets the top padding of the element. Docs
6px (0.375rem)
Sourcefn pt_neg_2p5(self) -> Self
fn pt_neg_2p5(self) -> Self
Sets the top padding of the element. Docs
10px (0.625rem)
Sourcefn pt_neg_3p5(self) -> Self
fn pt_neg_3p5(self) -> Self
Sets the top padding of the element. Docs
14px (0.875rem)
Sourcefn pt_neg_112(self) -> Self
fn pt_neg_112(self) -> Self
Sets the top padding of the element. Docs
448px (28rem)
Sourcefn pt_neg_128(self) -> Self
fn pt_neg_128(self) -> Self
Sets the top padding of the element. Docs
512px (32rem)
Sourcefn pt_neg_full(self) -> Self
fn pt_neg_full(self) -> Self
Sets the top padding of the element. Docs
100%
Sourcefn pt_neg_1_2(self) -> Self
fn pt_neg_1_2(self) -> Self
Sets the top padding of the element. Docs
50% (1/2)
Sourcefn pt_neg_1_3(self) -> Self
fn pt_neg_1_3(self) -> Self
Sets the top padding of the element. Docs
33% (1/3)
Sourcefn pt_neg_2_3(self) -> Self
fn pt_neg_2_3(self) -> Self
Sets the top padding of the element. Docs
66% (2/3)
Sourcefn pt_neg_1_4(self) -> Self
fn pt_neg_1_4(self) -> Self
Sets the top padding of the element. Docs
25% (1/4)
Sourcefn pt_neg_2_4(self) -> Self
fn pt_neg_2_4(self) -> Self
Sets the top padding of the element. Docs
50% (2/4)
Sourcefn pt_neg_3_4(self) -> Self
fn pt_neg_3_4(self) -> Self
Sets the top padding of the element. Docs
75% (3/4)
Sourcefn pt_neg_1_5(self) -> Self
fn pt_neg_1_5(self) -> Self
Sets the top padding of the element. Docs
20% (1/5)
Sourcefn pt_neg_2_5(self) -> Self
fn pt_neg_2_5(self) -> Self
Sets the top padding of the element. Docs
40% (2/5)
Sourcefn pt_neg_3_5(self) -> Self
fn pt_neg_3_5(self) -> Self
Sets the top padding of the element. Docs
60% (3/5)
Sourcefn pt_neg_4_5(self) -> Self
fn pt_neg_4_5(self) -> Self
Sets the top padding of the element. Docs
80% (4/5)
Sourcefn pt_neg_1_6(self) -> Self
fn pt_neg_1_6(self) -> Self
Sets the top padding of the element. Docs
16% (1/6)
Sourcefn pt_neg_5_6(self) -> Self
fn pt_neg_5_6(self) -> Self
Sets the top padding of the element. Docs
80% (5/6)
Sourcefn pt_neg_1_12(self) -> Self
fn pt_neg_1_12(self) -> Self
Sets the top padding of the element. Docs
8% (1/12)
Sourcefn pb(self, length: impl Clone + Into<DefiniteLength>) -> Self
fn pb(self, length: impl Clone + Into<DefiniteLength>) -> Self
Sets the bottom padding of the element. Docs
Sourcefn pb_neg_0p5(self) -> Self
fn pb_neg_0p5(self) -> Self
Sets the bottom padding of the element. Docs
2px (0.125rem)
Sourcefn pb_neg_1p5(self) -> Self
fn pb_neg_1p5(self) -> Self
Sets the bottom padding of the element. Docs
6px (0.375rem)
Sourcefn pb_neg_2p5(self) -> Self
fn pb_neg_2p5(self) -> Self
Sets the bottom padding of the element. Docs
10px (0.625rem)
Sourcefn pb_neg_3p5(self) -> Self
fn pb_neg_3p5(self) -> Self
Sets the bottom padding of the element. Docs
14px (0.875rem)
Sourcefn pb_neg_112(self) -> Self
fn pb_neg_112(self) -> Self
Sets the bottom padding of the element. Docs
448px (28rem)
Sourcefn pb_neg_128(self) -> Self
fn pb_neg_128(self) -> Self
Sets the bottom padding of the element. Docs
512px (32rem)
Sourcefn pb_neg_full(self) -> Self
fn pb_neg_full(self) -> Self
Sets the bottom padding of the element. Docs
100%
Sourcefn pb_neg_1_2(self) -> Self
fn pb_neg_1_2(self) -> Self
Sets the bottom padding of the element. Docs
50% (1/2)
Sourcefn pb_neg_1_3(self) -> Self
fn pb_neg_1_3(self) -> Self
Sets the bottom padding of the element. Docs
33% (1/3)
Sourcefn pb_neg_2_3(self) -> Self
fn pb_neg_2_3(self) -> Self
Sets the bottom padding of the element. Docs
66% (2/3)
Sourcefn pb_neg_1_4(self) -> Self
fn pb_neg_1_4(self) -> Self
Sets the bottom padding of the element. Docs
25% (1/4)
Sourcefn pb_neg_2_4(self) -> Self
fn pb_neg_2_4(self) -> Self
Sets the bottom padding of the element. Docs
50% (2/4)
Sourcefn pb_neg_3_4(self) -> Self
fn pb_neg_3_4(self) -> Self
Sets the bottom padding of the element. Docs
75% (3/4)
Sourcefn pb_neg_1_5(self) -> Self
fn pb_neg_1_5(self) -> Self
Sets the bottom padding of the element. Docs
20% (1/5)
Sourcefn pb_neg_2_5(self) -> Self
fn pb_neg_2_5(self) -> Self
Sets the bottom padding of the element. Docs
40% (2/5)
Sourcefn pb_neg_3_5(self) -> Self
fn pb_neg_3_5(self) -> Self
Sets the bottom padding of the element. Docs
60% (3/5)
Sourcefn pb_neg_4_5(self) -> Self
fn pb_neg_4_5(self) -> Self
Sets the bottom padding of the element. Docs
80% (4/5)
Sourcefn pb_neg_1_6(self) -> Self
fn pb_neg_1_6(self) -> Self
Sets the bottom padding of the element. Docs
16% (1/6)
Sourcefn pb_neg_5_6(self) -> Self
fn pb_neg_5_6(self) -> Self
Sets the bottom padding of the element. Docs
80% (5/6)
Sourcefn pb_neg_1_12(self) -> Self
fn pb_neg_1_12(self) -> Self
Sets the bottom padding of the element. Docs
8% (1/12)
Sourcefn px(self, length: impl Clone + Into<DefiniteLength>) -> Self
fn px(self, length: impl Clone + Into<DefiniteLength>) -> Self
Sets the horizontal padding of the element. Docs
Sourcefn px_neg_0p5(self) -> Self
fn px_neg_0p5(self) -> Self
Sets the horizontal padding of the element. Docs
2px (0.125rem)
Sourcefn px_neg_1p5(self) -> Self
fn px_neg_1p5(self) -> Self
Sets the horizontal padding of the element. Docs
6px (0.375rem)
Sourcefn px_neg_2p5(self) -> Self
fn px_neg_2p5(self) -> Self
Sets the horizontal padding of the element. Docs
10px (0.625rem)
Sourcefn px_neg_3p5(self) -> Self
fn px_neg_3p5(self) -> Self
Sets the horizontal padding of the element. Docs
14px (0.875rem)
Sourcefn px_neg_112(self) -> Self
fn px_neg_112(self) -> Self
Sets the horizontal padding of the element. Docs
448px (28rem)
Sourcefn px_neg_128(self) -> Self
fn px_neg_128(self) -> Self
Sets the horizontal padding of the element. Docs
512px (32rem)
Sourcefn px_neg_full(self) -> Self
fn px_neg_full(self) -> Self
Sets the horizontal padding of the element. Docs
100%
Sourcefn px_neg_1_2(self) -> Self
fn px_neg_1_2(self) -> Self
Sets the horizontal padding of the element. Docs
50% (1/2)
Sourcefn px_neg_1_3(self) -> Self
fn px_neg_1_3(self) -> Self
Sets the horizontal padding of the element. Docs
33% (1/3)
Sourcefn px_neg_2_3(self) -> Self
fn px_neg_2_3(self) -> Self
Sets the horizontal padding of the element. Docs
66% (2/3)
Sourcefn px_neg_1_4(self) -> Self
fn px_neg_1_4(self) -> Self
Sets the horizontal padding of the element. Docs
25% (1/4)
Sourcefn px_neg_2_4(self) -> Self
fn px_neg_2_4(self) -> Self
Sets the horizontal padding of the element. Docs
50% (2/4)
Sourcefn px_neg_3_4(self) -> Self
fn px_neg_3_4(self) -> Self
Sets the horizontal padding of the element. Docs
75% (3/4)
Sourcefn px_neg_1_5(self) -> Self
fn px_neg_1_5(self) -> Self
Sets the horizontal padding of the element. Docs
20% (1/5)
Sourcefn px_neg_2_5(self) -> Self
fn px_neg_2_5(self) -> Self
Sets the horizontal padding of the element. Docs
40% (2/5)
Sourcefn px_neg_3_5(self) -> Self
fn px_neg_3_5(self) -> Self
Sets the horizontal padding of the element. Docs
60% (3/5)
Sourcefn px_neg_4_5(self) -> Self
fn px_neg_4_5(self) -> Self
Sets the horizontal padding of the element. Docs
80% (4/5)
Sourcefn px_neg_1_6(self) -> Self
fn px_neg_1_6(self) -> Self
Sets the horizontal padding of the element. Docs
16% (1/6)
Sourcefn px_neg_5_6(self) -> Self
fn px_neg_5_6(self) -> Self
Sets the horizontal padding of the element. Docs
80% (5/6)
Sourcefn px_neg_1_12(self) -> Self
fn px_neg_1_12(self) -> Self
Sets the horizontal padding of the element. Docs
8% (1/12)
Sourcefn py(self, length: impl Clone + Into<DefiniteLength>) -> Self
fn py(self, length: impl Clone + Into<DefiniteLength>) -> Self
Sets the vertical padding of the element. Docs
Sourcefn py_neg_0p5(self) -> Self
fn py_neg_0p5(self) -> Self
Sets the vertical padding of the element. Docs
2px (0.125rem)
Sourcefn py_neg_1p5(self) -> Self
fn py_neg_1p5(self) -> Self
Sets the vertical padding of the element. Docs
6px (0.375rem)
Sourcefn py_neg_2p5(self) -> Self
fn py_neg_2p5(self) -> Self
Sets the vertical padding of the element. Docs
10px (0.625rem)
Sourcefn py_neg_3p5(self) -> Self
fn py_neg_3p5(self) -> Self
Sets the vertical padding of the element. Docs
14px (0.875rem)
Sourcefn py_neg_112(self) -> Self
fn py_neg_112(self) -> Self
Sets the vertical padding of the element. Docs
448px (28rem)
Sourcefn py_neg_128(self) -> Self
fn py_neg_128(self) -> Self
Sets the vertical padding of the element. Docs
512px (32rem)
Sourcefn py_neg_full(self) -> Self
fn py_neg_full(self) -> Self
Sets the vertical padding of the element. Docs
100%
Sourcefn py_neg_1_2(self) -> Self
fn py_neg_1_2(self) -> Self
Sets the vertical padding of the element. Docs
50% (1/2)
Sourcefn py_neg_1_3(self) -> Self
fn py_neg_1_3(self) -> Self
Sets the vertical padding of the element. Docs
33% (1/3)
Sourcefn py_neg_2_3(self) -> Self
fn py_neg_2_3(self) -> Self
Sets the vertical padding of the element. Docs
66% (2/3)
Sourcefn py_neg_1_4(self) -> Self
fn py_neg_1_4(self) -> Self
Sets the vertical padding of the element. Docs
25% (1/4)
Sourcefn py_neg_2_4(self) -> Self
fn py_neg_2_4(self) -> Self
Sets the vertical padding of the element. Docs
50% (2/4)
Sourcefn py_neg_3_4(self) -> Self
fn py_neg_3_4(self) -> Self
Sets the vertical padding of the element. Docs
75% (3/4)
Sourcefn py_neg_1_5(self) -> Self
fn py_neg_1_5(self) -> Self
Sets the vertical padding of the element. Docs
20% (1/5)
Sourcefn py_neg_2_5(self) -> Self
fn py_neg_2_5(self) -> Self
Sets the vertical padding of the element. Docs
40% (2/5)
Sourcefn py_neg_3_5(self) -> Self
fn py_neg_3_5(self) -> Self
Sets the vertical padding of the element. Docs
60% (3/5)
Sourcefn py_neg_4_5(self) -> Self
fn py_neg_4_5(self) -> Self
Sets the vertical padding of the element. Docs
80% (4/5)
Sourcefn py_neg_1_6(self) -> Self
fn py_neg_1_6(self) -> Self
Sets the vertical padding of the element. Docs
16% (1/6)
Sourcefn py_neg_5_6(self) -> Self
fn py_neg_5_6(self) -> Self
Sets the vertical padding of the element. Docs
80% (5/6)
Sourcefn py_neg_1_12(self) -> Self
fn py_neg_1_12(self) -> Self
Sets the vertical padding of the element. Docs
8% (1/12)
Sourcefn pl(self, length: impl Clone + Into<DefiniteLength>) -> Self
fn pl(self, length: impl Clone + Into<DefiniteLength>) -> Self
Sets the left padding of the element. Docs
Sourcefn pl_neg_0p5(self) -> Self
fn pl_neg_0p5(self) -> Self
Sets the left padding of the element. Docs
2px (0.125rem)
Sourcefn pl_neg_1p5(self) -> Self
fn pl_neg_1p5(self) -> Self
Sets the left padding of the element. Docs
6px (0.375rem)
Sourcefn pl_neg_2p5(self) -> Self
fn pl_neg_2p5(self) -> Self
Sets the left padding of the element. Docs
10px (0.625rem)
Sourcefn pl_neg_3p5(self) -> Self
fn pl_neg_3p5(self) -> Self
Sets the left padding of the element. Docs
14px (0.875rem)
Sourcefn pl_neg_112(self) -> Self
fn pl_neg_112(self) -> Self
Sets the left padding of the element. Docs
448px (28rem)
Sourcefn pl_neg_128(self) -> Self
fn pl_neg_128(self) -> Self
Sets the left padding of the element. Docs
512px (32rem)
Sourcefn pl_neg_full(self) -> Self
fn pl_neg_full(self) -> Self
Sets the left padding of the element. Docs
100%
Sourcefn pl_neg_1_2(self) -> Self
fn pl_neg_1_2(self) -> Self
Sets the left padding of the element. Docs
50% (1/2)
Sourcefn pl_neg_1_3(self) -> Self
fn pl_neg_1_3(self) -> Self
Sets the left padding of the element. Docs
33% (1/3)
Sourcefn pl_neg_2_3(self) -> Self
fn pl_neg_2_3(self) -> Self
Sets the left padding of the element. Docs
66% (2/3)
Sourcefn pl_neg_1_4(self) -> Self
fn pl_neg_1_4(self) -> Self
Sets the left padding of the element. Docs
25% (1/4)
Sourcefn pl_neg_2_4(self) -> Self
fn pl_neg_2_4(self) -> Self
Sets the left padding of the element. Docs
50% (2/4)
Sourcefn pl_neg_3_4(self) -> Self
fn pl_neg_3_4(self) -> Self
Sets the left padding of the element. Docs
75% (3/4)
Sourcefn pl_neg_1_5(self) -> Self
fn pl_neg_1_5(self) -> Self
Sets the left padding of the element. Docs
20% (1/5)
Sourcefn pl_neg_2_5(self) -> Self
fn pl_neg_2_5(self) -> Self
Sets the left padding of the element. Docs
40% (2/5)
Sourcefn pl_neg_3_5(self) -> Self
fn pl_neg_3_5(self) -> Self
Sets the left padding of the element. Docs
60% (3/5)
Sourcefn pl_neg_4_5(self) -> Self
fn pl_neg_4_5(self) -> Self
Sets the left padding of the element. Docs
80% (4/5)
Sourcefn pl_neg_1_6(self) -> Self
fn pl_neg_1_6(self) -> Self
Sets the left padding of the element. Docs
16% (1/6)
Sourcefn pl_neg_5_6(self) -> Self
fn pl_neg_5_6(self) -> Self
Sets the left padding of the element. Docs
80% (5/6)
Sourcefn pl_neg_1_12(self) -> Self
fn pl_neg_1_12(self) -> Self
Sets the left padding of the element. Docs
8% (1/12)
Sourcefn pr(self, length: impl Clone + Into<DefiniteLength>) -> Self
fn pr(self, length: impl Clone + Into<DefiniteLength>) -> Self
Sets the right padding of the element. Docs
Sourcefn pr_neg_0p5(self) -> Self
fn pr_neg_0p5(self) -> Self
Sets the right padding of the element. Docs
2px (0.125rem)
Sourcefn pr_neg_1p5(self) -> Self
fn pr_neg_1p5(self) -> Self
Sets the right padding of the element. Docs
6px (0.375rem)
Sourcefn pr_neg_2p5(self) -> Self
fn pr_neg_2p5(self) -> Self
Sets the right padding of the element. Docs
10px (0.625rem)
Sourcefn pr_neg_3p5(self) -> Self
fn pr_neg_3p5(self) -> Self
Sets the right padding of the element. Docs
14px (0.875rem)
Sourcefn pr_neg_112(self) -> Self
fn pr_neg_112(self) -> Self
Sets the right padding of the element. Docs
448px (28rem)
Sourcefn pr_neg_128(self) -> Self
fn pr_neg_128(self) -> Self
Sets the right padding of the element. Docs
512px (32rem)
Sourcefn pr_neg_full(self) -> Self
fn pr_neg_full(self) -> Self
Sets the right padding of the element. Docs
100%
Sourcefn pr_neg_1_2(self) -> Self
fn pr_neg_1_2(self) -> Self
Sets the right padding of the element. Docs
50% (1/2)
Sourcefn pr_neg_1_3(self) -> Self
fn pr_neg_1_3(self) -> Self
Sets the right padding of the element. Docs
33% (1/3)
Sourcefn pr_neg_2_3(self) -> Self
fn pr_neg_2_3(self) -> Self
Sets the right padding of the element. Docs
66% (2/3)
Sourcefn pr_neg_1_4(self) -> Self
fn pr_neg_1_4(self) -> Self
Sets the right padding of the element. Docs
25% (1/4)
Sourcefn pr_neg_2_4(self) -> Self
fn pr_neg_2_4(self) -> Self
Sets the right padding of the element. Docs
50% (2/4)
Sourcefn pr_neg_3_4(self) -> Self
fn pr_neg_3_4(self) -> Self
Sets the right padding of the element. Docs
75% (3/4)
Sourcefn pr_neg_1_5(self) -> Self
fn pr_neg_1_5(self) -> Self
Sets the right padding of the element. Docs
20% (1/5)
Sourcefn pr_neg_2_5(self) -> Self
fn pr_neg_2_5(self) -> Self
Sets the right padding of the element. Docs
40% (2/5)
Sourcefn pr_neg_3_5(self) -> Self
fn pr_neg_3_5(self) -> Self
Sets the right padding of the element. Docs
60% (3/5)
Sourcefn pr_neg_4_5(self) -> Self
fn pr_neg_4_5(self) -> Self
Sets the right padding of the element. Docs
80% (4/5)
Sourcefn pr_neg_1_6(self) -> Self
fn pr_neg_1_6(self) -> Self
Sets the right padding of the element. Docs
16% (1/6)
Sourcefn pr_neg_5_6(self) -> Self
fn pr_neg_5_6(self) -> Self
Sets the right padding of the element. Docs
80% (5/6)
Sourcefn pr_neg_1_12(self) -> Self
fn pr_neg_1_12(self) -> Self
Sets the right padding of the element. Docs
8% (1/12)
Sourcefn inset(self, length: impl Clone + Into<Length>) -> Self
fn inset(self, length: impl Clone + Into<Length>) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
Sourcefn inset_0(self) -> Self
fn inset_0(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
0px
Sourcefn inset_neg_0(self) -> Self
fn inset_neg_0(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
0px
Sourcefn inset_0p5(self) -> Self
fn inset_0p5(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
2px (0.125rem)
Sourcefn inset_neg_0p5(self) -> Self
fn inset_neg_0p5(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
2px (0.125rem)
Sourcefn inset_1(self) -> Self
fn inset_1(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
4px (0.25rem)
Sourcefn inset_neg_1(self) -> Self
fn inset_neg_1(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
4px (0.25rem)
Sourcefn inset_1p5(self) -> Self
fn inset_1p5(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
6px (0.375rem)
Sourcefn inset_neg_1p5(self) -> Self
fn inset_neg_1p5(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
6px (0.375rem)
Sourcefn inset_2(self) -> Self
fn inset_2(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
8px (0.5rem)
Sourcefn inset_neg_2(self) -> Self
fn inset_neg_2(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
8px (0.5rem)
Sourcefn inset_2p5(self) -> Self
fn inset_2p5(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
10px (0.625rem)
Sourcefn inset_neg_2p5(self) -> Self
fn inset_neg_2p5(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
10px (0.625rem)
Sourcefn inset_3(self) -> Self
fn inset_3(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
12px (0.75rem)
Sourcefn inset_neg_3(self) -> Self
fn inset_neg_3(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
12px (0.75rem)
Sourcefn inset_3p5(self) -> Self
fn inset_3p5(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
14px (0.875rem)
Sourcefn inset_neg_3p5(self) -> Self
fn inset_neg_3p5(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
14px (0.875rem)
Sourcefn inset_4(self) -> Self
fn inset_4(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
16px (1rem)
Sourcefn inset_neg_4(self) -> Self
fn inset_neg_4(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
16px (1rem)
Sourcefn inset_5(self) -> Self
fn inset_5(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
20px (1.25rem)
Sourcefn inset_neg_5(self) -> Self
fn inset_neg_5(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
20px (1.25rem)
Sourcefn inset_6(self) -> Self
fn inset_6(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
24px (1.5rem)
Sourcefn inset_neg_6(self) -> Self
fn inset_neg_6(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
24px (1.5rem)
Sourcefn inset_7(self) -> Self
fn inset_7(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
28px (1.75rem)
Sourcefn inset_neg_7(self) -> Self
fn inset_neg_7(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
28px (1.75rem)
Sourcefn inset_8(self) -> Self
fn inset_8(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
32px (2rem)
Sourcefn inset_neg_8(self) -> Self
fn inset_neg_8(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
32px (2rem)
Sourcefn inset_9(self) -> Self
fn inset_9(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
36px (2.25rem)
Sourcefn inset_neg_9(self) -> Self
fn inset_neg_9(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
36px (2.25rem)
Sourcefn inset_10(self) -> Self
fn inset_10(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
40px (2.5rem)
Sourcefn inset_neg_10(self) -> Self
fn inset_neg_10(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
40px (2.5rem)
Sourcefn inset_11(self) -> Self
fn inset_11(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
44px (2.75rem)
Sourcefn inset_neg_11(self) -> Self
fn inset_neg_11(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
44px (2.75rem)
Sourcefn inset_12(self) -> Self
fn inset_12(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
48px (3rem)
Sourcefn inset_neg_12(self) -> Self
fn inset_neg_12(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
48px (3rem)
Sourcefn inset_16(self) -> Self
fn inset_16(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
64px (4rem)
Sourcefn inset_neg_16(self) -> Self
fn inset_neg_16(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
64px (4rem)
Sourcefn inset_20(self) -> Self
fn inset_20(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
80px (5rem)
Sourcefn inset_neg_20(self) -> Self
fn inset_neg_20(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
80px (5rem)
Sourcefn inset_24(self) -> Self
fn inset_24(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
96px (6rem)
Sourcefn inset_neg_24(self) -> Self
fn inset_neg_24(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
96px (6rem)
Sourcefn inset_32(self) -> Self
fn inset_32(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
128px (8rem)
Sourcefn inset_neg_32(self) -> Self
fn inset_neg_32(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
128px (8rem)
Sourcefn inset_40(self) -> Self
fn inset_40(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
160px (10rem)
Sourcefn inset_neg_40(self) -> Self
fn inset_neg_40(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
160px (10rem)
Sourcefn inset_48(self) -> Self
fn inset_48(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
192px (12rem)
Sourcefn inset_neg_48(self) -> Self
fn inset_neg_48(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
192px (12rem)
Sourcefn inset_56(self) -> Self
fn inset_56(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
224px (14rem)
Sourcefn inset_neg_56(self) -> Self
fn inset_neg_56(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
224px (14rem)
Sourcefn inset_64(self) -> Self
fn inset_64(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
256px (16rem)
Sourcefn inset_neg_64(self) -> Self
fn inset_neg_64(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
256px (16rem)
Sourcefn inset_72(self) -> Self
fn inset_72(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
288px (18rem)
Sourcefn inset_neg_72(self) -> Self
fn inset_neg_72(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
288px (18rem)
Sourcefn inset_80(self) -> Self
fn inset_80(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
320px (20rem)
Sourcefn inset_neg_80(self) -> Self
fn inset_neg_80(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
320px (20rem)
Sourcefn inset_96(self) -> Self
fn inset_96(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
384px (24rem)
Sourcefn inset_neg_96(self) -> Self
fn inset_neg_96(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
384px (24rem)
Sourcefn inset_112(self) -> Self
fn inset_112(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
448px (28rem)
Sourcefn inset_neg_112(self) -> Self
fn inset_neg_112(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
448px (28rem)
Sourcefn inset_128(self) -> Self
fn inset_128(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
512px (32rem)
Sourcefn inset_neg_128(self) -> Self
fn inset_neg_128(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
512px (32rem)
Sourcefn inset_auto(self) -> Self
fn inset_auto(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
Auto
Sourcefn inset_px(self) -> Self
fn inset_px(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
1px
Sourcefn inset_neg_px(self) -> Self
fn inset_neg_px(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
1px
Sourcefn inset_full(self) -> Self
fn inset_full(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
100%
Sourcefn inset_neg_full(self) -> Self
fn inset_neg_full(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
100%
Sourcefn inset_1_2(self) -> Self
fn inset_1_2(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
50% (1/2)
Sourcefn inset_neg_1_2(self) -> Self
fn inset_neg_1_2(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
50% (1/2)
Sourcefn inset_1_3(self) -> Self
fn inset_1_3(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
33% (1/3)
Sourcefn inset_neg_1_3(self) -> Self
fn inset_neg_1_3(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
33% (1/3)
Sourcefn inset_2_3(self) -> Self
fn inset_2_3(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
66% (2/3)
Sourcefn inset_neg_2_3(self) -> Self
fn inset_neg_2_3(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
66% (2/3)
Sourcefn inset_1_4(self) -> Self
fn inset_1_4(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
25% (1/4)
Sourcefn inset_neg_1_4(self) -> Self
fn inset_neg_1_4(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
25% (1/4)
Sourcefn inset_2_4(self) -> Self
fn inset_2_4(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
50% (2/4)
Sourcefn inset_neg_2_4(self) -> Self
fn inset_neg_2_4(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
50% (2/4)
Sourcefn inset_3_4(self) -> Self
fn inset_3_4(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
75% (3/4)
Sourcefn inset_neg_3_4(self) -> Self
fn inset_neg_3_4(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
75% (3/4)
Sourcefn inset_1_5(self) -> Self
fn inset_1_5(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
20% (1/5)
Sourcefn inset_neg_1_5(self) -> Self
fn inset_neg_1_5(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
20% (1/5)
Sourcefn inset_2_5(self) -> Self
fn inset_2_5(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
40% (2/5)
Sourcefn inset_neg_2_5(self) -> Self
fn inset_neg_2_5(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
40% (2/5)
Sourcefn inset_3_5(self) -> Self
fn inset_3_5(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
60% (3/5)
Sourcefn inset_neg_3_5(self) -> Self
fn inset_neg_3_5(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
60% (3/5)
Sourcefn inset_4_5(self) -> Self
fn inset_4_5(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
80% (4/5)
Sourcefn inset_neg_4_5(self) -> Self
fn inset_neg_4_5(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
80% (4/5)
Sourcefn inset_1_6(self) -> Self
fn inset_1_6(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
16% (1/6)
Sourcefn inset_neg_1_6(self) -> Self
fn inset_neg_1_6(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
16% (1/6)
Sourcefn inset_5_6(self) -> Self
fn inset_5_6(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
80% (5/6)
Sourcefn inset_neg_5_6(self) -> Self
fn inset_neg_5_6(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
80% (5/6)
Sourcefn inset_1_12(self) -> Self
fn inset_1_12(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
8% (1/12)
Sourcefn inset_neg_1_12(self) -> Self
fn inset_neg_1_12(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
8% (1/12)
Sourcefn top(self, length: impl Clone + Into<Length>) -> Self
fn top(self, length: impl Clone + Into<Length>) -> Self
Sets the top value of a positioned element. Docs
Sourcefn top_neg_0p5(self) -> Self
fn top_neg_0p5(self) -> Self
Sets the top value of a positioned element. Docs
2px (0.125rem)
Sourcefn top_neg_1p5(self) -> Self
fn top_neg_1p5(self) -> Self
Sets the top value of a positioned element. Docs
6px (0.375rem)
Sourcefn top_neg_2p5(self) -> Self
fn top_neg_2p5(self) -> Self
Sets the top value of a positioned element. Docs
10px (0.625rem)
Sourcefn top_neg_3p5(self) -> Self
fn top_neg_3p5(self) -> Self
Sets the top value of a positioned element. Docs
14px (0.875rem)
Sourcefn top_neg_10(self) -> Self
fn top_neg_10(self) -> Self
Sets the top value of a positioned element. Docs
40px (2.5rem)
Sourcefn top_neg_11(self) -> Self
fn top_neg_11(self) -> Self
Sets the top value of a positioned element. Docs
44px (2.75rem)
Sourcefn top_neg_12(self) -> Self
fn top_neg_12(self) -> Self
Sets the top value of a positioned element. Docs
48px (3rem)
Sourcefn top_neg_16(self) -> Self
fn top_neg_16(self) -> Self
Sets the top value of a positioned element. Docs
64px (4rem)
Sourcefn top_neg_20(self) -> Self
fn top_neg_20(self) -> Self
Sets the top value of a positioned element. Docs
80px (5rem)
Sourcefn top_neg_24(self) -> Self
fn top_neg_24(self) -> Self
Sets the top value of a positioned element. Docs
96px (6rem)
Sourcefn top_neg_32(self) -> Self
fn top_neg_32(self) -> Self
Sets the top value of a positioned element. Docs
128px (8rem)
Sourcefn top_neg_40(self) -> Self
fn top_neg_40(self) -> Self
Sets the top value of a positioned element. Docs
160px (10rem)
Sourcefn top_neg_48(self) -> Self
fn top_neg_48(self) -> Self
Sets the top value of a positioned element. Docs
192px (12rem)
Sourcefn top_neg_56(self) -> Self
fn top_neg_56(self) -> Self
Sets the top value of a positioned element. Docs
224px (14rem)
Sourcefn top_neg_64(self) -> Self
fn top_neg_64(self) -> Self
Sets the top value of a positioned element. Docs
256px (16rem)
Sourcefn top_neg_72(self) -> Self
fn top_neg_72(self) -> Self
Sets the top value of a positioned element. Docs
288px (18rem)
Sourcefn top_neg_80(self) -> Self
fn top_neg_80(self) -> Self
Sets the top value of a positioned element. Docs
320px (20rem)
Sourcefn top_neg_96(self) -> Self
fn top_neg_96(self) -> Self
Sets the top value of a positioned element. Docs
384px (24rem)
Sourcefn top_neg_112(self) -> Self
fn top_neg_112(self) -> Self
Sets the top value of a positioned element. Docs
448px (28rem)
Sourcefn top_neg_128(self) -> Self
fn top_neg_128(self) -> Self
Sets the top value of a positioned element. Docs
512px (32rem)
Sourcefn top_neg_px(self) -> Self
fn top_neg_px(self) -> Self
Sets the top value of a positioned element. Docs
1px
Sourcefn top_neg_full(self) -> Self
fn top_neg_full(self) -> Self
Sets the top value of a positioned element. Docs
100%
Sourcefn top_neg_1_2(self) -> Self
fn top_neg_1_2(self) -> Self
Sets the top value of a positioned element. Docs
50% (1/2)
Sourcefn top_neg_1_3(self) -> Self
fn top_neg_1_3(self) -> Self
Sets the top value of a positioned element. Docs
33% (1/3)
Sourcefn top_neg_2_3(self) -> Self
fn top_neg_2_3(self) -> Self
Sets the top value of a positioned element. Docs
66% (2/3)
Sourcefn top_neg_1_4(self) -> Self
fn top_neg_1_4(self) -> Self
Sets the top value of a positioned element. Docs
25% (1/4)
Sourcefn top_neg_2_4(self) -> Self
fn top_neg_2_4(self) -> Self
Sets the top value of a positioned element. Docs
50% (2/4)
Sourcefn top_neg_3_4(self) -> Self
fn top_neg_3_4(self) -> Self
Sets the top value of a positioned element. Docs
75% (3/4)
Sourcefn top_neg_1_5(self) -> Self
fn top_neg_1_5(self) -> Self
Sets the top value of a positioned element. Docs
20% (1/5)
Sourcefn top_neg_2_5(self) -> Self
fn top_neg_2_5(self) -> Self
Sets the top value of a positioned element. Docs
40% (2/5)
Sourcefn top_neg_3_5(self) -> Self
fn top_neg_3_5(self) -> Self
Sets the top value of a positioned element. Docs
60% (3/5)
Sourcefn top_neg_4_5(self) -> Self
fn top_neg_4_5(self) -> Self
Sets the top value of a positioned element. Docs
80% (4/5)
Sourcefn top_neg_1_6(self) -> Self
fn top_neg_1_6(self) -> Self
Sets the top value of a positioned element. Docs
16% (1/6)
Sourcefn top_neg_5_6(self) -> Self
fn top_neg_5_6(self) -> Self
Sets the top value of a positioned element. Docs
80% (5/6)
Sourcefn top_neg_1_12(self) -> Self
fn top_neg_1_12(self) -> Self
Sets the top value of a positioned element. Docs
8% (1/12)
Sourcefn bottom(self, length: impl Clone + Into<Length>) -> Self
fn bottom(self, length: impl Clone + Into<Length>) -> Self
Sets the bottom value of a positioned element. Docs
Sourcefn bottom_neg_0(self) -> Self
fn bottom_neg_0(self) -> Self
Sets the bottom value of a positioned element. Docs
0px
Sourcefn bottom_0p5(self) -> Self
fn bottom_0p5(self) -> Self
Sets the bottom value of a positioned element. Docs
2px (0.125rem)
Sourcefn bottom_neg_0p5(self) -> Self
fn bottom_neg_0p5(self) -> Self
Sets the bottom value of a positioned element. Docs
2px (0.125rem)
Sourcefn bottom_neg_1(self) -> Self
fn bottom_neg_1(self) -> Self
Sets the bottom value of a positioned element. Docs
4px (0.25rem)
Sourcefn bottom_1p5(self) -> Self
fn bottom_1p5(self) -> Self
Sets the bottom value of a positioned element. Docs
6px (0.375rem)
Sourcefn bottom_neg_1p5(self) -> Self
fn bottom_neg_1p5(self) -> Self
Sets the bottom value of a positioned element. Docs
6px (0.375rem)
Sourcefn bottom_neg_2(self) -> Self
fn bottom_neg_2(self) -> Self
Sets the bottom value of a positioned element. Docs
8px (0.5rem)
Sourcefn bottom_2p5(self) -> Self
fn bottom_2p5(self) -> Self
Sets the bottom value of a positioned element. Docs
10px (0.625rem)
Sourcefn bottom_neg_2p5(self) -> Self
fn bottom_neg_2p5(self) -> Self
Sets the bottom value of a positioned element. Docs
10px (0.625rem)
Sourcefn bottom_neg_3(self) -> Self
fn bottom_neg_3(self) -> Self
Sets the bottom value of a positioned element. Docs
12px (0.75rem)
Sourcefn bottom_3p5(self) -> Self
fn bottom_3p5(self) -> Self
Sets the bottom value of a positioned element. Docs
14px (0.875rem)
Sourcefn bottom_neg_3p5(self) -> Self
fn bottom_neg_3p5(self) -> Self
Sets the bottom value of a positioned element. Docs
14px (0.875rem)
Sourcefn bottom_neg_4(self) -> Self
fn bottom_neg_4(self) -> Self
Sets the bottom value of a positioned element. Docs
16px (1rem)
Sourcefn bottom_neg_5(self) -> Self
fn bottom_neg_5(self) -> Self
Sets the bottom value of a positioned element. Docs
20px (1.25rem)
Sourcefn bottom_neg_6(self) -> Self
fn bottom_neg_6(self) -> Self
Sets the bottom value of a positioned element. Docs
24px (1.5rem)
Sourcefn bottom_neg_7(self) -> Self
fn bottom_neg_7(self) -> Self
Sets the bottom value of a positioned element. Docs
28px (1.75rem)
Sourcefn bottom_neg_8(self) -> Self
fn bottom_neg_8(self) -> Self
Sets the bottom value of a positioned element. Docs
32px (2rem)
Sourcefn bottom_neg_9(self) -> Self
fn bottom_neg_9(self) -> Self
Sets the bottom value of a positioned element. Docs
36px (2.25rem)
Sourcefn bottom_neg_10(self) -> Self
fn bottom_neg_10(self) -> Self
Sets the bottom value of a positioned element. Docs
40px (2.5rem)
Sourcefn bottom_neg_11(self) -> Self
fn bottom_neg_11(self) -> Self
Sets the bottom value of a positioned element. Docs
44px (2.75rem)
Sourcefn bottom_neg_12(self) -> Self
fn bottom_neg_12(self) -> Self
Sets the bottom value of a positioned element. Docs
48px (3rem)
Sourcefn bottom_neg_16(self) -> Self
fn bottom_neg_16(self) -> Self
Sets the bottom value of a positioned element. Docs
64px (4rem)
Sourcefn bottom_neg_20(self) -> Self
fn bottom_neg_20(self) -> Self
Sets the bottom value of a positioned element. Docs
80px (5rem)
Sourcefn bottom_neg_24(self) -> Self
fn bottom_neg_24(self) -> Self
Sets the bottom value of a positioned element. Docs
96px (6rem)
Sourcefn bottom_neg_32(self) -> Self
fn bottom_neg_32(self) -> Self
Sets the bottom value of a positioned element. Docs
128px (8rem)
Sourcefn bottom_neg_40(self) -> Self
fn bottom_neg_40(self) -> Self
Sets the bottom value of a positioned element. Docs
160px (10rem)
Sourcefn bottom_neg_48(self) -> Self
fn bottom_neg_48(self) -> Self
Sets the bottom value of a positioned element. Docs
192px (12rem)
Sourcefn bottom_neg_56(self) -> Self
fn bottom_neg_56(self) -> Self
Sets the bottom value of a positioned element. Docs
224px (14rem)
Sourcefn bottom_neg_64(self) -> Self
fn bottom_neg_64(self) -> Self
Sets the bottom value of a positioned element. Docs
256px (16rem)
Sourcefn bottom_neg_72(self) -> Self
fn bottom_neg_72(self) -> Self
Sets the bottom value of a positioned element. Docs
288px (18rem)
Sourcefn bottom_neg_80(self) -> Self
fn bottom_neg_80(self) -> Self
Sets the bottom value of a positioned element. Docs
320px (20rem)
Sourcefn bottom_neg_96(self) -> Self
fn bottom_neg_96(self) -> Self
Sets the bottom value of a positioned element. Docs
384px (24rem)
Sourcefn bottom_112(self) -> Self
fn bottom_112(self) -> Self
Sets the bottom value of a positioned element. Docs
448px (28rem)
Sourcefn bottom_neg_112(self) -> Self
fn bottom_neg_112(self) -> Self
Sets the bottom value of a positioned element. Docs
448px (28rem)
Sourcefn bottom_128(self) -> Self
fn bottom_128(self) -> Self
Sets the bottom value of a positioned element. Docs
512px (32rem)
Sourcefn bottom_neg_128(self) -> Self
fn bottom_neg_128(self) -> Self
Sets the bottom value of a positioned element. Docs
512px (32rem)
Sourcefn bottom_auto(self) -> Self
fn bottom_auto(self) -> Self
Sets the bottom value of a positioned element. Docs
Auto
Sourcefn bottom_neg_px(self) -> Self
fn bottom_neg_px(self) -> Self
Sets the bottom value of a positioned element. Docs
1px
Sourcefn bottom_full(self) -> Self
fn bottom_full(self) -> Self
Sets the bottom value of a positioned element. Docs
100%
Sourcefn bottom_neg_full(self) -> Self
fn bottom_neg_full(self) -> Self
Sets the bottom value of a positioned element. Docs
100%
Sourcefn bottom_1_2(self) -> Self
fn bottom_1_2(self) -> Self
Sets the bottom value of a positioned element. Docs
50% (1/2)
Sourcefn bottom_neg_1_2(self) -> Self
fn bottom_neg_1_2(self) -> Self
Sets the bottom value of a positioned element. Docs
50% (1/2)
Sourcefn bottom_1_3(self) -> Self
fn bottom_1_3(self) -> Self
Sets the bottom value of a positioned element. Docs
33% (1/3)
Sourcefn bottom_neg_1_3(self) -> Self
fn bottom_neg_1_3(self) -> Self
Sets the bottom value of a positioned element. Docs
33% (1/3)
Sourcefn bottom_2_3(self) -> Self
fn bottom_2_3(self) -> Self
Sets the bottom value of a positioned element. Docs
66% (2/3)
Sourcefn bottom_neg_2_3(self) -> Self
fn bottom_neg_2_3(self) -> Self
Sets the bottom value of a positioned element. Docs
66% (2/3)
Sourcefn bottom_1_4(self) -> Self
fn bottom_1_4(self) -> Self
Sets the bottom value of a positioned element. Docs
25% (1/4)
Sourcefn bottom_neg_1_4(self) -> Self
fn bottom_neg_1_4(self) -> Self
Sets the bottom value of a positioned element. Docs
25% (1/4)
Sourcefn bottom_2_4(self) -> Self
fn bottom_2_4(self) -> Self
Sets the bottom value of a positioned element. Docs
50% (2/4)
Sourcefn bottom_neg_2_4(self) -> Self
fn bottom_neg_2_4(self) -> Self
Sets the bottom value of a positioned element. Docs
50% (2/4)
Sourcefn bottom_3_4(self) -> Self
fn bottom_3_4(self) -> Self
Sets the bottom value of a positioned element. Docs
75% (3/4)
Sourcefn bottom_neg_3_4(self) -> Self
fn bottom_neg_3_4(self) -> Self
Sets the bottom value of a positioned element. Docs
75% (3/4)
Sourcefn bottom_1_5(self) -> Self
fn bottom_1_5(self) -> Self
Sets the bottom value of a positioned element. Docs
20% (1/5)
Sourcefn bottom_neg_1_5(self) -> Self
fn bottom_neg_1_5(self) -> Self
Sets the bottom value of a positioned element. Docs
20% (1/5)
Sourcefn bottom_2_5(self) -> Self
fn bottom_2_5(self) -> Self
Sets the bottom value of a positioned element. Docs
40% (2/5)
Sourcefn bottom_neg_2_5(self) -> Self
fn bottom_neg_2_5(self) -> Self
Sets the bottom value of a positioned element. Docs
40% (2/5)
Sourcefn bottom_3_5(self) -> Self
fn bottom_3_5(self) -> Self
Sets the bottom value of a positioned element. Docs
60% (3/5)
Sourcefn bottom_neg_3_5(self) -> Self
fn bottom_neg_3_5(self) -> Self
Sets the bottom value of a positioned element. Docs
60% (3/5)
Sourcefn bottom_4_5(self) -> Self
fn bottom_4_5(self) -> Self
Sets the bottom value of a positioned element. Docs
80% (4/5)
Sourcefn bottom_neg_4_5(self) -> Self
fn bottom_neg_4_5(self) -> Self
Sets the bottom value of a positioned element. Docs
80% (4/5)
Sourcefn bottom_1_6(self) -> Self
fn bottom_1_6(self) -> Self
Sets the bottom value of a positioned element. Docs
16% (1/6)
Sourcefn bottom_neg_1_6(self) -> Self
fn bottom_neg_1_6(self) -> Self
Sets the bottom value of a positioned element. Docs
16% (1/6)
Sourcefn bottom_5_6(self) -> Self
fn bottom_5_6(self) -> Self
Sets the bottom value of a positioned element. Docs
80% (5/6)
Sourcefn bottom_neg_5_6(self) -> Self
fn bottom_neg_5_6(self) -> Self
Sets the bottom value of a positioned element. Docs
80% (5/6)
Sourcefn bottom_1_12(self) -> Self
fn bottom_1_12(self) -> Self
Sets the bottom value of a positioned element. Docs
8% (1/12)
Sourcefn bottom_neg_1_12(self) -> Self
fn bottom_neg_1_12(self) -> Self
Sets the bottom value of a positioned element. Docs
8% (1/12)
Sourcefn left(self, length: impl Clone + Into<Length>) -> Self
fn left(self, length: impl Clone + Into<Length>) -> Self
Sets the left value of a positioned element. Docs
Sourcefn left_neg_0(self) -> Self
fn left_neg_0(self) -> Self
Sets the left value of a positioned element. Docs
0px
Sourcefn left_neg_0p5(self) -> Self
fn left_neg_0p5(self) -> Self
Sets the left value of a positioned element. Docs
2px (0.125rem)
Sourcefn left_neg_1(self) -> Self
fn left_neg_1(self) -> Self
Sets the left value of a positioned element. Docs
4px (0.25rem)
Sourcefn left_neg_1p5(self) -> Self
fn left_neg_1p5(self) -> Self
Sets the left value of a positioned element. Docs
6px (0.375rem)
Sourcefn left_neg_2(self) -> Self
fn left_neg_2(self) -> Self
Sets the left value of a positioned element. Docs
8px (0.5rem)
Sourcefn left_neg_2p5(self) -> Self
fn left_neg_2p5(self) -> Self
Sets the left value of a positioned element. Docs
10px (0.625rem)
Sourcefn left_neg_3(self) -> Self
fn left_neg_3(self) -> Self
Sets the left value of a positioned element. Docs
12px (0.75rem)
Sourcefn left_neg_3p5(self) -> Self
fn left_neg_3p5(self) -> Self
Sets the left value of a positioned element. Docs
14px (0.875rem)
Sourcefn left_neg_4(self) -> Self
fn left_neg_4(self) -> Self
Sets the left value of a positioned element. Docs
16px (1rem)
Sourcefn left_neg_5(self) -> Self
fn left_neg_5(self) -> Self
Sets the left value of a positioned element. Docs
20px (1.25rem)
Sourcefn left_neg_6(self) -> Self
fn left_neg_6(self) -> Self
Sets the left value of a positioned element. Docs
24px (1.5rem)
Sourcefn left_neg_7(self) -> Self
fn left_neg_7(self) -> Self
Sets the left value of a positioned element. Docs
28px (1.75rem)
Sourcefn left_neg_8(self) -> Self
fn left_neg_8(self) -> Self
Sets the left value of a positioned element. Docs
32px (2rem)
Sourcefn left_neg_9(self) -> Self
fn left_neg_9(self) -> Self
Sets the left value of a positioned element. Docs
36px (2.25rem)
Sourcefn left_neg_10(self) -> Self
fn left_neg_10(self) -> Self
Sets the left value of a positioned element. Docs
40px (2.5rem)
Sourcefn left_neg_11(self) -> Self
fn left_neg_11(self) -> Self
Sets the left value of a positioned element. Docs
44px (2.75rem)
Sourcefn left_neg_12(self) -> Self
fn left_neg_12(self) -> Self
Sets the left value of a positioned element. Docs
48px (3rem)
Sourcefn left_neg_16(self) -> Self
fn left_neg_16(self) -> Self
Sets the left value of a positioned element. Docs
64px (4rem)
Sourcefn left_neg_20(self) -> Self
fn left_neg_20(self) -> Self
Sets the left value of a positioned element. Docs
80px (5rem)
Sourcefn left_neg_24(self) -> Self
fn left_neg_24(self) -> Self
Sets the left value of a positioned element. Docs
96px (6rem)
Sourcefn left_neg_32(self) -> Self
fn left_neg_32(self) -> Self
Sets the left value of a positioned element. Docs
128px (8rem)
Sourcefn left_neg_40(self) -> Self
fn left_neg_40(self) -> Self
Sets the left value of a positioned element. Docs
160px (10rem)
Sourcefn left_neg_48(self) -> Self
fn left_neg_48(self) -> Self
Sets the left value of a positioned element. Docs
192px (12rem)
Sourcefn left_neg_56(self) -> Self
fn left_neg_56(self) -> Self
Sets the left value of a positioned element. Docs
224px (14rem)
Sourcefn left_neg_64(self) -> Self
fn left_neg_64(self) -> Self
Sets the left value of a positioned element. Docs
256px (16rem)
Sourcefn left_neg_72(self) -> Self
fn left_neg_72(self) -> Self
Sets the left value of a positioned element. Docs
288px (18rem)
Sourcefn left_neg_80(self) -> Self
fn left_neg_80(self) -> Self
Sets the left value of a positioned element. Docs
320px (20rem)
Sourcefn left_neg_96(self) -> Self
fn left_neg_96(self) -> Self
Sets the left value of a positioned element. Docs
384px (24rem)
Sourcefn left_neg_112(self) -> Self
fn left_neg_112(self) -> Self
Sets the left value of a positioned element. Docs
448px (28rem)
Sourcefn left_neg_128(self) -> Self
fn left_neg_128(self) -> Self
Sets the left value of a positioned element. Docs
512px (32rem)
Sourcefn left_neg_px(self) -> Self
fn left_neg_px(self) -> Self
Sets the left value of a positioned element. Docs
1px
Sourcefn left_neg_full(self) -> Self
fn left_neg_full(self) -> Self
Sets the left value of a positioned element. Docs
100%
Sourcefn left_neg_1_2(self) -> Self
fn left_neg_1_2(self) -> Self
Sets the left value of a positioned element. Docs
50% (1/2)
Sourcefn left_neg_1_3(self) -> Self
fn left_neg_1_3(self) -> Self
Sets the left value of a positioned element. Docs
33% (1/3)
Sourcefn left_neg_2_3(self) -> Self
fn left_neg_2_3(self) -> Self
Sets the left value of a positioned element. Docs
66% (2/3)
Sourcefn left_neg_1_4(self) -> Self
fn left_neg_1_4(self) -> Self
Sets the left value of a positioned element. Docs
25% (1/4)
Sourcefn left_neg_2_4(self) -> Self
fn left_neg_2_4(self) -> Self
Sets the left value of a positioned element. Docs
50% (2/4)
Sourcefn left_neg_3_4(self) -> Self
fn left_neg_3_4(self) -> Self
Sets the left value of a positioned element. Docs
75% (3/4)
Sourcefn left_neg_1_5(self) -> Self
fn left_neg_1_5(self) -> Self
Sets the left value of a positioned element. Docs
20% (1/5)
Sourcefn left_neg_2_5(self) -> Self
fn left_neg_2_5(self) -> Self
Sets the left value of a positioned element. Docs
40% (2/5)
Sourcefn left_neg_3_5(self) -> Self
fn left_neg_3_5(self) -> Self
Sets the left value of a positioned element. Docs
60% (3/5)
Sourcefn left_neg_4_5(self) -> Self
fn left_neg_4_5(self) -> Self
Sets the left value of a positioned element. Docs
80% (4/5)
Sourcefn left_neg_1_6(self) -> Self
fn left_neg_1_6(self) -> Self
Sets the left value of a positioned element. Docs
16% (1/6)
Sourcefn left_neg_5_6(self) -> Self
fn left_neg_5_6(self) -> Self
Sets the left value of a positioned element. Docs
80% (5/6)
Sourcefn left_neg_1_12(self) -> Self
fn left_neg_1_12(self) -> Self
Sets the left value of a positioned element. Docs
8% (1/12)
Sourcefn right(self, length: impl Clone + Into<Length>) -> Self
fn right(self, length: impl Clone + Into<Length>) -> Self
Sets the right value of a positioned element. Docs
Sourcefn right_neg_0(self) -> Self
fn right_neg_0(self) -> Self
Sets the right value of a positioned element. Docs
0px
Sourcefn right_neg_0p5(self) -> Self
fn right_neg_0p5(self) -> Self
Sets the right value of a positioned element. Docs
2px (0.125rem)
Sourcefn right_neg_1(self) -> Self
fn right_neg_1(self) -> Self
Sets the right value of a positioned element. Docs
4px (0.25rem)
Sourcefn right_neg_1p5(self) -> Self
fn right_neg_1p5(self) -> Self
Sets the right value of a positioned element. Docs
6px (0.375rem)
Sourcefn right_neg_2(self) -> Self
fn right_neg_2(self) -> Self
Sets the right value of a positioned element. Docs
8px (0.5rem)
Sourcefn right_neg_2p5(self) -> Self
fn right_neg_2p5(self) -> Self
Sets the right value of a positioned element. Docs
10px (0.625rem)
Sourcefn right_neg_3(self) -> Self
fn right_neg_3(self) -> Self
Sets the right value of a positioned element. Docs
12px (0.75rem)
Sourcefn right_neg_3p5(self) -> Self
fn right_neg_3p5(self) -> Self
Sets the right value of a positioned element. Docs
14px (0.875rem)
Sourcefn right_neg_4(self) -> Self
fn right_neg_4(self) -> Self
Sets the right value of a positioned element. Docs
16px (1rem)
Sourcefn right_neg_5(self) -> Self
fn right_neg_5(self) -> Self
Sets the right value of a positioned element. Docs
20px (1.25rem)
Sourcefn right_neg_6(self) -> Self
fn right_neg_6(self) -> Self
Sets the right value of a positioned element. Docs
24px (1.5rem)
Sourcefn right_neg_7(self) -> Self
fn right_neg_7(self) -> Self
Sets the right value of a positioned element. Docs
28px (1.75rem)
Sourcefn right_neg_8(self) -> Self
fn right_neg_8(self) -> Self
Sets the right value of a positioned element. Docs
32px (2rem)
Sourcefn right_neg_9(self) -> Self
fn right_neg_9(self) -> Self
Sets the right value of a positioned element. Docs
36px (2.25rem)
Sourcefn right_neg_10(self) -> Self
fn right_neg_10(self) -> Self
Sets the right value of a positioned element. Docs
40px (2.5rem)
Sourcefn right_neg_11(self) -> Self
fn right_neg_11(self) -> Self
Sets the right value of a positioned element. Docs
44px (2.75rem)
Sourcefn right_neg_12(self) -> Self
fn right_neg_12(self) -> Self
Sets the right value of a positioned element. Docs
48px (3rem)
Sourcefn right_neg_16(self) -> Self
fn right_neg_16(self) -> Self
Sets the right value of a positioned element. Docs
64px (4rem)
Sourcefn right_neg_20(self) -> Self
fn right_neg_20(self) -> Self
Sets the right value of a positioned element. Docs
80px (5rem)
Sourcefn right_neg_24(self) -> Self
fn right_neg_24(self) -> Self
Sets the right value of a positioned element. Docs
96px (6rem)
Sourcefn right_neg_32(self) -> Self
fn right_neg_32(self) -> Self
Sets the right value of a positioned element. Docs
128px (8rem)
Sourcefn right_neg_40(self) -> Self
fn right_neg_40(self) -> Self
Sets the right value of a positioned element. Docs
160px (10rem)
Sourcefn right_neg_48(self) -> Self
fn right_neg_48(self) -> Self
Sets the right value of a positioned element. Docs
192px (12rem)
Sourcefn right_neg_56(self) -> Self
fn right_neg_56(self) -> Self
Sets the right value of a positioned element. Docs
224px (14rem)
Sourcefn right_neg_64(self) -> Self
fn right_neg_64(self) -> Self
Sets the right value of a positioned element. Docs
256px (16rem)
Sourcefn right_neg_72(self) -> Self
fn right_neg_72(self) -> Self
Sets the right value of a positioned element. Docs
288px (18rem)
Sourcefn right_neg_80(self) -> Self
fn right_neg_80(self) -> Self
Sets the right value of a positioned element. Docs
320px (20rem)
Sourcefn right_neg_96(self) -> Self
fn right_neg_96(self) -> Self
Sets the right value of a positioned element. Docs
384px (24rem)
Sourcefn right_neg_112(self) -> Self
fn right_neg_112(self) -> Self
Sets the right value of a positioned element. Docs
448px (28rem)
Sourcefn right_neg_128(self) -> Self
fn right_neg_128(self) -> Self
Sets the right value of a positioned element. Docs
512px (32rem)
Sourcefn right_auto(self) -> Self
fn right_auto(self) -> Self
Sets the right value of a positioned element. Docs
Auto
Sourcefn right_neg_px(self) -> Self
fn right_neg_px(self) -> Self
Sets the right value of a positioned element. Docs
1px
Sourcefn right_full(self) -> Self
fn right_full(self) -> Self
Sets the right value of a positioned element. Docs
100%
Sourcefn right_neg_full(self) -> Self
fn right_neg_full(self) -> Self
Sets the right value of a positioned element. Docs
100%
Sourcefn right_neg_1_2(self) -> Self
fn right_neg_1_2(self) -> Self
Sets the right value of a positioned element. Docs
50% (1/2)
Sourcefn right_neg_1_3(self) -> Self
fn right_neg_1_3(self) -> Self
Sets the right value of a positioned element. Docs
33% (1/3)
Sourcefn right_neg_2_3(self) -> Self
fn right_neg_2_3(self) -> Self
Sets the right value of a positioned element. Docs
66% (2/3)
Sourcefn right_neg_1_4(self) -> Self
fn right_neg_1_4(self) -> Self
Sets the right value of a positioned element. Docs
25% (1/4)
Sourcefn right_neg_2_4(self) -> Self
fn right_neg_2_4(self) -> Self
Sets the right value of a positioned element. Docs
50% (2/4)
Sourcefn right_neg_3_4(self) -> Self
fn right_neg_3_4(self) -> Self
Sets the right value of a positioned element. Docs
75% (3/4)
Sourcefn right_neg_1_5(self) -> Self
fn right_neg_1_5(self) -> Self
Sets the right value of a positioned element. Docs
20% (1/5)
Sourcefn right_neg_2_5(self) -> Self
fn right_neg_2_5(self) -> Self
Sets the right value of a positioned element. Docs
40% (2/5)
Sourcefn right_neg_3_5(self) -> Self
fn right_neg_3_5(self) -> Self
Sets the right value of a positioned element. Docs
60% (3/5)
Sourcefn right_neg_4_5(self) -> Self
fn right_neg_4_5(self) -> Self
Sets the right value of a positioned element. Docs
80% (4/5)
Sourcefn right_neg_1_6(self) -> Self
fn right_neg_1_6(self) -> Self
Sets the right value of a positioned element. Docs
16% (1/6)
Sourcefn right_neg_5_6(self) -> Self
fn right_neg_5_6(self) -> Self
Sets the right value of a positioned element. Docs
80% (5/6)
Sourcefn right_1_12(self) -> Self
fn right_1_12(self) -> Self
Sets the right value of a positioned element. Docs
8% (1/12)
Sourcefn right_neg_1_12(self) -> Self
fn right_neg_1_12(self) -> Self
Sets the right value of a positioned element. Docs
8% (1/12)
Sets the behavior of content that overflows the container to be hidden. Docs
Sets the behavior of content that overflows the container on the X axis to be hidden. Docs
Sets the behavior of content that overflows the container on the Y axis to be hidden. Docs
Sourcefn cursor(self, cursor: CursorStyle) -> Self
fn cursor(self, cursor: CursorStyle) -> Self
Set the cursor style when hovering over this element
Sourcefn cursor_default(self) -> Self
fn cursor_default(self) -> Self
Sets the cursor style when hovering an element to default.
Docs
Sourcefn cursor_pointer(self) -> Self
fn cursor_pointer(self) -> Self
Sets the cursor style when hovering an element to pointer.
Docs
Sourcefn cursor_text(self) -> Self
fn cursor_text(self) -> Self
Sets cursor style when hovering over an element to text.
Docs
Sourcefn cursor_move(self) -> Self
fn cursor_move(self) -> Self
Sets cursor style when hovering over an element to move.
Docs
Sourcefn cursor_not_allowed(self) -> Self
fn cursor_not_allowed(self) -> Self
Sets cursor style when hovering over an element to not-allowed.
Docs
Sets cursor style when hovering over an element to context-menu.
Docs
Sourcefn cursor_crosshair(self) -> Self
fn cursor_crosshair(self) -> Self
Sets cursor style when hovering over an element to crosshair.
Docs
Sourcefn cursor_vertical_text(self) -> Self
fn cursor_vertical_text(self) -> Self
Sets cursor style when hovering over an element to vertical-text.
Docs
Sourcefn cursor_alias(self) -> Self
fn cursor_alias(self) -> Self
Sets cursor style when hovering over an element to alias.
Docs
Sourcefn cursor_copy(self) -> Self
fn cursor_copy(self) -> Self
Sets cursor style when hovering over an element to copy.
Docs
Sourcefn cursor_no_drop(self) -> Self
fn cursor_no_drop(self) -> Self
Sets cursor style when hovering over an element to no-drop.
Docs
Sourcefn cursor_grab(self) -> Self
fn cursor_grab(self) -> Self
Sets cursor style when hovering over an element to grab.
Docs
Sourcefn cursor_grabbing(self) -> Self
fn cursor_grabbing(self) -> Self
Sets cursor style when hovering over an element to grabbing.
Docs
Sourcefn cursor_ew_resize(self) -> Self
fn cursor_ew_resize(self) -> Self
Sets cursor style when hovering over an element to ew-resize.
Docs
Sourcefn cursor_ns_resize(self) -> Self
fn cursor_ns_resize(self) -> Self
Sets cursor style when hovering over an element to ns-resize.
Docs
Sourcefn cursor_nesw_resize(self) -> Self
fn cursor_nesw_resize(self) -> Self
Sets cursor style when hovering over an element to nesw-resize.
Docs
Sourcefn cursor_nwse_resize(self) -> Self
fn cursor_nwse_resize(self) -> Self
Sets cursor style when hovering over an element to nwse-resize.
Docs
Sourcefn cursor_col_resize(self) -> Self
fn cursor_col_resize(self) -> Self
Sets cursor style when hovering over an element to col-resize.
Docs
Sourcefn cursor_row_resize(self) -> Self
fn cursor_row_resize(self) -> Self
Sets cursor style when hovering over an element to row-resize.
Docs
Sourcefn cursor_n_resize(self) -> Self
fn cursor_n_resize(self) -> Self
Sets cursor style when hovering over an element to n-resize.
Docs
Sourcefn cursor_e_resize(self) -> Self
fn cursor_e_resize(self) -> Self
Sets cursor style when hovering over an element to e-resize.
Docs
Sourcefn cursor_s_resize(self) -> Self
fn cursor_s_resize(self) -> Self
Sets cursor style when hovering over an element to s-resize.
Docs
Sourcefn cursor_w_resize(self) -> Self
fn cursor_w_resize(self) -> Self
Sets cursor style when hovering over an element to w-resize.
Docs
Sourcefn cursor_none(self, cursor: CursorStyle) -> Self
fn cursor_none(self, cursor: CursorStyle) -> Self
Sets cursor style when hovering over an element to none.
Docs
Sourcefn border_color<C>(self, border_color: C) -> Self
fn border_color<C>(self, border_color: C) -> Self
Sets the border color of the element.
Sourcefn border(self, length: impl Clone + Into<AbsoluteLength>) -> Self
fn border(self, length: impl Clone + Into<AbsoluteLength>) -> Self
Sets the border width of the element. Docs
Sourcefn border_t(self, length: impl Clone + Into<AbsoluteLength>) -> Self
fn border_t(self, length: impl Clone + Into<AbsoluteLength>) -> Self
Sets the border width of the top side of the element. Docs
Sourcefn border_t_0(self) -> Self
fn border_t_0(self) -> Self
Sets the border width of the top side of the element. Docs
0px
Sourcefn border_t_1(self) -> Self
fn border_t_1(self) -> Self
Sets the border width of the top side of the element. Docs
1px
Sourcefn border_t_2(self) -> Self
fn border_t_2(self) -> Self
Sets the border width of the top side of the element. Docs
2px
Sourcefn border_t_3(self) -> Self
fn border_t_3(self) -> Self
Sets the border width of the top side of the element. Docs
3px
Sourcefn border_t_4(self) -> Self
fn border_t_4(self) -> Self
Sets the border width of the top side of the element. Docs
4px
Sourcefn border_t_5(self) -> Self
fn border_t_5(self) -> Self
Sets the border width of the top side of the element. Docs
5px
Sourcefn border_t_6(self) -> Self
fn border_t_6(self) -> Self
Sets the border width of the top side of the element. Docs
6px
Sourcefn border_t_7(self) -> Self
fn border_t_7(self) -> Self
Sets the border width of the top side of the element. Docs
7px
Sourcefn border_t_8(self) -> Self
fn border_t_8(self) -> Self
Sets the border width of the top side of the element. Docs
8px
Sourcefn border_t_9(self) -> Self
fn border_t_9(self) -> Self
Sets the border width of the top side of the element. Docs
9px
Sourcefn border_t_10(self) -> Self
fn border_t_10(self) -> Self
Sets the border width of the top side of the element. Docs
10px
Sourcefn border_t_11(self) -> Self
fn border_t_11(self) -> Self
Sets the border width of the top side of the element. Docs
11px
Sourcefn border_t_12(self) -> Self
fn border_t_12(self) -> Self
Sets the border width of the top side of the element. Docs
12px
Sourcefn border_t_16(self) -> Self
fn border_t_16(self) -> Self
Sets the border width of the top side of the element. Docs
16px
Sourcefn border_t_20(self) -> Self
fn border_t_20(self) -> Self
Sets the border width of the top side of the element. Docs
20px
Sourcefn border_t_24(self) -> Self
fn border_t_24(self) -> Self
Sets the border width of the top side of the element. Docs
24px
Sourcefn border_t_32(self) -> Self
fn border_t_32(self) -> Self
Sets the border width of the top side of the element. Docs
32px
Sourcefn border_b(self, length: impl Clone + Into<AbsoluteLength>) -> Self
fn border_b(self, length: impl Clone + Into<AbsoluteLength>) -> Self
Sets the border width of the bottom side of the element. Docs
Sourcefn border_b_0(self) -> Self
fn border_b_0(self) -> Self
Sets the border width of the bottom side of the element. Docs
0px
Sourcefn border_b_1(self) -> Self
fn border_b_1(self) -> Self
Sets the border width of the bottom side of the element. Docs
1px
Sourcefn border_b_2(self) -> Self
fn border_b_2(self) -> Self
Sets the border width of the bottom side of the element. Docs
2px
Sourcefn border_b_3(self) -> Self
fn border_b_3(self) -> Self
Sets the border width of the bottom side of the element. Docs
3px
Sourcefn border_b_4(self) -> Self
fn border_b_4(self) -> Self
Sets the border width of the bottom side of the element. Docs
4px
Sourcefn border_b_5(self) -> Self
fn border_b_5(self) -> Self
Sets the border width of the bottom side of the element. Docs
5px
Sourcefn border_b_6(self) -> Self
fn border_b_6(self) -> Self
Sets the border width of the bottom side of the element. Docs
6px
Sourcefn border_b_7(self) -> Self
fn border_b_7(self) -> Self
Sets the border width of the bottom side of the element. Docs
7px
Sourcefn border_b_8(self) -> Self
fn border_b_8(self) -> Self
Sets the border width of the bottom side of the element. Docs
8px
Sourcefn border_b_9(self) -> Self
fn border_b_9(self) -> Self
Sets the border width of the bottom side of the element. Docs
9px
Sourcefn border_b_10(self) -> Self
fn border_b_10(self) -> Self
Sets the border width of the bottom side of the element. Docs
10px
Sourcefn border_b_11(self) -> Self
fn border_b_11(self) -> Self
Sets the border width of the bottom side of the element. Docs
11px
Sourcefn border_b_12(self) -> Self
fn border_b_12(self) -> Self
Sets the border width of the bottom side of the element. Docs
12px
Sourcefn border_b_16(self) -> Self
fn border_b_16(self) -> Self
Sets the border width of the bottom side of the element. Docs
16px
Sourcefn border_b_20(self) -> Self
fn border_b_20(self) -> Self
Sets the border width of the bottom side of the element. Docs
20px
Sourcefn border_b_24(self) -> Self
fn border_b_24(self) -> Self
Sets the border width of the bottom side of the element. Docs
24px
Sourcefn border_b_32(self) -> Self
fn border_b_32(self) -> Self
Sets the border width of the bottom side of the element. Docs
32px
Sourcefn border_r(self, length: impl Clone + Into<AbsoluteLength>) -> Self
fn border_r(self, length: impl Clone + Into<AbsoluteLength>) -> Self
Sets the border width of the right side of the element. Docs
Sourcefn border_r_0(self) -> Self
fn border_r_0(self) -> Self
Sets the border width of the right side of the element. Docs
0px
Sourcefn border_r_1(self) -> Self
fn border_r_1(self) -> Self
Sets the border width of the right side of the element. Docs
1px
Sourcefn border_r_2(self) -> Self
fn border_r_2(self) -> Self
Sets the border width of the right side of the element. Docs
2px
Sourcefn border_r_3(self) -> Self
fn border_r_3(self) -> Self
Sets the border width of the right side of the element. Docs
3px
Sourcefn border_r_4(self) -> Self
fn border_r_4(self) -> Self
Sets the border width of the right side of the element. Docs
4px
Sourcefn border_r_5(self) -> Self
fn border_r_5(self) -> Self
Sets the border width of the right side of the element. Docs
5px
Sourcefn border_r_6(self) -> Self
fn border_r_6(self) -> Self
Sets the border width of the right side of the element. Docs
6px
Sourcefn border_r_7(self) -> Self
fn border_r_7(self) -> Self
Sets the border width of the right side of the element. Docs
7px
Sourcefn border_r_8(self) -> Self
fn border_r_8(self) -> Self
Sets the border width of the right side of the element. Docs
8px
Sourcefn border_r_9(self) -> Self
fn border_r_9(self) -> Self
Sets the border width of the right side of the element. Docs
9px
Sourcefn border_r_10(self) -> Self
fn border_r_10(self) -> Self
Sets the border width of the right side of the element. Docs
10px
Sourcefn border_r_11(self) -> Self
fn border_r_11(self) -> Self
Sets the border width of the right side of the element. Docs
11px
Sourcefn border_r_12(self) -> Self
fn border_r_12(self) -> Self
Sets the border width of the right side of the element. Docs
12px
Sourcefn border_r_16(self) -> Self
fn border_r_16(self) -> Self
Sets the border width of the right side of the element. Docs
16px
Sourcefn border_r_20(self) -> Self
fn border_r_20(self) -> Self
Sets the border width of the right side of the element. Docs
20px
Sourcefn border_r_24(self) -> Self
fn border_r_24(self) -> Self
Sets the border width of the right side of the element. Docs
24px
Sourcefn border_r_32(self) -> Self
fn border_r_32(self) -> Self
Sets the border width of the right side of the element. Docs
32px
Sourcefn border_l(self, length: impl Clone + Into<AbsoluteLength>) -> Self
fn border_l(self, length: impl Clone + Into<AbsoluteLength>) -> Self
Sets the border width of the left side of the element. Docs
Sourcefn border_l_0(self) -> Self
fn border_l_0(self) -> Self
Sets the border width of the left side of the element. Docs
0px
Sourcefn border_l_1(self) -> Self
fn border_l_1(self) -> Self
Sets the border width of the left side of the element. Docs
1px
Sourcefn border_l_2(self) -> Self
fn border_l_2(self) -> Self
Sets the border width of the left side of the element. Docs
2px
Sourcefn border_l_3(self) -> Self
fn border_l_3(self) -> Self
Sets the border width of the left side of the element. Docs
3px
Sourcefn border_l_4(self) -> Self
fn border_l_4(self) -> Self
Sets the border width of the left side of the element. Docs
4px
Sourcefn border_l_5(self) -> Self
fn border_l_5(self) -> Self
Sets the border width of the left side of the element. Docs
5px
Sourcefn border_l_6(self) -> Self
fn border_l_6(self) -> Self
Sets the border width of the left side of the element. Docs
6px
Sourcefn border_l_7(self) -> Self
fn border_l_7(self) -> Self
Sets the border width of the left side of the element. Docs
7px
Sourcefn border_l_8(self) -> Self
fn border_l_8(self) -> Self
Sets the border width of the left side of the element. Docs
8px
Sourcefn border_l_9(self) -> Self
fn border_l_9(self) -> Self
Sets the border width of the left side of the element. Docs
9px
Sourcefn border_l_10(self) -> Self
fn border_l_10(self) -> Self
Sets the border width of the left side of the element. Docs
10px
Sourcefn border_l_11(self) -> Self
fn border_l_11(self) -> Self
Sets the border width of the left side of the element. Docs
11px
Sourcefn border_l_12(self) -> Self
fn border_l_12(self) -> Self
Sets the border width of the left side of the element. Docs
12px
Sourcefn border_l_16(self) -> Self
fn border_l_16(self) -> Self
Sets the border width of the left side of the element. Docs
16px
Sourcefn border_l_20(self) -> Self
fn border_l_20(self) -> Self
Sets the border width of the left side of the element. Docs
20px
Sourcefn border_l_24(self) -> Self
fn border_l_24(self) -> Self
Sets the border width of the left side of the element. Docs
24px
Sourcefn border_l_32(self) -> Self
fn border_l_32(self) -> Self
Sets the border width of the left side of the element. Docs
32px
Sourcefn border_x(self, length: impl Clone + Into<AbsoluteLength>) -> Self
fn border_x(self, length: impl Clone + Into<AbsoluteLength>) -> Self
Sets the border width of the vertical sides of the element. Docs
Sourcefn border_x_0(self) -> Self
fn border_x_0(self) -> Self
Sets the border width of the vertical sides of the element. Docs
0px
Sourcefn border_x_1(self) -> Self
fn border_x_1(self) -> Self
Sets the border width of the vertical sides of the element. Docs
1px
Sourcefn border_x_2(self) -> Self
fn border_x_2(self) -> Self
Sets the border width of the vertical sides of the element. Docs
2px
Sourcefn border_x_3(self) -> Self
fn border_x_3(self) -> Self
Sets the border width of the vertical sides of the element. Docs
3px
Sourcefn border_x_4(self) -> Self
fn border_x_4(self) -> Self
Sets the border width of the vertical sides of the element. Docs
4px
Sourcefn border_x_5(self) -> Self
fn border_x_5(self) -> Self
Sets the border width of the vertical sides of the element. Docs
5px
Sourcefn border_x_6(self) -> Self
fn border_x_6(self) -> Self
Sets the border width of the vertical sides of the element. Docs
6px
Sourcefn border_x_7(self) -> Self
fn border_x_7(self) -> Self
Sets the border width of the vertical sides of the element. Docs
7px
Sourcefn border_x_8(self) -> Self
fn border_x_8(self) -> Self
Sets the border width of the vertical sides of the element. Docs
8px
Sourcefn border_x_9(self) -> Self
fn border_x_9(self) -> Self
Sets the border width of the vertical sides of the element. Docs
9px
Sourcefn border_x_10(self) -> Self
fn border_x_10(self) -> Self
Sets the border width of the vertical sides of the element. Docs
10px
Sourcefn border_x_11(self) -> Self
fn border_x_11(self) -> Self
Sets the border width of the vertical sides of the element. Docs
11px
Sourcefn border_x_12(self) -> Self
fn border_x_12(self) -> Self
Sets the border width of the vertical sides of the element. Docs
12px
Sourcefn border_x_16(self) -> Self
fn border_x_16(self) -> Self
Sets the border width of the vertical sides of the element. Docs
16px
Sourcefn border_x_20(self) -> Self
fn border_x_20(self) -> Self
Sets the border width of the vertical sides of the element. Docs
20px
Sourcefn border_x_24(self) -> Self
fn border_x_24(self) -> Self
Sets the border width of the vertical sides of the element. Docs
24px
Sourcefn border_x_32(self) -> Self
fn border_x_32(self) -> Self
Sets the border width of the vertical sides of the element. Docs
32px
Sourcefn border_y(self, length: impl Clone + Into<AbsoluteLength>) -> Self
fn border_y(self, length: impl Clone + Into<AbsoluteLength>) -> Self
Sets the border width of the horizontal sides of the element. Docs
Sourcefn border_y_0(self) -> Self
fn border_y_0(self) -> Self
Sets the border width of the horizontal sides of the element. Docs
0px
Sourcefn border_y_1(self) -> Self
fn border_y_1(self) -> Self
Sets the border width of the horizontal sides of the element. Docs
1px
Sourcefn border_y_2(self) -> Self
fn border_y_2(self) -> Self
Sets the border width of the horizontal sides of the element. Docs
2px
Sourcefn border_y_3(self) -> Self
fn border_y_3(self) -> Self
Sets the border width of the horizontal sides of the element. Docs
3px
Sourcefn border_y_4(self) -> Self
fn border_y_4(self) -> Self
Sets the border width of the horizontal sides of the element. Docs
4px
Sourcefn border_y_5(self) -> Self
fn border_y_5(self) -> Self
Sets the border width of the horizontal sides of the element. Docs
5px
Sourcefn border_y_6(self) -> Self
fn border_y_6(self) -> Self
Sets the border width of the horizontal sides of the element. Docs
6px
Sourcefn border_y_7(self) -> Self
fn border_y_7(self) -> Self
Sets the border width of the horizontal sides of the element. Docs
7px
Sourcefn border_y_8(self) -> Self
fn border_y_8(self) -> Self
Sets the border width of the horizontal sides of the element. Docs
8px
Sourcefn border_y_9(self) -> Self
fn border_y_9(self) -> Self
Sets the border width of the horizontal sides of the element. Docs
9px
Sourcefn border_y_10(self) -> Self
fn border_y_10(self) -> Self
Sets the border width of the horizontal sides of the element. Docs
10px
Sourcefn border_y_11(self) -> Self
fn border_y_11(self) -> Self
Sets the border width of the horizontal sides of the element. Docs
11px
Sourcefn border_y_12(self) -> Self
fn border_y_12(self) -> Self
Sets the border width of the horizontal sides of the element. Docs
12px
Sourcefn border_y_16(self) -> Self
fn border_y_16(self) -> Self
Sets the border width of the horizontal sides of the element. Docs
16px
Sourcefn border_y_20(self) -> Self
fn border_y_20(self) -> Self
Sets the border width of the horizontal sides of the element. Docs
20px
Sourcefn border_y_24(self) -> Self
fn border_y_24(self) -> Self
Sets the border width of the horizontal sides of the element. Docs
24px
Sourcefn border_y_32(self) -> Self
fn border_y_32(self) -> Self
Sets the border width of the horizontal sides of the element. Docs
32px
Sourcefn shadow_none(self) -> Self
fn shadow_none(self) -> Self
Clears the box shadow of the element. Docs
Sourcefn shadow_2xs(self) -> Self
fn shadow_2xs(self) -> Self
Sets the box shadow of the element. Docs
Sourcefn shadow_2xl(self) -> Self
fn shadow_2xl(self) -> Self
Sets the box shadow of the element. Docs
Sets the display type of the element to none.
Docs
Sourcefn whitespace_normal(self) -> Self
fn whitespace_normal(self) -> Self
Sets the whitespace of the element to normal.
Docs
Sourcefn whitespace_nowrap(self) -> Self
fn whitespace_nowrap(self) -> Self
Sets the whitespace of the element to nowrap.
Docs
Sourcefn text_ellipsis(self) -> Self
fn text_ellipsis(self) -> Self
Sets the truncate overflowing text with an ellipsis (…) if needed. Docs
Sourcefn text_overflow(self, overflow: TextOverflow) -> Self
fn text_overflow(self, overflow: TextOverflow) -> Self
Sets the text overflow behavior of the element.
Sourcefn text_align(self, align: TextAlign) -> Self
fn text_align(self, align: TextAlign) -> Self
Set the text alignment of the element.
Sourcefn text_center(self) -> Self
fn text_center(self) -> Self
Sets the text alignment to center
Sourcefn text_right(self) -> Self
fn text_right(self) -> Self
Sets the text alignment to right
Sourcefn truncate(self) -> Self
fn truncate(self) -> Self
Sets the truncate to prevent text from wrapping and truncate overflowing text with an ellipsis (…) if needed. Docs
Sourcefn line_clamp(self, lines: usize) -> Self
fn line_clamp(self, lines: usize) -> Self
Sets number of lines to show before truncating the text. Docs
Sourcefn flex_col_reverse(self) -> Self
fn flex_col_reverse(self) -> Self
Sets the flex direction of the element to column-reverse.
Docs
Sourcefn flex_row_reverse(self) -> Self
fn flex_row_reverse(self) -> Self
Sets the flex direction of the element to row-reverse.
Docs
Sourcefn flex_1(self) -> Self
fn flex_1(self) -> Self
Sets the element to allow a flex item to grow and shrink as needed, ignoring its initial size. Docs
Sourcefn flex_auto(self) -> Self
fn flex_auto(self) -> Self
Sets the element to allow a flex item to grow and shrink, taking into account its initial size. Docs
Sourcefn flex_initial(self) -> Self
fn flex_initial(self) -> Self
Sets the element to allow a flex item to shrink but not grow, taking into account its initial size. Docs
Sourcefn flex_none(self) -> Self
fn flex_none(self) -> Self
Sets the element to prevent a flex item from growing or shrinking. Docs
Sourcefn flex_basis(self, basis: impl Into<Length>) -> Self
fn flex_basis(self, basis: impl Into<Length>) -> Self
Sets the initial size of flex items for this element. Docs
Sourcefn flex_grow(self) -> Self
fn flex_grow(self) -> Self
Sets the element to allow a flex item to grow to fill any available space. Docs
Sourcefn flex_shrink(self) -> Self
fn flex_shrink(self) -> Self
Sets the element to allow a flex item to shrink if needed. Docs
Sourcefn flex_shrink_0(self) -> Self
fn flex_shrink_0(self) -> Self
Sets the element to prevent a flex item from shrinking. Docs
Sourcefn flex_wrap_reverse(self) -> Self
fn flex_wrap_reverse(self) -> Self
Sets the element wrap flex items in the reverse direction. Docs
Sourcefn flex_nowrap(self) -> Self
fn flex_nowrap(self) -> Self
Sets the element to prevent flex items from wrapping, causing inflexible items to overflow the container if necessary. Docs
Sourcefn items_start(self) -> Self
fn items_start(self) -> Self
Sets the element to align flex items to the start of the container’s cross axis. Docs
Sourcefn items_end(self) -> Self
fn items_end(self) -> Self
Sets the element to align flex items to the end of the container’s cross axis. Docs
Sourcefn items_center(self) -> Self
fn items_center(self) -> Self
Sets the element to align flex items along the center of the container’s cross axis. Docs
Sourcefn items_baseline(self) -> Self
fn items_baseline(self) -> Self
Sets the element to align flex items along the baseline of the container’s cross axis. Docs
Sourcefn justify_start(self) -> Self
fn justify_start(self) -> Self
Sets the element to justify flex items against the start of the container’s main axis. Docs
Sourcefn justify_end(self) -> Self
fn justify_end(self) -> Self
Sets the element to justify flex items against the end of the container’s main axis. Docs
Sourcefn justify_center(self) -> Self
fn justify_center(self) -> Self
Sets the element to justify flex items along the center of the container’s main axis. Docs
Sourcefn justify_between(self) -> Self
fn justify_between(self) -> Self
Sets the element to justify flex items along the container’s main axis such that there is an equal amount of space between each item. Docs
Sourcefn justify_around(self) -> Self
fn justify_around(self) -> Self
Sets the element to justify items along the container’s main axis such that there is an equal amount of space on each side of each item. Docs
Sourcefn justify_evenly(self) -> Self
fn justify_evenly(self) -> Self
Sets the element to justify items along the container’s main axis such that there is an equal amount of space around each item, but also accounting for the doubling of space you would normally see between each item when using justify-around. Docs
Sourcefn content_normal(self) -> Self
fn content_normal(self) -> Self
Sets the element to pack content items in their default position as if no align-content value was set. Docs
Sourcefn content_center(self) -> Self
fn content_center(self) -> Self
Sets the element to pack content items in the center of the container’s cross axis. Docs
Sourcefn content_start(self) -> Self
fn content_start(self) -> Self
Sets the element to pack content items against the start of the container’s cross axis. Docs
Sourcefn content_end(self) -> Self
fn content_end(self) -> Self
Sets the element to pack content items against the end of the container’s cross axis. Docs
Sourcefn content_between(self) -> Self
fn content_between(self) -> Self
Sets the element to pack content items along the container’s cross axis such that there is an equal amount of space between each item. Docs
Sourcefn content_around(self) -> Self
fn content_around(self) -> Self
Sets the element to pack content items along the container’s cross axis such that there is an equal amount of space on each side of each item. Docs
Sourcefn content_evenly(self) -> Self
fn content_evenly(self) -> Self
Sets the element to pack content items along the container’s cross axis such that there is an equal amount of space between each item. Docs
Sourcefn content_stretch(self) -> Self
fn content_stretch(self) -> Self
Sets the element to allow content items to fill the available space along the container’s cross axis. Docs
Sourcefn border_dashed(self) -> Self
fn border_dashed(self) -> Self
Sets the border style of the element.
Sourcefn text_style(&mut self) -> &mut Option<TextStyleRefinement>
fn text_style(&mut self) -> &mut Option<TextStyleRefinement>
Returns a mutable reference to the text style that has been configured on this element.
Sourcefn text_color(self, color: impl Into<Hsla>) -> Self
fn text_color(self, color: impl Into<Hsla>) -> Self
Sets the text color of this element.
This value cascades to its child elements.
Sourcefn font_weight(self, weight: FontWeight) -> Self
fn font_weight(self, weight: FontWeight) -> Self
Sets the font weight of this element
This value cascades to its child elements.
Sourcefn text_bg(self, bg: impl Into<Hsla>) -> Self
fn text_bg(self, bg: impl Into<Hsla>) -> Self
Sets the background color of this element.
This value cascades to its child elements.
Sourcefn text_size(self, size: impl Into<AbsoluteLength>) -> Self
fn text_size(self, size: impl Into<AbsoluteLength>) -> Self
Sets the text size of this element.
This value cascades to its child elements.
Sourcefn not_italic(self) -> Self
fn not_italic(self) -> Self
Sets the font style of the element to normal (not italic). Docs
Sourcefn line_through(self) -> Self
fn line_through(self) -> Self
Sets the decoration of the text to have a line through it. Docs
Sourcefn text_decoration_none(self) -> Self
fn text_decoration_none(self) -> Self
Removes the text decoration on this element.
This value cascades to its child elements.
Sourcefn text_decoration_color(self, color: impl Into<Hsla>) -> Self
fn text_decoration_color(self, color: impl Into<Hsla>) -> Self
Sets the color for the underline on this element
Sourcefn text_decoration_solid(self) -> Self
fn text_decoration_solid(self) -> Self
Sets the text decoration style to a solid line. Docs
Sourcefn text_decoration_wavy(self) -> Self
fn text_decoration_wavy(self) -> Self
Sets the text decoration style to a wavy line. Docs
Sourcefn text_decoration_0(self) -> Self
fn text_decoration_0(self) -> Self
Sets the text decoration to be 0px thick. Docs
Sourcefn text_decoration_1(self) -> Self
fn text_decoration_1(self) -> Self
Sets the text decoration to be 1px thick. Docs
Sourcefn text_decoration_2(self) -> Self
fn text_decoration_2(self) -> Self
Sets the text decoration to be 2px thick. Docs
Sourcefn text_decoration_4(self) -> Self
fn text_decoration_4(self) -> Self
Sets the text decoration to be 4px thick. Docs
Sourcefn text_decoration_8(self) -> Self
fn text_decoration_8(self) -> Self
Sets the text decoration to be 8px thick. Docs
Sourcefn font_family(self, family_name: impl Into<SharedString>) -> Self
fn font_family(self, family_name: impl Into<SharedString>) -> Self
Sets the font family of this element and its children.
Sourcefn font_features(self, features: FontFeatures) -> Self
fn font_features(self, features: FontFeatures) -> Self
Sets the font features of this element and its children.
Sourcefn line_height(self, line_height: impl Into<DefiniteLength>) -> Self
fn line_height(self, line_height: impl Into<DefiniteLength>) -> Self
Sets the line height of this element and its children.
Sourcefn col_start_auto(self) -> Self
fn col_start_auto(self) -> Self
Sets the column start of this element to auto.
Sourcefn col_end_auto(self) -> Self
fn col_end_auto(self) -> Self
Sets the column end of this element to auto.
Sourcefn col_span_full(self) -> Self
fn col_span_full(self) -> Self
Sets the row span of this element.
Sourcefn row_start_auto(self) -> Self
fn row_start_auto(self) -> Self
Sets the row start of this element to “auto”
Sourcefn row_end_auto(self) -> Self
fn row_end_auto(self) -> Self
Sets the row end of this element to “auto”
Sourcefn row_span_full(self) -> Self
fn row_span_full(self) -> Self
Sets the row span of this element.
Sourcefn debug_below(self) -> Self
fn debug_below(self) -> Self
Draws a debug border on all conforming elements below this element.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.