pub trait Styled: Sized {
Show 2809 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 neg_w_0(self) -> Self { ... }
fn w_0p5(self) -> Self { ... }
fn neg_w_0p5(self) -> Self { ... }
fn w_1(self) -> Self { ... }
fn neg_w_1(self) -> Self { ... }
fn w_1p5(self) -> Self { ... }
fn neg_w_1p5(self) -> Self { ... }
fn w_2(self) -> Self { ... }
fn neg_w_2(self) -> Self { ... }
fn w_2p5(self) -> Self { ... }
fn neg_w_2p5(self) -> Self { ... }
fn w_3(self) -> Self { ... }
fn neg_w_3(self) -> Self { ... }
fn w_3p5(self) -> Self { ... }
fn neg_w_3p5(self) -> Self { ... }
fn w_4(self) -> Self { ... }
fn neg_w_4(self) -> Self { ... }
fn w_5(self) -> Self { ... }
fn neg_w_5(self) -> Self { ... }
fn w_6(self) -> Self { ... }
fn neg_w_6(self) -> Self { ... }
fn w_7(self) -> Self { ... }
fn neg_w_7(self) -> Self { ... }
fn w_8(self) -> Self { ... }
fn neg_w_8(self) -> Self { ... }
fn w_9(self) -> Self { ... }
fn neg_w_9(self) -> Self { ... }
fn w_10(self) -> Self { ... }
fn neg_w_10(self) -> Self { ... }
fn w_11(self) -> Self { ... }
fn neg_w_11(self) -> Self { ... }
fn w_12(self) -> Self { ... }
fn neg_w_12(self) -> Self { ... }
fn w_16(self) -> Self { ... }
fn neg_w_16(self) -> Self { ... }
fn w_20(self) -> Self { ... }
fn neg_w_20(self) -> Self { ... }
fn w_24(self) -> Self { ... }
fn neg_w_24(self) -> Self { ... }
fn w_32(self) -> Self { ... }
fn neg_w_32(self) -> Self { ... }
fn w_40(self) -> Self { ... }
fn neg_w_40(self) -> Self { ... }
fn w_48(self) -> Self { ... }
fn neg_w_48(self) -> Self { ... }
fn w_56(self) -> Self { ... }
fn neg_w_56(self) -> Self { ... }
fn w_64(self) -> Self { ... }
fn neg_w_64(self) -> Self { ... }
fn w_72(self) -> Self { ... }
fn neg_w_72(self) -> Self { ... }
fn w_80(self) -> Self { ... }
fn neg_w_80(self) -> Self { ... }
fn w_96(self) -> Self { ... }
fn neg_w_96(self) -> Self { ... }
fn w_auto(self) -> Self { ... }
fn w_px(self) -> Self { ... }
fn neg_w_px(self) -> Self { ... }
fn w_full(self) -> Self { ... }
fn neg_w_full(self) -> Self { ... }
fn w_1_2(self) -> Self { ... }
fn neg_w_1_2(self) -> Self { ... }
fn w_1_3(self) -> Self { ... }
fn neg_w_1_3(self) -> Self { ... }
fn w_2_3(self) -> Self { ... }
fn neg_w_2_3(self) -> Self { ... }
fn w_1_4(self) -> Self { ... }
fn neg_w_1_4(self) -> Self { ... }
fn w_2_4(self) -> Self { ... }
fn neg_w_2_4(self) -> Self { ... }
fn w_3_4(self) -> Self { ... }
fn neg_w_3_4(self) -> Self { ... }
fn w_1_5(self) -> Self { ... }
fn neg_w_1_5(self) -> Self { ... }
fn w_2_5(self) -> Self { ... }
fn neg_w_2_5(self) -> Self { ... }
fn w_3_5(self) -> Self { ... }
fn neg_w_3_5(self) -> Self { ... }
fn w_4_5(self) -> Self { ... }
fn neg_w_4_5(self) -> Self { ... }
fn w_1_6(self) -> Self { ... }
fn neg_w_1_6(self) -> Self { ... }
fn w_5_6(self) -> Self { ... }
fn neg_w_5_6(self) -> Self { ... }
fn w_1_12(self) -> Self { ... }
fn neg_w_1_12(self) -> Self { ... }
fn h(self, length: impl Clone + Into<Length>) -> Self { ... }
fn h_0(self) -> Self { ... }
fn neg_h_0(self) -> Self { ... }
fn h_0p5(self) -> Self { ... }
fn neg_h_0p5(self) -> Self { ... }
fn h_1(self) -> Self { ... }
fn neg_h_1(self) -> Self { ... }
fn h_1p5(self) -> Self { ... }
fn neg_h_1p5(self) -> Self { ... }
fn h_2(self) -> Self { ... }
fn neg_h_2(self) -> Self { ... }
fn h_2p5(self) -> Self { ... }
fn neg_h_2p5(self) -> Self { ... }
fn h_3(self) -> Self { ... }
fn neg_h_3(self) -> Self { ... }
fn h_3p5(self) -> Self { ... }
fn neg_h_3p5(self) -> Self { ... }
fn h_4(self) -> Self { ... }
fn neg_h_4(self) -> Self { ... }
fn h_5(self) -> Self { ... }
fn neg_h_5(self) -> Self { ... }
fn h_6(self) -> Self { ... }
fn neg_h_6(self) -> Self { ... }
fn h_7(self) -> Self { ... }
fn neg_h_7(self) -> Self { ... }
fn h_8(self) -> Self { ... }
fn neg_h_8(self) -> Self { ... }
fn h_9(self) -> Self { ... }
fn neg_h_9(self) -> Self { ... }
fn h_10(self) -> Self { ... }
fn neg_h_10(self) -> Self { ... }
fn h_11(self) -> Self { ... }
fn neg_h_11(self) -> Self { ... }
fn h_12(self) -> Self { ... }
fn neg_h_12(self) -> Self { ... }
fn h_16(self) -> Self { ... }
fn neg_h_16(self) -> Self { ... }
fn h_20(self) -> Self { ... }
fn neg_h_20(self) -> Self { ... }
fn h_24(self) -> Self { ... }
fn neg_h_24(self) -> Self { ... }
fn h_32(self) -> Self { ... }
fn neg_h_32(self) -> Self { ... }
fn h_40(self) -> Self { ... }
fn neg_h_40(self) -> Self { ... }
fn h_48(self) -> Self { ... }
fn neg_h_48(self) -> Self { ... }
fn h_56(self) -> Self { ... }
fn neg_h_56(self) -> Self { ... }
fn h_64(self) -> Self { ... }
fn neg_h_64(self) -> Self { ... }
fn h_72(self) -> Self { ... }
fn neg_h_72(self) -> Self { ... }
fn h_80(self) -> Self { ... }
fn neg_h_80(self) -> Self { ... }
fn h_96(self) -> Self { ... }
fn neg_h_96(self) -> Self { ... }
fn h_auto(self) -> Self { ... }
fn h_px(self) -> Self { ... }
fn neg_h_px(self) -> Self { ... }
fn h_full(self) -> Self { ... }
fn neg_h_full(self) -> Self { ... }
fn h_1_2(self) -> Self { ... }
fn neg_h_1_2(self) -> Self { ... }
fn h_1_3(self) -> Self { ... }
fn neg_h_1_3(self) -> Self { ... }
fn h_2_3(self) -> Self { ... }
fn neg_h_2_3(self) -> Self { ... }
fn h_1_4(self) -> Self { ... }
fn neg_h_1_4(self) -> Self { ... }
fn h_2_4(self) -> Self { ... }
fn neg_h_2_4(self) -> Self { ... }
fn h_3_4(self) -> Self { ... }
fn neg_h_3_4(self) -> Self { ... }
fn h_1_5(self) -> Self { ... }
fn neg_h_1_5(self) -> Self { ... }
fn h_2_5(self) -> Self { ... }
fn neg_h_2_5(self) -> Self { ... }
fn h_3_5(self) -> Self { ... }
fn neg_h_3_5(self) -> Self { ... }
fn h_4_5(self) -> Self { ... }
fn neg_h_4_5(self) -> Self { ... }
fn h_1_6(self) -> Self { ... }
fn neg_h_1_6(self) -> Self { ... }
fn h_5_6(self) -> Self { ... }
fn neg_h_5_6(self) -> Self { ... }
fn h_1_12(self) -> Self { ... }
fn neg_h_1_12(self) -> Self { ... }
fn size(self, length: impl Clone + Into<Length>) -> Self { ... }
fn size_0(self) -> Self { ... }
fn neg_size_0(self) -> Self { ... }
fn size_0p5(self) -> Self { ... }
fn neg_size_0p5(self) -> Self { ... }
fn size_1(self) -> Self { ... }
fn neg_size_1(self) -> Self { ... }
fn size_1p5(self) -> Self { ... }
fn neg_size_1p5(self) -> Self { ... }
fn size_2(self) -> Self { ... }
fn neg_size_2(self) -> Self { ... }
fn size_2p5(self) -> Self { ... }
fn neg_size_2p5(self) -> Self { ... }
fn size_3(self) -> Self { ... }
fn neg_size_3(self) -> Self { ... }
fn size_3p5(self) -> Self { ... }
fn neg_size_3p5(self) -> Self { ... }
fn size_4(self) -> Self { ... }
fn neg_size_4(self) -> Self { ... }
fn size_5(self) -> Self { ... }
fn neg_size_5(self) -> Self { ... }
fn size_6(self) -> Self { ... }
fn neg_size_6(self) -> Self { ... }
fn size_7(self) -> Self { ... }
fn neg_size_7(self) -> Self { ... }
fn size_8(self) -> Self { ... }
fn neg_size_8(self) -> Self { ... }
fn size_9(self) -> Self { ... }
fn neg_size_9(self) -> Self { ... }
fn size_10(self) -> Self { ... }
fn neg_size_10(self) -> Self { ... }
fn size_11(self) -> Self { ... }
fn neg_size_11(self) -> Self { ... }
fn size_12(self) -> Self { ... }
fn neg_size_12(self) -> Self { ... }
fn size_16(self) -> Self { ... }
fn neg_size_16(self) -> Self { ... }
fn size_20(self) -> Self { ... }
fn neg_size_20(self) -> Self { ... }
fn size_24(self) -> Self { ... }
fn neg_size_24(self) -> Self { ... }
fn size_32(self) -> Self { ... }
fn neg_size_32(self) -> Self { ... }
fn size_40(self) -> Self { ... }
fn neg_size_40(self) -> Self { ... }
fn size_48(self) -> Self { ... }
fn neg_size_48(self) -> Self { ... }
fn size_56(self) -> Self { ... }
fn neg_size_56(self) -> Self { ... }
fn size_64(self) -> Self { ... }
fn neg_size_64(self) -> Self { ... }
fn size_72(self) -> Self { ... }
fn neg_size_72(self) -> Self { ... }
fn size_80(self) -> Self { ... }
fn neg_size_80(self) -> Self { ... }
fn size_96(self) -> Self { ... }
fn neg_size_96(self) -> Self { ... }
fn size_auto(self) -> Self { ... }
fn size_px(self) -> Self { ... }
fn neg_size_px(self) -> Self { ... }
fn size_full(self) -> Self { ... }
fn neg_size_full(self) -> Self { ... }
fn size_1_2(self) -> Self { ... }
fn neg_size_1_2(self) -> Self { ... }
fn size_1_3(self) -> Self { ... }
fn neg_size_1_3(self) -> Self { ... }
fn size_2_3(self) -> Self { ... }
fn neg_size_2_3(self) -> Self { ... }
fn size_1_4(self) -> Self { ... }
fn neg_size_1_4(self) -> Self { ... }
fn size_2_4(self) -> Self { ... }
fn neg_size_2_4(self) -> Self { ... }
fn size_3_4(self) -> Self { ... }
fn neg_size_3_4(self) -> Self { ... }
fn size_1_5(self) -> Self { ... }
fn neg_size_1_5(self) -> Self { ... }
fn size_2_5(self) -> Self { ... }
fn neg_size_2_5(self) -> Self { ... }
fn size_3_5(self) -> Self { ... }
fn neg_size_3_5(self) -> Self { ... }
fn size_4_5(self) -> Self { ... }
fn neg_size_4_5(self) -> Self { ... }
fn size_1_6(self) -> Self { ... }
fn neg_size_1_6(self) -> Self { ... }
fn size_5_6(self) -> Self { ... }
fn neg_size_5_6(self) -> Self { ... }
fn size_1_12(self) -> Self { ... }
fn neg_size_1_12(self) -> Self { ... }
fn min_w(self, length: impl Clone + Into<Length>) -> Self { ... }
fn min_w_0(self) -> Self { ... }
fn neg_min_w_0(self) -> Self { ... }
fn min_w_0p5(self) -> Self { ... }
fn neg_min_w_0p5(self) -> Self { ... }
fn min_w_1(self) -> Self { ... }
fn neg_min_w_1(self) -> Self { ... }
fn min_w_1p5(self) -> Self { ... }
fn neg_min_w_1p5(self) -> Self { ... }
fn min_w_2(self) -> Self { ... }
fn neg_min_w_2(self) -> Self { ... }
fn min_w_2p5(self) -> Self { ... }
fn neg_min_w_2p5(self) -> Self { ... }
fn min_w_3(self) -> Self { ... }
fn neg_min_w_3(self) -> Self { ... }
fn min_w_3p5(self) -> Self { ... }
fn neg_min_w_3p5(self) -> Self { ... }
fn min_w_4(self) -> Self { ... }
fn neg_min_w_4(self) -> Self { ... }
fn min_w_5(self) -> Self { ... }
fn neg_min_w_5(self) -> Self { ... }
fn min_w_6(self) -> Self { ... }
fn neg_min_w_6(self) -> Self { ... }
fn min_w_7(self) -> Self { ... }
fn neg_min_w_7(self) -> Self { ... }
fn min_w_8(self) -> Self { ... }
fn neg_min_w_8(self) -> Self { ... }
fn min_w_9(self) -> Self { ... }
fn neg_min_w_9(self) -> Self { ... }
fn min_w_10(self) -> Self { ... }
fn neg_min_w_10(self) -> Self { ... }
fn min_w_11(self) -> Self { ... }
fn neg_min_w_11(self) -> Self { ... }
fn min_w_12(self) -> Self { ... }
fn neg_min_w_12(self) -> Self { ... }
fn min_w_16(self) -> Self { ... }
fn neg_min_w_16(self) -> Self { ... }
fn min_w_20(self) -> Self { ... }
fn neg_min_w_20(self) -> Self { ... }
fn min_w_24(self) -> Self { ... }
fn neg_min_w_24(self) -> Self { ... }
fn min_w_32(self) -> Self { ... }
fn neg_min_w_32(self) -> Self { ... }
fn min_w_40(self) -> Self { ... }
fn neg_min_w_40(self) -> Self { ... }
fn min_w_48(self) -> Self { ... }
fn neg_min_w_48(self) -> Self { ... }
fn min_w_56(self) -> Self { ... }
fn neg_min_w_56(self) -> Self { ... }
fn min_w_64(self) -> Self { ... }
fn neg_min_w_64(self) -> Self { ... }
fn min_w_72(self) -> Self { ... }
fn neg_min_w_72(self) -> Self { ... }
fn min_w_80(self) -> Self { ... }
fn neg_min_w_80(self) -> Self { ... }
fn min_w_96(self) -> Self { ... }
fn neg_min_w_96(self) -> Self { ... }
fn min_w_auto(self) -> Self { ... }
fn min_w_px(self) -> Self { ... }
fn neg_min_w_px(self) -> Self { ... }
fn min_w_full(self) -> Self { ... }
fn neg_min_w_full(self) -> Self { ... }
fn min_w_1_2(self) -> Self { ... }
fn neg_min_w_1_2(self) -> Self { ... }
fn min_w_1_3(self) -> Self { ... }
fn neg_min_w_1_3(self) -> Self { ... }
fn min_w_2_3(self) -> Self { ... }
fn neg_min_w_2_3(self) -> Self { ... }
fn min_w_1_4(self) -> Self { ... }
fn neg_min_w_1_4(self) -> Self { ... }
fn min_w_2_4(self) -> Self { ... }
fn neg_min_w_2_4(self) -> Self { ... }
fn min_w_3_4(self) -> Self { ... }
fn neg_min_w_3_4(self) -> Self { ... }
fn min_w_1_5(self) -> Self { ... }
fn neg_min_w_1_5(self) -> Self { ... }
fn min_w_2_5(self) -> Self { ... }
fn neg_min_w_2_5(self) -> Self { ... }
fn min_w_3_5(self) -> Self { ... }
fn neg_min_w_3_5(self) -> Self { ... }
fn min_w_4_5(self) -> Self { ... }
fn neg_min_w_4_5(self) -> Self { ... }
fn min_w_1_6(self) -> Self { ... }
fn neg_min_w_1_6(self) -> Self { ... }
fn min_w_5_6(self) -> Self { ... }
fn neg_min_w_5_6(self) -> Self { ... }
fn min_w_1_12(self) -> Self { ... }
fn neg_min_w_1_12(self) -> Self { ... }
fn min_h(self, length: impl Clone + Into<Length>) -> Self { ... }
fn min_h_0(self) -> Self { ... }
fn neg_min_h_0(self) -> Self { ... }
fn min_h_0p5(self) -> Self { ... }
fn neg_min_h_0p5(self) -> Self { ... }
fn min_h_1(self) -> Self { ... }
fn neg_min_h_1(self) -> Self { ... }
fn min_h_1p5(self) -> Self { ... }
fn neg_min_h_1p5(self) -> Self { ... }
fn min_h_2(self) -> Self { ... }
fn neg_min_h_2(self) -> Self { ... }
fn min_h_2p5(self) -> Self { ... }
fn neg_min_h_2p5(self) -> Self { ... }
fn min_h_3(self) -> Self { ... }
fn neg_min_h_3(self) -> Self { ... }
fn min_h_3p5(self) -> Self { ... }
fn neg_min_h_3p5(self) -> Self { ... }
fn min_h_4(self) -> Self { ... }
fn neg_min_h_4(self) -> Self { ... }
fn min_h_5(self) -> Self { ... }
fn neg_min_h_5(self) -> Self { ... }
fn min_h_6(self) -> Self { ... }
fn neg_min_h_6(self) -> Self { ... }
fn min_h_7(self) -> Self { ... }
fn neg_min_h_7(self) -> Self { ... }
fn min_h_8(self) -> Self { ... }
fn neg_min_h_8(self) -> Self { ... }
fn min_h_9(self) -> Self { ... }
fn neg_min_h_9(self) -> Self { ... }
fn min_h_10(self) -> Self { ... }
fn neg_min_h_10(self) -> Self { ... }
fn min_h_11(self) -> Self { ... }
fn neg_min_h_11(self) -> Self { ... }
fn min_h_12(self) -> Self { ... }
fn neg_min_h_12(self) -> Self { ... }
fn min_h_16(self) -> Self { ... }
fn neg_min_h_16(self) -> Self { ... }
fn min_h_20(self) -> Self { ... }
fn neg_min_h_20(self) -> Self { ... }
fn min_h_24(self) -> Self { ... }
fn neg_min_h_24(self) -> Self { ... }
fn min_h_32(self) -> Self { ... }
fn neg_min_h_32(self) -> Self { ... }
fn min_h_40(self) -> Self { ... }
fn neg_min_h_40(self) -> Self { ... }
fn min_h_48(self) -> Self { ... }
fn neg_min_h_48(self) -> Self { ... }
fn min_h_56(self) -> Self { ... }
fn neg_min_h_56(self) -> Self { ... }
fn min_h_64(self) -> Self { ... }
fn neg_min_h_64(self) -> Self { ... }
fn min_h_72(self) -> Self { ... }
fn neg_min_h_72(self) -> Self { ... }
fn min_h_80(self) -> Self { ... }
fn neg_min_h_80(self) -> Self { ... }
fn min_h_96(self) -> Self { ... }
fn neg_min_h_96(self) -> Self { ... }
fn min_h_auto(self) -> Self { ... }
fn min_h_px(self) -> Self { ... }
fn neg_min_h_px(self) -> Self { ... }
fn min_h_full(self) -> Self { ... }
fn neg_min_h_full(self) -> Self { ... }
fn min_h_1_2(self) -> Self { ... }
fn neg_min_h_1_2(self) -> Self { ... }
fn min_h_1_3(self) -> Self { ... }
fn neg_min_h_1_3(self) -> Self { ... }
fn min_h_2_3(self) -> Self { ... }
fn neg_min_h_2_3(self) -> Self { ... }
fn min_h_1_4(self) -> Self { ... }
fn neg_min_h_1_4(self) -> Self { ... }
fn min_h_2_4(self) -> Self { ... }
fn neg_min_h_2_4(self) -> Self { ... }
fn min_h_3_4(self) -> Self { ... }
fn neg_min_h_3_4(self) -> Self { ... }
fn min_h_1_5(self) -> Self { ... }
fn neg_min_h_1_5(self) -> Self { ... }
fn min_h_2_5(self) -> Self { ... }
fn neg_min_h_2_5(self) -> Self { ... }
fn min_h_3_5(self) -> Self { ... }
fn neg_min_h_3_5(self) -> Self { ... }
fn min_h_4_5(self) -> Self { ... }
fn neg_min_h_4_5(self) -> Self { ... }
fn min_h_1_6(self) -> Self { ... }
fn neg_min_h_1_6(self) -> Self { ... }
fn min_h_5_6(self) -> Self { ... }
fn neg_min_h_5_6(self) -> Self { ... }
fn min_h_1_12(self) -> Self { ... }
fn neg_min_h_1_12(self) -> Self { ... }
fn max_w(self, length: impl Clone + Into<Length>) -> Self { ... }
fn max_w_0(self) -> Self { ... }
fn neg_max_w_0(self) -> Self { ... }
fn max_w_0p5(self) -> Self { ... }
fn neg_max_w_0p5(self) -> Self { ... }
fn max_w_1(self) -> Self { ... }
fn neg_max_w_1(self) -> Self { ... }
fn max_w_1p5(self) -> Self { ... }
fn neg_max_w_1p5(self) -> Self { ... }
fn max_w_2(self) -> Self { ... }
fn neg_max_w_2(self) -> Self { ... }
fn max_w_2p5(self) -> Self { ... }
fn neg_max_w_2p5(self) -> Self { ... }
fn max_w_3(self) -> Self { ... }
fn neg_max_w_3(self) -> Self { ... }
fn max_w_3p5(self) -> Self { ... }
fn neg_max_w_3p5(self) -> Self { ... }
fn max_w_4(self) -> Self { ... }
fn neg_max_w_4(self) -> Self { ... }
fn max_w_5(self) -> Self { ... }
fn neg_max_w_5(self) -> Self { ... }
fn max_w_6(self) -> Self { ... }
fn neg_max_w_6(self) -> Self { ... }
fn max_w_7(self) -> Self { ... }
fn neg_max_w_7(self) -> Self { ... }
fn max_w_8(self) -> Self { ... }
fn neg_max_w_8(self) -> Self { ... }
fn max_w_9(self) -> Self { ... }
fn neg_max_w_9(self) -> Self { ... }
fn max_w_10(self) -> Self { ... }
fn neg_max_w_10(self) -> Self { ... }
fn max_w_11(self) -> Self { ... }
fn neg_max_w_11(self) -> Self { ... }
fn max_w_12(self) -> Self { ... }
fn neg_max_w_12(self) -> Self { ... }
fn max_w_16(self) -> Self { ... }
fn neg_max_w_16(self) -> Self { ... }
fn max_w_20(self) -> Self { ... }
fn neg_max_w_20(self) -> Self { ... }
fn max_w_24(self) -> Self { ... }
fn neg_max_w_24(self) -> Self { ... }
fn max_w_32(self) -> Self { ... }
fn neg_max_w_32(self) -> Self { ... }
fn max_w_40(self) -> Self { ... }
fn neg_max_w_40(self) -> Self { ... }
fn max_w_48(self) -> Self { ... }
fn neg_max_w_48(self) -> Self { ... }
fn max_w_56(self) -> Self { ... }
fn neg_max_w_56(self) -> Self { ... }
fn max_w_64(self) -> Self { ... }
fn neg_max_w_64(self) -> Self { ... }
fn max_w_72(self) -> Self { ... }
fn neg_max_w_72(self) -> Self { ... }
fn max_w_80(self) -> Self { ... }
fn neg_max_w_80(self) -> Self { ... }
fn max_w_96(self) -> Self { ... }
fn neg_max_w_96(self) -> Self { ... }
fn max_w_auto(self) -> Self { ... }
fn max_w_px(self) -> Self { ... }
fn neg_max_w_px(self) -> Self { ... }
fn max_w_full(self) -> Self { ... }
fn neg_max_w_full(self) -> Self { ... }
fn max_w_1_2(self) -> Self { ... }
fn neg_max_w_1_2(self) -> Self { ... }
fn max_w_1_3(self) -> Self { ... }
fn neg_max_w_1_3(self) -> Self { ... }
fn max_w_2_3(self) -> Self { ... }
fn neg_max_w_2_3(self) -> Self { ... }
fn max_w_1_4(self) -> Self { ... }
fn neg_max_w_1_4(self) -> Self { ... }
fn max_w_2_4(self) -> Self { ... }
fn neg_max_w_2_4(self) -> Self { ... }
fn max_w_3_4(self) -> Self { ... }
fn neg_max_w_3_4(self) -> Self { ... }
fn max_w_1_5(self) -> Self { ... }
fn neg_max_w_1_5(self) -> Self { ... }
fn max_w_2_5(self) -> Self { ... }
fn neg_max_w_2_5(self) -> Self { ... }
fn max_w_3_5(self) -> Self { ... }
fn neg_max_w_3_5(self) -> Self { ... }
fn max_w_4_5(self) -> Self { ... }
fn neg_max_w_4_5(self) -> Self { ... }
fn max_w_1_6(self) -> Self { ... }
fn neg_max_w_1_6(self) -> Self { ... }
fn max_w_5_6(self) -> Self { ... }
fn neg_max_w_5_6(self) -> Self { ... }
fn max_w_1_12(self) -> Self { ... }
fn neg_max_w_1_12(self) -> Self { ... }
fn max_h(self, length: impl Clone + Into<Length>) -> Self { ... }
fn max_h_0(self) -> Self { ... }
fn neg_max_h_0(self) -> Self { ... }
fn max_h_0p5(self) -> Self { ... }
fn neg_max_h_0p5(self) -> Self { ... }
fn max_h_1(self) -> Self { ... }
fn neg_max_h_1(self) -> Self { ... }
fn max_h_1p5(self) -> Self { ... }
fn neg_max_h_1p5(self) -> Self { ... }
fn max_h_2(self) -> Self { ... }
fn neg_max_h_2(self) -> Self { ... }
fn max_h_2p5(self) -> Self { ... }
fn neg_max_h_2p5(self) -> Self { ... }
fn max_h_3(self) -> Self { ... }
fn neg_max_h_3(self) -> Self { ... }
fn max_h_3p5(self) -> Self { ... }
fn neg_max_h_3p5(self) -> Self { ... }
fn max_h_4(self) -> Self { ... }
fn neg_max_h_4(self) -> Self { ... }
fn max_h_5(self) -> Self { ... }
fn neg_max_h_5(self) -> Self { ... }
fn max_h_6(self) -> Self { ... }
fn neg_max_h_6(self) -> Self { ... }
fn max_h_7(self) -> Self { ... }
fn neg_max_h_7(self) -> Self { ... }
fn max_h_8(self) -> Self { ... }
fn neg_max_h_8(self) -> Self { ... }
fn max_h_9(self) -> Self { ... }
fn neg_max_h_9(self) -> Self { ... }
fn max_h_10(self) -> Self { ... }
fn neg_max_h_10(self) -> Self { ... }
fn max_h_11(self) -> Self { ... }
fn neg_max_h_11(self) -> Self { ... }
fn max_h_12(self) -> Self { ... }
fn neg_max_h_12(self) -> Self { ... }
fn max_h_16(self) -> Self { ... }
fn neg_max_h_16(self) -> Self { ... }
fn max_h_20(self) -> Self { ... }
fn neg_max_h_20(self) -> Self { ... }
fn max_h_24(self) -> Self { ... }
fn neg_max_h_24(self) -> Self { ... }
fn max_h_32(self) -> Self { ... }
fn neg_max_h_32(self) -> Self { ... }
fn max_h_40(self) -> Self { ... }
fn neg_max_h_40(self) -> Self { ... }
fn max_h_48(self) -> Self { ... }
fn neg_max_h_48(self) -> Self { ... }
fn max_h_56(self) -> Self { ... }
fn neg_max_h_56(self) -> Self { ... }
fn max_h_64(self) -> Self { ... }
fn neg_max_h_64(self) -> Self { ... }
fn max_h_72(self) -> Self { ... }
fn neg_max_h_72(self) -> Self { ... }
fn max_h_80(self) -> Self { ... }
fn neg_max_h_80(self) -> Self { ... }
fn max_h_96(self) -> Self { ... }
fn neg_max_h_96(self) -> Self { ... }
fn max_h_auto(self) -> Self { ... }
fn max_h_px(self) -> Self { ... }
fn neg_max_h_px(self) -> Self { ... }
fn max_h_full(self) -> Self { ... }
fn neg_max_h_full(self) -> Self { ... }
fn max_h_1_2(self) -> Self { ... }
fn neg_max_h_1_2(self) -> Self { ... }
fn max_h_1_3(self) -> Self { ... }
fn neg_max_h_1_3(self) -> Self { ... }
fn max_h_2_3(self) -> Self { ... }
fn neg_max_h_2_3(self) -> Self { ... }
fn max_h_1_4(self) -> Self { ... }
fn neg_max_h_1_4(self) -> Self { ... }
fn max_h_2_4(self) -> Self { ... }
fn neg_max_h_2_4(self) -> Self { ... }
fn max_h_3_4(self) -> Self { ... }
fn neg_max_h_3_4(self) -> Self { ... }
fn max_h_1_5(self) -> Self { ... }
fn neg_max_h_1_5(self) -> Self { ... }
fn max_h_2_5(self) -> Self { ... }
fn neg_max_h_2_5(self) -> Self { ... }
fn max_h_3_5(self) -> Self { ... }
fn neg_max_h_3_5(self) -> Self { ... }
fn max_h_4_5(self) -> Self { ... }
fn neg_max_h_4_5(self) -> Self { ... }
fn max_h_1_6(self) -> Self { ... }
fn neg_max_h_1_6(self) -> Self { ... }
fn max_h_5_6(self) -> Self { ... }
fn neg_max_h_5_6(self) -> Self { ... }
fn max_h_1_12(self) -> Self { ... }
fn neg_max_h_1_12(self) -> Self { ... }
fn m(self, length: impl Clone + Into<Length>) -> Self { ... }
fn m_0(self) -> Self { ... }
fn neg_m_0(self) -> Self { ... }
fn m_0p5(self) -> Self { ... }
fn neg_m_0p5(self) -> Self { ... }
fn m_1(self) -> Self { ... }
fn neg_m_1(self) -> Self { ... }
fn m_1p5(self) -> Self { ... }
fn neg_m_1p5(self) -> Self { ... }
fn m_2(self) -> Self { ... }
fn neg_m_2(self) -> Self { ... }
fn m_2p5(self) -> Self { ... }
fn neg_m_2p5(self) -> Self { ... }
fn m_3(self) -> Self { ... }
fn neg_m_3(self) -> Self { ... }
fn m_3p5(self) -> Self { ... }
fn neg_m_3p5(self) -> Self { ... }
fn m_4(self) -> Self { ... }
fn neg_m_4(self) -> Self { ... }
fn m_5(self) -> Self { ... }
fn neg_m_5(self) -> Self { ... }
fn m_6(self) -> Self { ... }
fn neg_m_6(self) -> Self { ... }
fn m_7(self) -> Self { ... }
fn neg_m_7(self) -> Self { ... }
fn m_8(self) -> Self { ... }
fn neg_m_8(self) -> Self { ... }
fn m_9(self) -> Self { ... }
fn neg_m_9(self) -> Self { ... }
fn m_10(self) -> Self { ... }
fn neg_m_10(self) -> Self { ... }
fn m_11(self) -> Self { ... }
fn neg_m_11(self) -> Self { ... }
fn m_12(self) -> Self { ... }
fn neg_m_12(self) -> Self { ... }
fn m_16(self) -> Self { ... }
fn neg_m_16(self) -> Self { ... }
fn m_20(self) -> Self { ... }
fn neg_m_20(self) -> Self { ... }
fn m_24(self) -> Self { ... }
fn neg_m_24(self) -> Self { ... }
fn m_32(self) -> Self { ... }
fn neg_m_32(self) -> Self { ... }
fn m_40(self) -> Self { ... }
fn neg_m_40(self) -> Self { ... }
fn m_48(self) -> Self { ... }
fn neg_m_48(self) -> Self { ... }
fn m_56(self) -> Self { ... }
fn neg_m_56(self) -> Self { ... }
fn m_64(self) -> Self { ... }
fn neg_m_64(self) -> Self { ... }
fn m_72(self) -> Self { ... }
fn neg_m_72(self) -> Self { ... }
fn m_80(self) -> Self { ... }
fn neg_m_80(self) -> Self { ... }
fn m_96(self) -> Self { ... }
fn neg_m_96(self) -> Self { ... }
fn m_auto(self) -> Self { ... }
fn m_px(self) -> Self { ... }
fn neg_m_px(self) -> Self { ... }
fn m_full(self) -> Self { ... }
fn neg_m_full(self) -> Self { ... }
fn m_1_2(self) -> Self { ... }
fn neg_m_1_2(self) -> Self { ... }
fn m_1_3(self) -> Self { ... }
fn neg_m_1_3(self) -> Self { ... }
fn m_2_3(self) -> Self { ... }
fn neg_m_2_3(self) -> Self { ... }
fn m_1_4(self) -> Self { ... }
fn neg_m_1_4(self) -> Self { ... }
fn m_2_4(self) -> Self { ... }
fn neg_m_2_4(self) -> Self { ... }
fn m_3_4(self) -> Self { ... }
fn neg_m_3_4(self) -> Self { ... }
fn m_1_5(self) -> Self { ... }
fn neg_m_1_5(self) -> Self { ... }
fn m_2_5(self) -> Self { ... }
fn neg_m_2_5(self) -> Self { ... }
fn m_3_5(self) -> Self { ... }
fn neg_m_3_5(self) -> Self { ... }
fn m_4_5(self) -> Self { ... }
fn neg_m_4_5(self) -> Self { ... }
fn m_1_6(self) -> Self { ... }
fn neg_m_1_6(self) -> Self { ... }
fn m_5_6(self) -> Self { ... }
fn neg_m_5_6(self) -> Self { ... }
fn m_1_12(self) -> Self { ... }
fn neg_m_1_12(self) -> Self { ... }
fn mt(self, length: impl Clone + Into<Length>) -> Self { ... }
fn mt_0(self) -> Self { ... }
fn neg_mt_0(self) -> Self { ... }
fn mt_0p5(self) -> Self { ... }
fn neg_mt_0p5(self) -> Self { ... }
fn mt_1(self) -> Self { ... }
fn neg_mt_1(self) -> Self { ... }
fn mt_1p5(self) -> Self { ... }
fn neg_mt_1p5(self) -> Self { ... }
fn mt_2(self) -> Self { ... }
fn neg_mt_2(self) -> Self { ... }
fn mt_2p5(self) -> Self { ... }
fn neg_mt_2p5(self) -> Self { ... }
fn mt_3(self) -> Self { ... }
fn neg_mt_3(self) -> Self { ... }
fn mt_3p5(self) -> Self { ... }
fn neg_mt_3p5(self) -> Self { ... }
fn mt_4(self) -> Self { ... }
fn neg_mt_4(self) -> Self { ... }
fn mt_5(self) -> Self { ... }
fn neg_mt_5(self) -> Self { ... }
fn mt_6(self) -> Self { ... }
fn neg_mt_6(self) -> Self { ... }
fn mt_7(self) -> Self { ... }
fn neg_mt_7(self) -> Self { ... }
fn mt_8(self) -> Self { ... }
fn neg_mt_8(self) -> Self { ... }
fn mt_9(self) -> Self { ... }
fn neg_mt_9(self) -> Self { ... }
fn mt_10(self) -> Self { ... }
fn neg_mt_10(self) -> Self { ... }
fn mt_11(self) -> Self { ... }
fn neg_mt_11(self) -> Self { ... }
fn mt_12(self) -> Self { ... }
fn neg_mt_12(self) -> Self { ... }
fn mt_16(self) -> Self { ... }
fn neg_mt_16(self) -> Self { ... }
fn mt_20(self) -> Self { ... }
fn neg_mt_20(self) -> Self { ... }
fn mt_24(self) -> Self { ... }
fn neg_mt_24(self) -> Self { ... }
fn mt_32(self) -> Self { ... }
fn neg_mt_32(self) -> Self { ... }
fn mt_40(self) -> Self { ... }
fn neg_mt_40(self) -> Self { ... }
fn mt_48(self) -> Self { ... }
fn neg_mt_48(self) -> Self { ... }
fn mt_56(self) -> Self { ... }
fn neg_mt_56(self) -> Self { ... }
fn mt_64(self) -> Self { ... }
fn neg_mt_64(self) -> Self { ... }
fn mt_72(self) -> Self { ... }
fn neg_mt_72(self) -> Self { ... }
fn mt_80(self) -> Self { ... }
fn neg_mt_80(self) -> Self { ... }
fn mt_96(self) -> Self { ... }
fn neg_mt_96(self) -> Self { ... }
fn mt_auto(self) -> Self { ... }
fn mt_px(self) -> Self { ... }
fn neg_mt_px(self) -> Self { ... }
fn mt_full(self) -> Self { ... }
fn neg_mt_full(self) -> Self { ... }
fn mt_1_2(self) -> Self { ... }
fn neg_mt_1_2(self) -> Self { ... }
fn mt_1_3(self) -> Self { ... }
fn neg_mt_1_3(self) -> Self { ... }
fn mt_2_3(self) -> Self { ... }
fn neg_mt_2_3(self) -> Self { ... }
fn mt_1_4(self) -> Self { ... }
fn neg_mt_1_4(self) -> Self { ... }
fn mt_2_4(self) -> Self { ... }
fn neg_mt_2_4(self) -> Self { ... }
fn mt_3_4(self) -> Self { ... }
fn neg_mt_3_4(self) -> Self { ... }
fn mt_1_5(self) -> Self { ... }
fn neg_mt_1_5(self) -> Self { ... }
fn mt_2_5(self) -> Self { ... }
fn neg_mt_2_5(self) -> Self { ... }
fn mt_3_5(self) -> Self { ... }
fn neg_mt_3_5(self) -> Self { ... }
fn mt_4_5(self) -> Self { ... }
fn neg_mt_4_5(self) -> Self { ... }
fn mt_1_6(self) -> Self { ... }
fn neg_mt_1_6(self) -> Self { ... }
fn mt_5_6(self) -> Self { ... }
fn neg_mt_5_6(self) -> Self { ... }
fn mt_1_12(self) -> Self { ... }
fn neg_mt_1_12(self) -> Self { ... }
fn mb(self, length: impl Clone + Into<Length>) -> Self { ... }
fn mb_0(self) -> Self { ... }
fn neg_mb_0(self) -> Self { ... }
fn mb_0p5(self) -> Self { ... }
fn neg_mb_0p5(self) -> Self { ... }
fn mb_1(self) -> Self { ... }
fn neg_mb_1(self) -> Self { ... }
fn mb_1p5(self) -> Self { ... }
fn neg_mb_1p5(self) -> Self { ... }
fn mb_2(self) -> Self { ... }
fn neg_mb_2(self) -> Self { ... }
fn mb_2p5(self) -> Self { ... }
fn neg_mb_2p5(self) -> Self { ... }
fn mb_3(self) -> Self { ... }
fn neg_mb_3(self) -> Self { ... }
fn mb_3p5(self) -> Self { ... }
fn neg_mb_3p5(self) -> Self { ... }
fn mb_4(self) -> Self { ... }
fn neg_mb_4(self) -> Self { ... }
fn mb_5(self) -> Self { ... }
fn neg_mb_5(self) -> Self { ... }
fn mb_6(self) -> Self { ... }
fn neg_mb_6(self) -> Self { ... }
fn mb_7(self) -> Self { ... }
fn neg_mb_7(self) -> Self { ... }
fn mb_8(self) -> Self { ... }
fn neg_mb_8(self) -> Self { ... }
fn mb_9(self) -> Self { ... }
fn neg_mb_9(self) -> Self { ... }
fn mb_10(self) -> Self { ... }
fn neg_mb_10(self) -> Self { ... }
fn mb_11(self) -> Self { ... }
fn neg_mb_11(self) -> Self { ... }
fn mb_12(self) -> Self { ... }
fn neg_mb_12(self) -> Self { ... }
fn mb_16(self) -> Self { ... }
fn neg_mb_16(self) -> Self { ... }
fn mb_20(self) -> Self { ... }
fn neg_mb_20(self) -> Self { ... }
fn mb_24(self) -> Self { ... }
fn neg_mb_24(self) -> Self { ... }
fn mb_32(self) -> Self { ... }
fn neg_mb_32(self) -> Self { ... }
fn mb_40(self) -> Self { ... }
fn neg_mb_40(self) -> Self { ... }
fn mb_48(self) -> Self { ... }
fn neg_mb_48(self) -> Self { ... }
fn mb_56(self) -> Self { ... }
fn neg_mb_56(self) -> Self { ... }
fn mb_64(self) -> Self { ... }
fn neg_mb_64(self) -> Self { ... }
fn mb_72(self) -> Self { ... }
fn neg_mb_72(self) -> Self { ... }
fn mb_80(self) -> Self { ... }
fn neg_mb_80(self) -> Self { ... }
fn mb_96(self) -> Self { ... }
fn neg_mb_96(self) -> Self { ... }
fn mb_auto(self) -> Self { ... }
fn mb_px(self) -> Self { ... }
fn neg_mb_px(self) -> Self { ... }
fn mb_full(self) -> Self { ... }
fn neg_mb_full(self) -> Self { ... }
fn mb_1_2(self) -> Self { ... }
fn neg_mb_1_2(self) -> Self { ... }
fn mb_1_3(self) -> Self { ... }
fn neg_mb_1_3(self) -> Self { ... }
fn mb_2_3(self) -> Self { ... }
fn neg_mb_2_3(self) -> Self { ... }
fn mb_1_4(self) -> Self { ... }
fn neg_mb_1_4(self) -> Self { ... }
fn mb_2_4(self) -> Self { ... }
fn neg_mb_2_4(self) -> Self { ... }
fn mb_3_4(self) -> Self { ... }
fn neg_mb_3_4(self) -> Self { ... }
fn mb_1_5(self) -> Self { ... }
fn neg_mb_1_5(self) -> Self { ... }
fn mb_2_5(self) -> Self { ... }
fn neg_mb_2_5(self) -> Self { ... }
fn mb_3_5(self) -> Self { ... }
fn neg_mb_3_5(self) -> Self { ... }
fn mb_4_5(self) -> Self { ... }
fn neg_mb_4_5(self) -> Self { ... }
fn mb_1_6(self) -> Self { ... }
fn neg_mb_1_6(self) -> Self { ... }
fn mb_5_6(self) -> Self { ... }
fn neg_mb_5_6(self) -> Self { ... }
fn mb_1_12(self) -> Self { ... }
fn neg_mb_1_12(self) -> Self { ... }
fn my(self, length: impl Clone + Into<Length>) -> Self { ... }
fn my_0(self) -> Self { ... }
fn neg_my_0(self) -> Self { ... }
fn my_0p5(self) -> Self { ... }
fn neg_my_0p5(self) -> Self { ... }
fn my_1(self) -> Self { ... }
fn neg_my_1(self) -> Self { ... }
fn my_1p5(self) -> Self { ... }
fn neg_my_1p5(self) -> Self { ... }
fn my_2(self) -> Self { ... }
fn neg_my_2(self) -> Self { ... }
fn my_2p5(self) -> Self { ... }
fn neg_my_2p5(self) -> Self { ... }
fn my_3(self) -> Self { ... }
fn neg_my_3(self) -> Self { ... }
fn my_3p5(self) -> Self { ... }
fn neg_my_3p5(self) -> Self { ... }
fn my_4(self) -> Self { ... }
fn neg_my_4(self) -> Self { ... }
fn my_5(self) -> Self { ... }
fn neg_my_5(self) -> Self { ... }
fn my_6(self) -> Self { ... }
fn neg_my_6(self) -> Self { ... }
fn my_7(self) -> Self { ... }
fn neg_my_7(self) -> Self { ... }
fn my_8(self) -> Self { ... }
fn neg_my_8(self) -> Self { ... }
fn my_9(self) -> Self { ... }
fn neg_my_9(self) -> Self { ... }
fn my_10(self) -> Self { ... }
fn neg_my_10(self) -> Self { ... }
fn my_11(self) -> Self { ... }
fn neg_my_11(self) -> Self { ... }
fn my_12(self) -> Self { ... }
fn neg_my_12(self) -> Self { ... }
fn my_16(self) -> Self { ... }
fn neg_my_16(self) -> Self { ... }
fn my_20(self) -> Self { ... }
fn neg_my_20(self) -> Self { ... }
fn my_24(self) -> Self { ... }
fn neg_my_24(self) -> Self { ... }
fn my_32(self) -> Self { ... }
fn neg_my_32(self) -> Self { ... }
fn my_40(self) -> Self { ... }
fn neg_my_40(self) -> Self { ... }
fn my_48(self) -> Self { ... }
fn neg_my_48(self) -> Self { ... }
fn my_56(self) -> Self { ... }
fn neg_my_56(self) -> Self { ... }
fn my_64(self) -> Self { ... }
fn neg_my_64(self) -> Self { ... }
fn my_72(self) -> Self { ... }
fn neg_my_72(self) -> Self { ... }
fn my_80(self) -> Self { ... }
fn neg_my_80(self) -> Self { ... }
fn my_96(self) -> Self { ... }
fn neg_my_96(self) -> Self { ... }
fn my_auto(self) -> Self { ... }
fn my_px(self) -> Self { ... }
fn neg_my_px(self) -> Self { ... }
fn my_full(self) -> Self { ... }
fn neg_my_full(self) -> Self { ... }
fn my_1_2(self) -> Self { ... }
fn neg_my_1_2(self) -> Self { ... }
fn my_1_3(self) -> Self { ... }
fn neg_my_1_3(self) -> Self { ... }
fn my_2_3(self) -> Self { ... }
fn neg_my_2_3(self) -> Self { ... }
fn my_1_4(self) -> Self { ... }
fn neg_my_1_4(self) -> Self { ... }
fn my_2_4(self) -> Self { ... }
fn neg_my_2_4(self) -> Self { ... }
fn my_3_4(self) -> Self { ... }
fn neg_my_3_4(self) -> Self { ... }
fn my_1_5(self) -> Self { ... }
fn neg_my_1_5(self) -> Self { ... }
fn my_2_5(self) -> Self { ... }
fn neg_my_2_5(self) -> Self { ... }
fn my_3_5(self) -> Self { ... }
fn neg_my_3_5(self) -> Self { ... }
fn my_4_5(self) -> Self { ... }
fn neg_my_4_5(self) -> Self { ... }
fn my_1_6(self) -> Self { ... }
fn neg_my_1_6(self) -> Self { ... }
fn my_5_6(self) -> Self { ... }
fn neg_my_5_6(self) -> Self { ... }
fn my_1_12(self) -> Self { ... }
fn neg_my_1_12(self) -> Self { ... }
fn mx(self, length: impl Clone + Into<Length>) -> Self { ... }
fn mx_0(self) -> Self { ... }
fn neg_mx_0(self) -> Self { ... }
fn mx_0p5(self) -> Self { ... }
fn neg_mx_0p5(self) -> Self { ... }
fn mx_1(self) -> Self { ... }
fn neg_mx_1(self) -> Self { ... }
fn mx_1p5(self) -> Self { ... }
fn neg_mx_1p5(self) -> Self { ... }
fn mx_2(self) -> Self { ... }
fn neg_mx_2(self) -> Self { ... }
fn mx_2p5(self) -> Self { ... }
fn neg_mx_2p5(self) -> Self { ... }
fn mx_3(self) -> Self { ... }
fn neg_mx_3(self) -> Self { ... }
fn mx_3p5(self) -> Self { ... }
fn neg_mx_3p5(self) -> Self { ... }
fn mx_4(self) -> Self { ... }
fn neg_mx_4(self) -> Self { ... }
fn mx_5(self) -> Self { ... }
fn neg_mx_5(self) -> Self { ... }
fn mx_6(self) -> Self { ... }
fn neg_mx_6(self) -> Self { ... }
fn mx_7(self) -> Self { ... }
fn neg_mx_7(self) -> Self { ... }
fn mx_8(self) -> Self { ... }
fn neg_mx_8(self) -> Self { ... }
fn mx_9(self) -> Self { ... }
fn neg_mx_9(self) -> Self { ... }
fn mx_10(self) -> Self { ... }
fn neg_mx_10(self) -> Self { ... }
fn mx_11(self) -> Self { ... }
fn neg_mx_11(self) -> Self { ... }
fn mx_12(self) -> Self { ... }
fn neg_mx_12(self) -> Self { ... }
fn mx_16(self) -> Self { ... }
fn neg_mx_16(self) -> Self { ... }
fn mx_20(self) -> Self { ... }
fn neg_mx_20(self) -> Self { ... }
fn mx_24(self) -> Self { ... }
fn neg_mx_24(self) -> Self { ... }
fn mx_32(self) -> Self { ... }
fn neg_mx_32(self) -> Self { ... }
fn mx_40(self) -> Self { ... }
fn neg_mx_40(self) -> Self { ... }
fn mx_48(self) -> Self { ... }
fn neg_mx_48(self) -> Self { ... }
fn mx_56(self) -> Self { ... }
fn neg_mx_56(self) -> Self { ... }
fn mx_64(self) -> Self { ... }
fn neg_mx_64(self) -> Self { ... }
fn mx_72(self) -> Self { ... }
fn neg_mx_72(self) -> Self { ... }
fn mx_80(self) -> Self { ... }
fn neg_mx_80(self) -> Self { ... }
fn mx_96(self) -> Self { ... }
fn neg_mx_96(self) -> Self { ... }
fn mx_auto(self) -> Self { ... }
fn mx_px(self) -> Self { ... }
fn neg_mx_px(self) -> Self { ... }
fn mx_full(self) -> Self { ... }
fn neg_mx_full(self) -> Self { ... }
fn mx_1_2(self) -> Self { ... }
fn neg_mx_1_2(self) -> Self { ... }
fn mx_1_3(self) -> Self { ... }
fn neg_mx_1_3(self) -> Self { ... }
fn mx_2_3(self) -> Self { ... }
fn neg_mx_2_3(self) -> Self { ... }
fn mx_1_4(self) -> Self { ... }
fn neg_mx_1_4(self) -> Self { ... }
fn mx_2_4(self) -> Self { ... }
fn neg_mx_2_4(self) -> Self { ... }
fn mx_3_4(self) -> Self { ... }
fn neg_mx_3_4(self) -> Self { ... }
fn mx_1_5(self) -> Self { ... }
fn neg_mx_1_5(self) -> Self { ... }
fn mx_2_5(self) -> Self { ... }
fn neg_mx_2_5(self) -> Self { ... }
fn mx_3_5(self) -> Self { ... }
fn neg_mx_3_5(self) -> Self { ... }
fn mx_4_5(self) -> Self { ... }
fn neg_mx_4_5(self) -> Self { ... }
fn mx_1_6(self) -> Self { ... }
fn neg_mx_1_6(self) -> Self { ... }
fn mx_5_6(self) -> Self { ... }
fn neg_mx_5_6(self) -> Self { ... }
fn mx_1_12(self) -> Self { ... }
fn neg_mx_1_12(self) -> Self { ... }
fn ml(self, length: impl Clone + Into<Length>) -> Self { ... }
fn ml_0(self) -> Self { ... }
fn neg_ml_0(self) -> Self { ... }
fn ml_0p5(self) -> Self { ... }
fn neg_ml_0p5(self) -> Self { ... }
fn ml_1(self) -> Self { ... }
fn neg_ml_1(self) -> Self { ... }
fn ml_1p5(self) -> Self { ... }
fn neg_ml_1p5(self) -> Self { ... }
fn ml_2(self) -> Self { ... }
fn neg_ml_2(self) -> Self { ... }
fn ml_2p5(self) -> Self { ... }
fn neg_ml_2p5(self) -> Self { ... }
fn ml_3(self) -> Self { ... }
fn neg_ml_3(self) -> Self { ... }
fn ml_3p5(self) -> Self { ... }
fn neg_ml_3p5(self) -> Self { ... }
fn ml_4(self) -> Self { ... }
fn neg_ml_4(self) -> Self { ... }
fn ml_5(self) -> Self { ... }
fn neg_ml_5(self) -> Self { ... }
fn ml_6(self) -> Self { ... }
fn neg_ml_6(self) -> Self { ... }
fn ml_7(self) -> Self { ... }
fn neg_ml_7(self) -> Self { ... }
fn ml_8(self) -> Self { ... }
fn neg_ml_8(self) -> Self { ... }
fn ml_9(self) -> Self { ... }
fn neg_ml_9(self) -> Self { ... }
fn ml_10(self) -> Self { ... }
fn neg_ml_10(self) -> Self { ... }
fn ml_11(self) -> Self { ... }
fn neg_ml_11(self) -> Self { ... }
fn ml_12(self) -> Self { ... }
fn neg_ml_12(self) -> Self { ... }
fn ml_16(self) -> Self { ... }
fn neg_ml_16(self) -> Self { ... }
fn ml_20(self) -> Self { ... }
fn neg_ml_20(self) -> Self { ... }
fn ml_24(self) -> Self { ... }
fn neg_ml_24(self) -> Self { ... }
fn ml_32(self) -> Self { ... }
fn neg_ml_32(self) -> Self { ... }
fn ml_40(self) -> Self { ... }
fn neg_ml_40(self) -> Self { ... }
fn ml_48(self) -> Self { ... }
fn neg_ml_48(self) -> Self { ... }
fn ml_56(self) -> Self { ... }
fn neg_ml_56(self) -> Self { ... }
fn ml_64(self) -> Self { ... }
fn neg_ml_64(self) -> Self { ... }
fn ml_72(self) -> Self { ... }
fn neg_ml_72(self) -> Self { ... }
fn ml_80(self) -> Self { ... }
fn neg_ml_80(self) -> Self { ... }
fn ml_96(self) -> Self { ... }
fn neg_ml_96(self) -> Self { ... }
fn ml_auto(self) -> Self { ... }
fn ml_px(self) -> Self { ... }
fn neg_ml_px(self) -> Self { ... }
fn ml_full(self) -> Self { ... }
fn neg_ml_full(self) -> Self { ... }
fn ml_1_2(self) -> Self { ... }
fn neg_ml_1_2(self) -> Self { ... }
fn ml_1_3(self) -> Self { ... }
fn neg_ml_1_3(self) -> Self { ... }
fn ml_2_3(self) -> Self { ... }
fn neg_ml_2_3(self) -> Self { ... }
fn ml_1_4(self) -> Self { ... }
fn neg_ml_1_4(self) -> Self { ... }
fn ml_2_4(self) -> Self { ... }
fn neg_ml_2_4(self) -> Self { ... }
fn ml_3_4(self) -> Self { ... }
fn neg_ml_3_4(self) -> Self { ... }
fn ml_1_5(self) -> Self { ... }
fn neg_ml_1_5(self) -> Self { ... }
fn ml_2_5(self) -> Self { ... }
fn neg_ml_2_5(self) -> Self { ... }
fn ml_3_5(self) -> Self { ... }
fn neg_ml_3_5(self) -> Self { ... }
fn ml_4_5(self) -> Self { ... }
fn neg_ml_4_5(self) -> Self { ... }
fn ml_1_6(self) -> Self { ... }
fn neg_ml_1_6(self) -> Self { ... }
fn ml_5_6(self) -> Self { ... }
fn neg_ml_5_6(self) -> Self { ... }
fn ml_1_12(self) -> Self { ... }
fn neg_ml_1_12(self) -> Self { ... }
fn mr(self, length: impl Clone + Into<Length>) -> Self { ... }
fn mr_0(self) -> Self { ... }
fn neg_mr_0(self) -> Self { ... }
fn mr_0p5(self) -> Self { ... }
fn neg_mr_0p5(self) -> Self { ... }
fn mr_1(self) -> Self { ... }
fn neg_mr_1(self) -> Self { ... }
fn mr_1p5(self) -> Self { ... }
fn neg_mr_1p5(self) -> Self { ... }
fn mr_2(self) -> Self { ... }
fn neg_mr_2(self) -> Self { ... }
fn mr_2p5(self) -> Self { ... }
fn neg_mr_2p5(self) -> Self { ... }
fn mr_3(self) -> Self { ... }
fn neg_mr_3(self) -> Self { ... }
fn mr_3p5(self) -> Self { ... }
fn neg_mr_3p5(self) -> Self { ... }
fn mr_4(self) -> Self { ... }
fn neg_mr_4(self) -> Self { ... }
fn mr_5(self) -> Self { ... }
fn neg_mr_5(self) -> Self { ... }
fn mr_6(self) -> Self { ... }
fn neg_mr_6(self) -> Self { ... }
fn mr_7(self) -> Self { ... }
fn neg_mr_7(self) -> Self { ... }
fn mr_8(self) -> Self { ... }
fn neg_mr_8(self) -> Self { ... }
fn mr_9(self) -> Self { ... }
fn neg_mr_9(self) -> Self { ... }
fn mr_10(self) -> Self { ... }
fn neg_mr_10(self) -> Self { ... }
fn mr_11(self) -> Self { ... }
fn neg_mr_11(self) -> Self { ... }
fn mr_12(self) -> Self { ... }
fn neg_mr_12(self) -> Self { ... }
fn mr_16(self) -> Self { ... }
fn neg_mr_16(self) -> Self { ... }
fn mr_20(self) -> Self { ... }
fn neg_mr_20(self) -> Self { ... }
fn mr_24(self) -> Self { ... }
fn neg_mr_24(self) -> Self { ... }
fn mr_32(self) -> Self { ... }
fn neg_mr_32(self) -> Self { ... }
fn mr_40(self) -> Self { ... }
fn neg_mr_40(self) -> Self { ... }
fn mr_48(self) -> Self { ... }
fn neg_mr_48(self) -> Self { ... }
fn mr_56(self) -> Self { ... }
fn neg_mr_56(self) -> Self { ... }
fn mr_64(self) -> Self { ... }
fn neg_mr_64(self) -> Self { ... }
fn mr_72(self) -> Self { ... }
fn neg_mr_72(self) -> Self { ... }
fn mr_80(self) -> Self { ... }
fn neg_mr_80(self) -> Self { ... }
fn mr_96(self) -> Self { ... }
fn neg_mr_96(self) -> Self { ... }
fn mr_auto(self) -> Self { ... }
fn mr_px(self) -> Self { ... }
fn neg_mr_px(self) -> Self { ... }
fn mr_full(self) -> Self { ... }
fn neg_mr_full(self) -> Self { ... }
fn mr_1_2(self) -> Self { ... }
fn neg_mr_1_2(self) -> Self { ... }
fn mr_1_3(self) -> Self { ... }
fn neg_mr_1_3(self) -> Self { ... }
fn mr_2_3(self) -> Self { ... }
fn neg_mr_2_3(self) -> Self { ... }
fn mr_1_4(self) -> Self { ... }
fn neg_mr_1_4(self) -> Self { ... }
fn mr_2_4(self) -> Self { ... }
fn neg_mr_2_4(self) -> Self { ... }
fn mr_3_4(self) -> Self { ... }
fn neg_mr_3_4(self) -> Self { ... }
fn mr_1_5(self) -> Self { ... }
fn neg_mr_1_5(self) -> Self { ... }
fn mr_2_5(self) -> Self { ... }
fn neg_mr_2_5(self) -> Self { ... }
fn mr_3_5(self) -> Self { ... }
fn neg_mr_3_5(self) -> Self { ... }
fn mr_4_5(self) -> Self { ... }
fn neg_mr_4_5(self) -> Self { ... }
fn mr_1_6(self) -> Self { ... }
fn neg_mr_1_6(self) -> Self { ... }
fn mr_5_6(self) -> Self { ... }
fn neg_mr_5_6(self) -> Self { ... }
fn mr_1_12(self) -> Self { ... }
fn neg_mr_1_12(self) -> Self { ... }
fn p(self, length: impl Clone + Into<DefiniteLength>) -> Self { ... }
fn p_0(self) -> Self { ... }
fn neg_p_0(self) -> Self { ... }
fn p_0p5(self) -> Self { ... }
fn neg_p_0p5(self) -> Self { ... }
fn p_1(self) -> Self { ... }
fn neg_p_1(self) -> Self { ... }
fn p_1p5(self) -> Self { ... }
fn neg_p_1p5(self) -> Self { ... }
fn p_2(self) -> Self { ... }
fn neg_p_2(self) -> Self { ... }
fn p_2p5(self) -> Self { ... }
fn neg_p_2p5(self) -> Self { ... }
fn p_3(self) -> Self { ... }
fn neg_p_3(self) -> Self { ... }
fn p_3p5(self) -> Self { ... }
fn neg_p_3p5(self) -> Self { ... }
fn p_4(self) -> Self { ... }
fn neg_p_4(self) -> Self { ... }
fn p_5(self) -> Self { ... }
fn neg_p_5(self) -> Self { ... }
fn p_6(self) -> Self { ... }
fn neg_p_6(self) -> Self { ... }
fn p_7(self) -> Self { ... }
fn neg_p_7(self) -> Self { ... }
fn p_8(self) -> Self { ... }
fn neg_p_8(self) -> Self { ... }
fn p_9(self) -> Self { ... }
fn neg_p_9(self) -> Self { ... }
fn p_10(self) -> Self { ... }
fn neg_p_10(self) -> Self { ... }
fn p_11(self) -> Self { ... }
fn neg_p_11(self) -> Self { ... }
fn p_12(self) -> Self { ... }
fn neg_p_12(self) -> Self { ... }
fn p_16(self) -> Self { ... }
fn neg_p_16(self) -> Self { ... }
fn p_20(self) -> Self { ... }
fn neg_p_20(self) -> Self { ... }
fn p_24(self) -> Self { ... }
fn neg_p_24(self) -> Self { ... }
fn p_32(self) -> Self { ... }
fn neg_p_32(self) -> Self { ... }
fn p_40(self) -> Self { ... }
fn neg_p_40(self) -> Self { ... }
fn p_48(self) -> Self { ... }
fn neg_p_48(self) -> Self { ... }
fn p_56(self) -> Self { ... }
fn neg_p_56(self) -> Self { ... }
fn p_64(self) -> Self { ... }
fn neg_p_64(self) -> Self { ... }
fn p_72(self) -> Self { ... }
fn neg_p_72(self) -> Self { ... }
fn p_80(self) -> Self { ... }
fn neg_p_80(self) -> Self { ... }
fn p_96(self) -> Self { ... }
fn neg_p_96(self) -> Self { ... }
fn p_px(self) -> Self { ... }
fn neg_p_px(self) -> Self { ... }
fn p_full(self) -> Self { ... }
fn neg_p_full(self) -> Self { ... }
fn p_1_2(self) -> Self { ... }
fn neg_p_1_2(self) -> Self { ... }
fn p_1_3(self) -> Self { ... }
fn neg_p_1_3(self) -> Self { ... }
fn p_2_3(self) -> Self { ... }
fn neg_p_2_3(self) -> Self { ... }
fn p_1_4(self) -> Self { ... }
fn neg_p_1_4(self) -> Self { ... }
fn p_2_4(self) -> Self { ... }
fn neg_p_2_4(self) -> Self { ... }
fn p_3_4(self) -> Self { ... }
fn neg_p_3_4(self) -> Self { ... }
fn p_1_5(self) -> Self { ... }
fn neg_p_1_5(self) -> Self { ... }
fn p_2_5(self) -> Self { ... }
fn neg_p_2_5(self) -> Self { ... }
fn p_3_5(self) -> Self { ... }
fn neg_p_3_5(self) -> Self { ... }
fn p_4_5(self) -> Self { ... }
fn neg_p_4_5(self) -> Self { ... }
fn p_1_6(self) -> Self { ... }
fn neg_p_1_6(self) -> Self { ... }
fn p_5_6(self) -> Self { ... }
fn neg_p_5_6(self) -> Self { ... }
fn p_1_12(self) -> Self { ... }
fn neg_p_1_12(self) -> Self { ... }
fn pt(self, length: impl Clone + Into<DefiniteLength>) -> Self { ... }
fn pt_0(self) -> Self { ... }
fn neg_pt_0(self) -> Self { ... }
fn pt_0p5(self) -> Self { ... }
fn neg_pt_0p5(self) -> Self { ... }
fn pt_1(self) -> Self { ... }
fn neg_pt_1(self) -> Self { ... }
fn pt_1p5(self) -> Self { ... }
fn neg_pt_1p5(self) -> Self { ... }
fn pt_2(self) -> Self { ... }
fn neg_pt_2(self) -> Self { ... }
fn pt_2p5(self) -> Self { ... }
fn neg_pt_2p5(self) -> Self { ... }
fn pt_3(self) -> Self { ... }
fn neg_pt_3(self) -> Self { ... }
fn pt_3p5(self) -> Self { ... }
fn neg_pt_3p5(self) -> Self { ... }
fn pt_4(self) -> Self { ... }
fn neg_pt_4(self) -> Self { ... }
fn pt_5(self) -> Self { ... }
fn neg_pt_5(self) -> Self { ... }
fn pt_6(self) -> Self { ... }
fn neg_pt_6(self) -> Self { ... }
fn pt_7(self) -> Self { ... }
fn neg_pt_7(self) -> Self { ... }
fn pt_8(self) -> Self { ... }
fn neg_pt_8(self) -> Self { ... }
fn pt_9(self) -> Self { ... }
fn neg_pt_9(self) -> Self { ... }
fn pt_10(self) -> Self { ... }
fn neg_pt_10(self) -> Self { ... }
fn pt_11(self) -> Self { ... }
fn neg_pt_11(self) -> Self { ... }
fn pt_12(self) -> Self { ... }
fn neg_pt_12(self) -> Self { ... }
fn pt_16(self) -> Self { ... }
fn neg_pt_16(self) -> Self { ... }
fn pt_20(self) -> Self { ... }
fn neg_pt_20(self) -> Self { ... }
fn pt_24(self) -> Self { ... }
fn neg_pt_24(self) -> Self { ... }
fn pt_32(self) -> Self { ... }
fn neg_pt_32(self) -> Self { ... }
fn pt_40(self) -> Self { ... }
fn neg_pt_40(self) -> Self { ... }
fn pt_48(self) -> Self { ... }
fn neg_pt_48(self) -> Self { ... }
fn pt_56(self) -> Self { ... }
fn neg_pt_56(self) -> Self { ... }
fn pt_64(self) -> Self { ... }
fn neg_pt_64(self) -> Self { ... }
fn pt_72(self) -> Self { ... }
fn neg_pt_72(self) -> Self { ... }
fn pt_80(self) -> Self { ... }
fn neg_pt_80(self) -> Self { ... }
fn pt_96(self) -> Self { ... }
fn neg_pt_96(self) -> Self { ... }
fn pt_px(self) -> Self { ... }
fn neg_pt_px(self) -> Self { ... }
fn pt_full(self) -> Self { ... }
fn neg_pt_full(self) -> Self { ... }
fn pt_1_2(self) -> Self { ... }
fn neg_pt_1_2(self) -> Self { ... }
fn pt_1_3(self) -> Self { ... }
fn neg_pt_1_3(self) -> Self { ... }
fn pt_2_3(self) -> Self { ... }
fn neg_pt_2_3(self) -> Self { ... }
fn pt_1_4(self) -> Self { ... }
fn neg_pt_1_4(self) -> Self { ... }
fn pt_2_4(self) -> Self { ... }
fn neg_pt_2_4(self) -> Self { ... }
fn pt_3_4(self) -> Self { ... }
fn neg_pt_3_4(self) -> Self { ... }
fn pt_1_5(self) -> Self { ... }
fn neg_pt_1_5(self) -> Self { ... }
fn pt_2_5(self) -> Self { ... }
fn neg_pt_2_5(self) -> Self { ... }
fn pt_3_5(self) -> Self { ... }
fn neg_pt_3_5(self) -> Self { ... }
fn pt_4_5(self) -> Self { ... }
fn neg_pt_4_5(self) -> Self { ... }
fn pt_1_6(self) -> Self { ... }
fn neg_pt_1_6(self) -> Self { ... }
fn pt_5_6(self) -> Self { ... }
fn neg_pt_5_6(self) -> Self { ... }
fn pt_1_12(self) -> Self { ... }
fn neg_pt_1_12(self) -> Self { ... }
fn pb(self, length: impl Clone + Into<DefiniteLength>) -> Self { ... }
fn pb_0(self) -> Self { ... }
fn neg_pb_0(self) -> Self { ... }
fn pb_0p5(self) -> Self { ... }
fn neg_pb_0p5(self) -> Self { ... }
fn pb_1(self) -> Self { ... }
fn neg_pb_1(self) -> Self { ... }
fn pb_1p5(self) -> Self { ... }
fn neg_pb_1p5(self) -> Self { ... }
fn pb_2(self) -> Self { ... }
fn neg_pb_2(self) -> Self { ... }
fn pb_2p5(self) -> Self { ... }
fn neg_pb_2p5(self) -> Self { ... }
fn pb_3(self) -> Self { ... }
fn neg_pb_3(self) -> Self { ... }
fn pb_3p5(self) -> Self { ... }
fn neg_pb_3p5(self) -> Self { ... }
fn pb_4(self) -> Self { ... }
fn neg_pb_4(self) -> Self { ... }
fn pb_5(self) -> Self { ... }
fn neg_pb_5(self) -> Self { ... }
fn pb_6(self) -> Self { ... }
fn neg_pb_6(self) -> Self { ... }
fn pb_7(self) -> Self { ... }
fn neg_pb_7(self) -> Self { ... }
fn pb_8(self) -> Self { ... }
fn neg_pb_8(self) -> Self { ... }
fn pb_9(self) -> Self { ... }
fn neg_pb_9(self) -> Self { ... }
fn pb_10(self) -> Self { ... }
fn neg_pb_10(self) -> Self { ... }
fn pb_11(self) -> Self { ... }
fn neg_pb_11(self) -> Self { ... }
fn pb_12(self) -> Self { ... }
fn neg_pb_12(self) -> Self { ... }
fn pb_16(self) -> Self { ... }
fn neg_pb_16(self) -> Self { ... }
fn pb_20(self) -> Self { ... }
fn neg_pb_20(self) -> Self { ... }
fn pb_24(self) -> Self { ... }
fn neg_pb_24(self) -> Self { ... }
fn pb_32(self) -> Self { ... }
fn neg_pb_32(self) -> Self { ... }
fn pb_40(self) -> Self { ... }
fn neg_pb_40(self) -> Self { ... }
fn pb_48(self) -> Self { ... }
fn neg_pb_48(self) -> Self { ... }
fn pb_56(self) -> Self { ... }
fn neg_pb_56(self) -> Self { ... }
fn pb_64(self) -> Self { ... }
fn neg_pb_64(self) -> Self { ... }
fn pb_72(self) -> Self { ... }
fn neg_pb_72(self) -> Self { ... }
fn pb_80(self) -> Self { ... }
fn neg_pb_80(self) -> Self { ... }
fn pb_96(self) -> Self { ... }
fn neg_pb_96(self) -> Self { ... }
fn pb_px(self) -> Self { ... }
fn neg_pb_px(self) -> Self { ... }
fn pb_full(self) -> Self { ... }
fn neg_pb_full(self) -> Self { ... }
fn pb_1_2(self) -> Self { ... }
fn neg_pb_1_2(self) -> Self { ... }
fn pb_1_3(self) -> Self { ... }
fn neg_pb_1_3(self) -> Self { ... }
fn pb_2_3(self) -> Self { ... }
fn neg_pb_2_3(self) -> Self { ... }
fn pb_1_4(self) -> Self { ... }
fn neg_pb_1_4(self) -> Self { ... }
fn pb_2_4(self) -> Self { ... }
fn neg_pb_2_4(self) -> Self { ... }
fn pb_3_4(self) -> Self { ... }
fn neg_pb_3_4(self) -> Self { ... }
fn pb_1_5(self) -> Self { ... }
fn neg_pb_1_5(self) -> Self { ... }
fn pb_2_5(self) -> Self { ... }
fn neg_pb_2_5(self) -> Self { ... }
fn pb_3_5(self) -> Self { ... }
fn neg_pb_3_5(self) -> Self { ... }
fn pb_4_5(self) -> Self { ... }
fn neg_pb_4_5(self) -> Self { ... }
fn pb_1_6(self) -> Self { ... }
fn neg_pb_1_6(self) -> Self { ... }
fn pb_5_6(self) -> Self { ... }
fn neg_pb_5_6(self) -> Self { ... }
fn pb_1_12(self) -> Self { ... }
fn neg_pb_1_12(self) -> Self { ... }
fn px(self, length: impl Clone + Into<DefiniteLength>) -> Self { ... }
fn px_0(self) -> Self { ... }
fn neg_px_0(self) -> Self { ... }
fn px_0p5(self) -> Self { ... }
fn neg_px_0p5(self) -> Self { ... }
fn px_1(self) -> Self { ... }
fn neg_px_1(self) -> Self { ... }
fn px_1p5(self) -> Self { ... }
fn neg_px_1p5(self) -> Self { ... }
fn px_2(self) -> Self { ... }
fn neg_px_2(self) -> Self { ... }
fn px_2p5(self) -> Self { ... }
fn neg_px_2p5(self) -> Self { ... }
fn px_3(self) -> Self { ... }
fn neg_px_3(self) -> Self { ... }
fn px_3p5(self) -> Self { ... }
fn neg_px_3p5(self) -> Self { ... }
fn px_4(self) -> Self { ... }
fn neg_px_4(self) -> Self { ... }
fn px_5(self) -> Self { ... }
fn neg_px_5(self) -> Self { ... }
fn px_6(self) -> Self { ... }
fn neg_px_6(self) -> Self { ... }
fn px_7(self) -> Self { ... }
fn neg_px_7(self) -> Self { ... }
fn px_8(self) -> Self { ... }
fn neg_px_8(self) -> Self { ... }
fn px_9(self) -> Self { ... }
fn neg_px_9(self) -> Self { ... }
fn px_10(self) -> Self { ... }
fn neg_px_10(self) -> Self { ... }
fn px_11(self) -> Self { ... }
fn neg_px_11(self) -> Self { ... }
fn px_12(self) -> Self { ... }
fn neg_px_12(self) -> Self { ... }
fn px_16(self) -> Self { ... }
fn neg_px_16(self) -> Self { ... }
fn px_20(self) -> Self { ... }
fn neg_px_20(self) -> Self { ... }
fn px_24(self) -> Self { ... }
fn neg_px_24(self) -> Self { ... }
fn px_32(self) -> Self { ... }
fn neg_px_32(self) -> Self { ... }
fn px_40(self) -> Self { ... }
fn neg_px_40(self) -> Self { ... }
fn px_48(self) -> Self { ... }
fn neg_px_48(self) -> Self { ... }
fn px_56(self) -> Self { ... }
fn neg_px_56(self) -> Self { ... }
fn px_64(self) -> Self { ... }
fn neg_px_64(self) -> Self { ... }
fn px_72(self) -> Self { ... }
fn neg_px_72(self) -> Self { ... }
fn px_80(self) -> Self { ... }
fn neg_px_80(self) -> Self { ... }
fn px_96(self) -> Self { ... }
fn neg_px_96(self) -> Self { ... }
fn px_px(self) -> Self { ... }
fn neg_px_px(self) -> Self { ... }
fn px_full(self) -> Self { ... }
fn neg_px_full(self) -> Self { ... }
fn px_1_2(self) -> Self { ... }
fn neg_px_1_2(self) -> Self { ... }
fn px_1_3(self) -> Self { ... }
fn neg_px_1_3(self) -> Self { ... }
fn px_2_3(self) -> Self { ... }
fn neg_px_2_3(self) -> Self { ... }
fn px_1_4(self) -> Self { ... }
fn neg_px_1_4(self) -> Self { ... }
fn px_2_4(self) -> Self { ... }
fn neg_px_2_4(self) -> Self { ... }
fn px_3_4(self) -> Self { ... }
fn neg_px_3_4(self) -> Self { ... }
fn px_1_5(self) -> Self { ... }
fn neg_px_1_5(self) -> Self { ... }
fn px_2_5(self) -> Self { ... }
fn neg_px_2_5(self) -> Self { ... }
fn px_3_5(self) -> Self { ... }
fn neg_px_3_5(self) -> Self { ... }
fn px_4_5(self) -> Self { ... }
fn neg_px_4_5(self) -> Self { ... }
fn px_1_6(self) -> Self { ... }
fn neg_px_1_6(self) -> Self { ... }
fn px_5_6(self) -> Self { ... }
fn neg_px_5_6(self) -> Self { ... }
fn px_1_12(self) -> Self { ... }
fn neg_px_1_12(self) -> Self { ... }
fn py(self, length: impl Clone + Into<DefiniteLength>) -> Self { ... }
fn py_0(self) -> Self { ... }
fn neg_py_0(self) -> Self { ... }
fn py_0p5(self) -> Self { ... }
fn neg_py_0p5(self) -> Self { ... }
fn py_1(self) -> Self { ... }
fn neg_py_1(self) -> Self { ... }
fn py_1p5(self) -> Self { ... }
fn neg_py_1p5(self) -> Self { ... }
fn py_2(self) -> Self { ... }
fn neg_py_2(self) -> Self { ... }
fn py_2p5(self) -> Self { ... }
fn neg_py_2p5(self) -> Self { ... }
fn py_3(self) -> Self { ... }
fn neg_py_3(self) -> Self { ... }
fn py_3p5(self) -> Self { ... }
fn neg_py_3p5(self) -> Self { ... }
fn py_4(self) -> Self { ... }
fn neg_py_4(self) -> Self { ... }
fn py_5(self) -> Self { ... }
fn neg_py_5(self) -> Self { ... }
fn py_6(self) -> Self { ... }
fn neg_py_6(self) -> Self { ... }
fn py_7(self) -> Self { ... }
fn neg_py_7(self) -> Self { ... }
fn py_8(self) -> Self { ... }
fn neg_py_8(self) -> Self { ... }
fn py_9(self) -> Self { ... }
fn neg_py_9(self) -> Self { ... }
fn py_10(self) -> Self { ... }
fn neg_py_10(self) -> Self { ... }
fn py_11(self) -> Self { ... }
fn neg_py_11(self) -> Self { ... }
fn py_12(self) -> Self { ... }
fn neg_py_12(self) -> Self { ... }
fn py_16(self) -> Self { ... }
fn neg_py_16(self) -> Self { ... }
fn py_20(self) -> Self { ... }
fn neg_py_20(self) -> Self { ... }
fn py_24(self) -> Self { ... }
fn neg_py_24(self) -> Self { ... }
fn py_32(self) -> Self { ... }
fn neg_py_32(self) -> Self { ... }
fn py_40(self) -> Self { ... }
fn neg_py_40(self) -> Self { ... }
fn py_48(self) -> Self { ... }
fn neg_py_48(self) -> Self { ... }
fn py_56(self) -> Self { ... }
fn neg_py_56(self) -> Self { ... }
fn py_64(self) -> Self { ... }
fn neg_py_64(self) -> Self { ... }
fn py_72(self) -> Self { ... }
fn neg_py_72(self) -> Self { ... }
fn py_80(self) -> Self { ... }
fn neg_py_80(self) -> Self { ... }
fn py_96(self) -> Self { ... }
fn neg_py_96(self) -> Self { ... }
fn py_px(self) -> Self { ... }
fn neg_py_px(self) -> Self { ... }
fn py_full(self) -> Self { ... }
fn neg_py_full(self) -> Self { ... }
fn py_1_2(self) -> Self { ... }
fn neg_py_1_2(self) -> Self { ... }
fn py_1_3(self) -> Self { ... }
fn neg_py_1_3(self) -> Self { ... }
fn py_2_3(self) -> Self { ... }
fn neg_py_2_3(self) -> Self { ... }
fn py_1_4(self) -> Self { ... }
fn neg_py_1_4(self) -> Self { ... }
fn py_2_4(self) -> Self { ... }
fn neg_py_2_4(self) -> Self { ... }
fn py_3_4(self) -> Self { ... }
fn neg_py_3_4(self) -> Self { ... }
fn py_1_5(self) -> Self { ... }
fn neg_py_1_5(self) -> Self { ... }
fn py_2_5(self) -> Self { ... }
fn neg_py_2_5(self) -> Self { ... }
fn py_3_5(self) -> Self { ... }
fn neg_py_3_5(self) -> Self { ... }
fn py_4_5(self) -> Self { ... }
fn neg_py_4_5(self) -> Self { ... }
fn py_1_6(self) -> Self { ... }
fn neg_py_1_6(self) -> Self { ... }
fn py_5_6(self) -> Self { ... }
fn neg_py_5_6(self) -> Self { ... }
fn py_1_12(self) -> Self { ... }
fn neg_py_1_12(self) -> Self { ... }
fn pl(self, length: impl Clone + Into<DefiniteLength>) -> Self { ... }
fn pl_0(self) -> Self { ... }
fn neg_pl_0(self) -> Self { ... }
fn pl_0p5(self) -> Self { ... }
fn neg_pl_0p5(self) -> Self { ... }
fn pl_1(self) -> Self { ... }
fn neg_pl_1(self) -> Self { ... }
fn pl_1p5(self) -> Self { ... }
fn neg_pl_1p5(self) -> Self { ... }
fn pl_2(self) -> Self { ... }
fn neg_pl_2(self) -> Self { ... }
fn pl_2p5(self) -> Self { ... }
fn neg_pl_2p5(self) -> Self { ... }
fn pl_3(self) -> Self { ... }
fn neg_pl_3(self) -> Self { ... }
fn pl_3p5(self) -> Self { ... }
fn neg_pl_3p5(self) -> Self { ... }
fn pl_4(self) -> Self { ... }
fn neg_pl_4(self) -> Self { ... }
fn pl_5(self) -> Self { ... }
fn neg_pl_5(self) -> Self { ... }
fn pl_6(self) -> Self { ... }
fn neg_pl_6(self) -> Self { ... }
fn pl_7(self) -> Self { ... }
fn neg_pl_7(self) -> Self { ... }
fn pl_8(self) -> Self { ... }
fn neg_pl_8(self) -> Self { ... }
fn pl_9(self) -> Self { ... }
fn neg_pl_9(self) -> Self { ... }
fn pl_10(self) -> Self { ... }
fn neg_pl_10(self) -> Self { ... }
fn pl_11(self) -> Self { ... }
fn neg_pl_11(self) -> Self { ... }
fn pl_12(self) -> Self { ... }
fn neg_pl_12(self) -> Self { ... }
fn pl_16(self) -> Self { ... }
fn neg_pl_16(self) -> Self { ... }
fn pl_20(self) -> Self { ... }
fn neg_pl_20(self) -> Self { ... }
fn pl_24(self) -> Self { ... }
fn neg_pl_24(self) -> Self { ... }
fn pl_32(self) -> Self { ... }
fn neg_pl_32(self) -> Self { ... }
fn pl_40(self) -> Self { ... }
fn neg_pl_40(self) -> Self { ... }
fn pl_48(self) -> Self { ... }
fn neg_pl_48(self) -> Self { ... }
fn pl_56(self) -> Self { ... }
fn neg_pl_56(self) -> Self { ... }
fn pl_64(self) -> Self { ... }
fn neg_pl_64(self) -> Self { ... }
fn pl_72(self) -> Self { ... }
fn neg_pl_72(self) -> Self { ... }
fn pl_80(self) -> Self { ... }
fn neg_pl_80(self) -> Self { ... }
fn pl_96(self) -> Self { ... }
fn neg_pl_96(self) -> Self { ... }
fn pl_px(self) -> Self { ... }
fn neg_pl_px(self) -> Self { ... }
fn pl_full(self) -> Self { ... }
fn neg_pl_full(self) -> Self { ... }
fn pl_1_2(self) -> Self { ... }
fn neg_pl_1_2(self) -> Self { ... }
fn pl_1_3(self) -> Self { ... }
fn neg_pl_1_3(self) -> Self { ... }
fn pl_2_3(self) -> Self { ... }
fn neg_pl_2_3(self) -> Self { ... }
fn pl_1_4(self) -> Self { ... }
fn neg_pl_1_4(self) -> Self { ... }
fn pl_2_4(self) -> Self { ... }
fn neg_pl_2_4(self) -> Self { ... }
fn pl_3_4(self) -> Self { ... }
fn neg_pl_3_4(self) -> Self { ... }
fn pl_1_5(self) -> Self { ... }
fn neg_pl_1_5(self) -> Self { ... }
fn pl_2_5(self) -> Self { ... }
fn neg_pl_2_5(self) -> Self { ... }
fn pl_3_5(self) -> Self { ... }
fn neg_pl_3_5(self) -> Self { ... }
fn pl_4_5(self) -> Self { ... }
fn neg_pl_4_5(self) -> Self { ... }
fn pl_1_6(self) -> Self { ... }
fn neg_pl_1_6(self) -> Self { ... }
fn pl_5_6(self) -> Self { ... }
fn neg_pl_5_6(self) -> Self { ... }
fn pl_1_12(self) -> Self { ... }
fn neg_pl_1_12(self) -> Self { ... }
fn pr(self, length: impl Clone + Into<DefiniteLength>) -> Self { ... }
fn pr_0(self) -> Self { ... }
fn neg_pr_0(self) -> Self { ... }
fn pr_0p5(self) -> Self { ... }
fn neg_pr_0p5(self) -> Self { ... }
fn pr_1(self) -> Self { ... }
fn neg_pr_1(self) -> Self { ... }
fn pr_1p5(self) -> Self { ... }
fn neg_pr_1p5(self) -> Self { ... }
fn pr_2(self) -> Self { ... }
fn neg_pr_2(self) -> Self { ... }
fn pr_2p5(self) -> Self { ... }
fn neg_pr_2p5(self) -> Self { ... }
fn pr_3(self) -> Self { ... }
fn neg_pr_3(self) -> Self { ... }
fn pr_3p5(self) -> Self { ... }
fn neg_pr_3p5(self) -> Self { ... }
fn pr_4(self) -> Self { ... }
fn neg_pr_4(self) -> Self { ... }
fn pr_5(self) -> Self { ... }
fn neg_pr_5(self) -> Self { ... }
fn pr_6(self) -> Self { ... }
fn neg_pr_6(self) -> Self { ... }
fn pr_7(self) -> Self { ... }
fn neg_pr_7(self) -> Self { ... }
fn pr_8(self) -> Self { ... }
fn neg_pr_8(self) -> Self { ... }
fn pr_9(self) -> Self { ... }
fn neg_pr_9(self) -> Self { ... }
fn pr_10(self) -> Self { ... }
fn neg_pr_10(self) -> Self { ... }
fn pr_11(self) -> Self { ... }
fn neg_pr_11(self) -> Self { ... }
fn pr_12(self) -> Self { ... }
fn neg_pr_12(self) -> Self { ... }
fn pr_16(self) -> Self { ... }
fn neg_pr_16(self) -> Self { ... }
fn pr_20(self) -> Self { ... }
fn neg_pr_20(self) -> Self { ... }
fn pr_24(self) -> Self { ... }
fn neg_pr_24(self) -> Self { ... }
fn pr_32(self) -> Self { ... }
fn neg_pr_32(self) -> Self { ... }
fn pr_40(self) -> Self { ... }
fn neg_pr_40(self) -> Self { ... }
fn pr_48(self) -> Self { ... }
fn neg_pr_48(self) -> Self { ... }
fn pr_56(self) -> Self { ... }
fn neg_pr_56(self) -> Self { ... }
fn pr_64(self) -> Self { ... }
fn neg_pr_64(self) -> Self { ... }
fn pr_72(self) -> Self { ... }
fn neg_pr_72(self) -> Self { ... }
fn pr_80(self) -> Self { ... }
fn neg_pr_80(self) -> Self { ... }
fn pr_96(self) -> Self { ... }
fn neg_pr_96(self) -> Self { ... }
fn pr_px(self) -> Self { ... }
fn neg_pr_px(self) -> Self { ... }
fn pr_full(self) -> Self { ... }
fn neg_pr_full(self) -> Self { ... }
fn pr_1_2(self) -> Self { ... }
fn neg_pr_1_2(self) -> Self { ... }
fn pr_1_3(self) -> Self { ... }
fn neg_pr_1_3(self) -> Self { ... }
fn pr_2_3(self) -> Self { ... }
fn neg_pr_2_3(self) -> Self { ... }
fn pr_1_4(self) -> Self { ... }
fn neg_pr_1_4(self) -> Self { ... }
fn pr_2_4(self) -> Self { ... }
fn neg_pr_2_4(self) -> Self { ... }
fn pr_3_4(self) -> Self { ... }
fn neg_pr_3_4(self) -> Self { ... }
fn pr_1_5(self) -> Self { ... }
fn neg_pr_1_5(self) -> Self { ... }
fn pr_2_5(self) -> Self { ... }
fn neg_pr_2_5(self) -> Self { ... }
fn pr_3_5(self) -> Self { ... }
fn neg_pr_3_5(self) -> Self { ... }
fn pr_4_5(self) -> Self { ... }
fn neg_pr_4_5(self) -> Self { ... }
fn pr_1_6(self) -> Self { ... }
fn neg_pr_1_6(self) -> Self { ... }
fn pr_5_6(self) -> Self { ... }
fn neg_pr_5_6(self) -> Self { ... }
fn pr_1_12(self) -> Self { ... }
fn neg_pr_1_12(self) -> Self { ... }
fn inset(self, length: impl Clone + Into<Length>) -> Self { ... }
fn inset_0(self) -> Self { ... }
fn neg_inset_0(self) -> Self { ... }
fn inset_0p5(self) -> Self { ... }
fn neg_inset_0p5(self) -> Self { ... }
fn inset_1(self) -> Self { ... }
fn neg_inset_1(self) -> Self { ... }
fn inset_1p5(self) -> Self { ... }
fn neg_inset_1p5(self) -> Self { ... }
fn inset_2(self) -> Self { ... }
fn neg_inset_2(self) -> Self { ... }
fn inset_2p5(self) -> Self { ... }
fn neg_inset_2p5(self) -> Self { ... }
fn inset_3(self) -> Self { ... }
fn neg_inset_3(self) -> Self { ... }
fn inset_3p5(self) -> Self { ... }
fn neg_inset_3p5(self) -> Self { ... }
fn inset_4(self) -> Self { ... }
fn neg_inset_4(self) -> Self { ... }
fn inset_5(self) -> Self { ... }
fn neg_inset_5(self) -> Self { ... }
fn inset_6(self) -> Self { ... }
fn neg_inset_6(self) -> Self { ... }
fn inset_7(self) -> Self { ... }
fn neg_inset_7(self) -> Self { ... }
fn inset_8(self) -> Self { ... }
fn neg_inset_8(self) -> Self { ... }
fn inset_9(self) -> Self { ... }
fn neg_inset_9(self) -> Self { ... }
fn inset_10(self) -> Self { ... }
fn neg_inset_10(self) -> Self { ... }
fn inset_11(self) -> Self { ... }
fn neg_inset_11(self) -> Self { ... }
fn inset_12(self) -> Self { ... }
fn neg_inset_12(self) -> Self { ... }
fn inset_16(self) -> Self { ... }
fn neg_inset_16(self) -> Self { ... }
fn inset_20(self) -> Self { ... }
fn neg_inset_20(self) -> Self { ... }
fn inset_24(self) -> Self { ... }
fn neg_inset_24(self) -> Self { ... }
fn inset_32(self) -> Self { ... }
fn neg_inset_32(self) -> Self { ... }
fn inset_40(self) -> Self { ... }
fn neg_inset_40(self) -> Self { ... }
fn inset_48(self) -> Self { ... }
fn neg_inset_48(self) -> Self { ... }
fn inset_56(self) -> Self { ... }
fn neg_inset_56(self) -> Self { ... }
fn inset_64(self) -> Self { ... }
fn neg_inset_64(self) -> Self { ... }
fn inset_72(self) -> Self { ... }
fn neg_inset_72(self) -> Self { ... }
fn inset_80(self) -> Self { ... }
fn neg_inset_80(self) -> Self { ... }
fn inset_96(self) -> Self { ... }
fn neg_inset_96(self) -> Self { ... }
fn inset_auto(self) -> Self { ... }
fn inset_px(self) -> Self { ... }
fn neg_inset_px(self) -> Self { ... }
fn inset_full(self) -> Self { ... }
fn neg_inset_full(self) -> Self { ... }
fn inset_1_2(self) -> Self { ... }
fn neg_inset_1_2(self) -> Self { ... }
fn inset_1_3(self) -> Self { ... }
fn neg_inset_1_3(self) -> Self { ... }
fn inset_2_3(self) -> Self { ... }
fn neg_inset_2_3(self) -> Self { ... }
fn inset_1_4(self) -> Self { ... }
fn neg_inset_1_4(self) -> Self { ... }
fn inset_2_4(self) -> Self { ... }
fn neg_inset_2_4(self) -> Self { ... }
fn inset_3_4(self) -> Self { ... }
fn neg_inset_3_4(self) -> Self { ... }
fn inset_1_5(self) -> Self { ... }
fn neg_inset_1_5(self) -> Self { ... }
fn inset_2_5(self) -> Self { ... }
fn neg_inset_2_5(self) -> Self { ... }
fn inset_3_5(self) -> Self { ... }
fn neg_inset_3_5(self) -> Self { ... }
fn inset_4_5(self) -> Self { ... }
fn neg_inset_4_5(self) -> Self { ... }
fn inset_1_6(self) -> Self { ... }
fn neg_inset_1_6(self) -> Self { ... }
fn inset_5_6(self) -> Self { ... }
fn neg_inset_5_6(self) -> Self { ... }
fn inset_1_12(self) -> Self { ... }
fn neg_inset_1_12(self) -> Self { ... }
fn top(self, length: impl Clone + Into<Length>) -> Self { ... }
fn top_0(self) -> Self { ... }
fn neg_top_0(self) -> Self { ... }
fn top_0p5(self) -> Self { ... }
fn neg_top_0p5(self) -> Self { ... }
fn top_1(self) -> Self { ... }
fn neg_top_1(self) -> Self { ... }
fn top_1p5(self) -> Self { ... }
fn neg_top_1p5(self) -> Self { ... }
fn top_2(self) -> Self { ... }
fn neg_top_2(self) -> Self { ... }
fn top_2p5(self) -> Self { ... }
fn neg_top_2p5(self) -> Self { ... }
fn top_3(self) -> Self { ... }
fn neg_top_3(self) -> Self { ... }
fn top_3p5(self) -> Self { ... }
fn neg_top_3p5(self) -> Self { ... }
fn top_4(self) -> Self { ... }
fn neg_top_4(self) -> Self { ... }
fn top_5(self) -> Self { ... }
fn neg_top_5(self) -> Self { ... }
fn top_6(self) -> Self { ... }
fn neg_top_6(self) -> Self { ... }
fn top_7(self) -> Self { ... }
fn neg_top_7(self) -> Self { ... }
fn top_8(self) -> Self { ... }
fn neg_top_8(self) -> Self { ... }
fn top_9(self) -> Self { ... }
fn neg_top_9(self) -> Self { ... }
fn top_10(self) -> Self { ... }
fn neg_top_10(self) -> Self { ... }
fn top_11(self) -> Self { ... }
fn neg_top_11(self) -> Self { ... }
fn top_12(self) -> Self { ... }
fn neg_top_12(self) -> Self { ... }
fn top_16(self) -> Self { ... }
fn neg_top_16(self) -> Self { ... }
fn top_20(self) -> Self { ... }
fn neg_top_20(self) -> Self { ... }
fn top_24(self) -> Self { ... }
fn neg_top_24(self) -> Self { ... }
fn top_32(self) -> Self { ... }
fn neg_top_32(self) -> Self { ... }
fn top_40(self) -> Self { ... }
fn neg_top_40(self) -> Self { ... }
fn top_48(self) -> Self { ... }
fn neg_top_48(self) -> Self { ... }
fn top_56(self) -> Self { ... }
fn neg_top_56(self) -> Self { ... }
fn top_64(self) -> Self { ... }
fn neg_top_64(self) -> Self { ... }
fn top_72(self) -> Self { ... }
fn neg_top_72(self) -> Self { ... }
fn top_80(self) -> Self { ... }
fn neg_top_80(self) -> Self { ... }
fn top_96(self) -> Self { ... }
fn neg_top_96(self) -> Self { ... }
fn top_auto(self) -> Self { ... }
fn top_px(self) -> Self { ... }
fn neg_top_px(self) -> Self { ... }
fn top_full(self) -> Self { ... }
fn neg_top_full(self) -> Self { ... }
fn top_1_2(self) -> Self { ... }
fn neg_top_1_2(self) -> Self { ... }
fn top_1_3(self) -> Self { ... }
fn neg_top_1_3(self) -> Self { ... }
fn top_2_3(self) -> Self { ... }
fn neg_top_2_3(self) -> Self { ... }
fn top_1_4(self) -> Self { ... }
fn neg_top_1_4(self) -> Self { ... }
fn top_2_4(self) -> Self { ... }
fn neg_top_2_4(self) -> Self { ... }
fn top_3_4(self) -> Self { ... }
fn neg_top_3_4(self) -> Self { ... }
fn top_1_5(self) -> Self { ... }
fn neg_top_1_5(self) -> Self { ... }
fn top_2_5(self) -> Self { ... }
fn neg_top_2_5(self) -> Self { ... }
fn top_3_5(self) -> Self { ... }
fn neg_top_3_5(self) -> Self { ... }
fn top_4_5(self) -> Self { ... }
fn neg_top_4_5(self) -> Self { ... }
fn top_1_6(self) -> Self { ... }
fn neg_top_1_6(self) -> Self { ... }
fn top_5_6(self) -> Self { ... }
fn neg_top_5_6(self) -> Self { ... }
fn top_1_12(self) -> Self { ... }
fn neg_top_1_12(self) -> Self { ... }
fn bottom(self, length: impl Clone + Into<Length>) -> Self { ... }
fn bottom_0(self) -> Self { ... }
fn neg_bottom_0(self) -> Self { ... }
fn bottom_0p5(self) -> Self { ... }
fn neg_bottom_0p5(self) -> Self { ... }
fn bottom_1(self) -> Self { ... }
fn neg_bottom_1(self) -> Self { ... }
fn bottom_1p5(self) -> Self { ... }
fn neg_bottom_1p5(self) -> Self { ... }
fn bottom_2(self) -> Self { ... }
fn neg_bottom_2(self) -> Self { ... }
fn bottom_2p5(self) -> Self { ... }
fn neg_bottom_2p5(self) -> Self { ... }
fn bottom_3(self) -> Self { ... }
fn neg_bottom_3(self) -> Self { ... }
fn bottom_3p5(self) -> Self { ... }
fn neg_bottom_3p5(self) -> Self { ... }
fn bottom_4(self) -> Self { ... }
fn neg_bottom_4(self) -> Self { ... }
fn bottom_5(self) -> Self { ... }
fn neg_bottom_5(self) -> Self { ... }
fn bottom_6(self) -> Self { ... }
fn neg_bottom_6(self) -> Self { ... }
fn bottom_7(self) -> Self { ... }
fn neg_bottom_7(self) -> Self { ... }
fn bottom_8(self) -> Self { ... }
fn neg_bottom_8(self) -> Self { ... }
fn bottom_9(self) -> Self { ... }
fn neg_bottom_9(self) -> Self { ... }
fn bottom_10(self) -> Self { ... }
fn neg_bottom_10(self) -> Self { ... }
fn bottom_11(self) -> Self { ... }
fn neg_bottom_11(self) -> Self { ... }
fn bottom_12(self) -> Self { ... }
fn neg_bottom_12(self) -> Self { ... }
fn bottom_16(self) -> Self { ... }
fn neg_bottom_16(self) -> Self { ... }
fn bottom_20(self) -> Self { ... }
fn neg_bottom_20(self) -> Self { ... }
fn bottom_24(self) -> Self { ... }
fn neg_bottom_24(self) -> Self { ... }
fn bottom_32(self) -> Self { ... }
fn neg_bottom_32(self) -> Self { ... }
fn bottom_40(self) -> Self { ... }
fn neg_bottom_40(self) -> Self { ... }
fn bottom_48(self) -> Self { ... }
fn neg_bottom_48(self) -> Self { ... }
fn bottom_56(self) -> Self { ... }
fn neg_bottom_56(self) -> Self { ... }
fn bottom_64(self) -> Self { ... }
fn neg_bottom_64(self) -> Self { ... }
fn bottom_72(self) -> Self { ... }
fn neg_bottom_72(self) -> Self { ... }
fn bottom_80(self) -> Self { ... }
fn neg_bottom_80(self) -> Self { ... }
fn bottom_96(self) -> Self { ... }
fn neg_bottom_96(self) -> Self { ... }
fn bottom_auto(self) -> Self { ... }
fn bottom_px(self) -> Self { ... }
fn neg_bottom_px(self) -> Self { ... }
fn bottom_full(self) -> Self { ... }
fn neg_bottom_full(self) -> Self { ... }
fn bottom_1_2(self) -> Self { ... }
fn neg_bottom_1_2(self) -> Self { ... }
fn bottom_1_3(self) -> Self { ... }
fn neg_bottom_1_3(self) -> Self { ... }
fn bottom_2_3(self) -> Self { ... }
fn neg_bottom_2_3(self) -> Self { ... }
fn bottom_1_4(self) -> Self { ... }
fn neg_bottom_1_4(self) -> Self { ... }
fn bottom_2_4(self) -> Self { ... }
fn neg_bottom_2_4(self) -> Self { ... }
fn bottom_3_4(self) -> Self { ... }
fn neg_bottom_3_4(self) -> Self { ... }
fn bottom_1_5(self) -> Self { ... }
fn neg_bottom_1_5(self) -> Self { ... }
fn bottom_2_5(self) -> Self { ... }
fn neg_bottom_2_5(self) -> Self { ... }
fn bottom_3_5(self) -> Self { ... }
fn neg_bottom_3_5(self) -> Self { ... }
fn bottom_4_5(self) -> Self { ... }
fn neg_bottom_4_5(self) -> Self { ... }
fn bottom_1_6(self) -> Self { ... }
fn neg_bottom_1_6(self) -> Self { ... }
fn bottom_5_6(self) -> Self { ... }
fn neg_bottom_5_6(self) -> Self { ... }
fn bottom_1_12(self) -> Self { ... }
fn neg_bottom_1_12(self) -> Self { ... }
fn left(self, length: impl Clone + Into<Length>) -> Self { ... }
fn left_0(self) -> Self { ... }
fn neg_left_0(self) -> Self { ... }
fn left_0p5(self) -> Self { ... }
fn neg_left_0p5(self) -> Self { ... }
fn left_1(self) -> Self { ... }
fn neg_left_1(self) -> Self { ... }
fn left_1p5(self) -> Self { ... }
fn neg_left_1p5(self) -> Self { ... }
fn left_2(self) -> Self { ... }
fn neg_left_2(self) -> Self { ... }
fn left_2p5(self) -> Self { ... }
fn neg_left_2p5(self) -> Self { ... }
fn left_3(self) -> Self { ... }
fn neg_left_3(self) -> Self { ... }
fn left_3p5(self) -> Self { ... }
fn neg_left_3p5(self) -> Self { ... }
fn left_4(self) -> Self { ... }
fn neg_left_4(self) -> Self { ... }
fn left_5(self) -> Self { ... }
fn neg_left_5(self) -> Self { ... }
fn left_6(self) -> Self { ... }
fn neg_left_6(self) -> Self { ... }
fn left_7(self) -> Self { ... }
fn neg_left_7(self) -> Self { ... }
fn left_8(self) -> Self { ... }
fn neg_left_8(self) -> Self { ... }
fn left_9(self) -> Self { ... }
fn neg_left_9(self) -> Self { ... }
fn left_10(self) -> Self { ... }
fn neg_left_10(self) -> Self { ... }
fn left_11(self) -> Self { ... }
fn neg_left_11(self) -> Self { ... }
fn left_12(self) -> Self { ... }
fn neg_left_12(self) -> Self { ... }
fn left_16(self) -> Self { ... }
fn neg_left_16(self) -> Self { ... }
fn left_20(self) -> Self { ... }
fn neg_left_20(self) -> Self { ... }
fn left_24(self) -> Self { ... }
fn neg_left_24(self) -> Self { ... }
fn left_32(self) -> Self { ... }
fn neg_left_32(self) -> Self { ... }
fn left_40(self) -> Self { ... }
fn neg_left_40(self) -> Self { ... }
fn left_48(self) -> Self { ... }
fn neg_left_48(self) -> Self { ... }
fn left_56(self) -> Self { ... }
fn neg_left_56(self) -> Self { ... }
fn left_64(self) -> Self { ... }
fn neg_left_64(self) -> Self { ... }
fn left_72(self) -> Self { ... }
fn neg_left_72(self) -> Self { ... }
fn left_80(self) -> Self { ... }
fn neg_left_80(self) -> Self { ... }
fn left_96(self) -> Self { ... }
fn neg_left_96(self) -> Self { ... }
fn left_auto(self) -> Self { ... }
fn left_px(self) -> Self { ... }
fn neg_left_px(self) -> Self { ... }
fn left_full(self) -> Self { ... }
fn neg_left_full(self) -> Self { ... }
fn left_1_2(self) -> Self { ... }
fn neg_left_1_2(self) -> Self { ... }
fn left_1_3(self) -> Self { ... }
fn neg_left_1_3(self) -> Self { ... }
fn left_2_3(self) -> Self { ... }
fn neg_left_2_3(self) -> Self { ... }
fn left_1_4(self) -> Self { ... }
fn neg_left_1_4(self) -> Self { ... }
fn left_2_4(self) -> Self { ... }
fn neg_left_2_4(self) -> Self { ... }
fn left_3_4(self) -> Self { ... }
fn neg_left_3_4(self) -> Self { ... }
fn left_1_5(self) -> Self { ... }
fn neg_left_1_5(self) -> Self { ... }
fn left_2_5(self) -> Self { ... }
fn neg_left_2_5(self) -> Self { ... }
fn left_3_5(self) -> Self { ... }
fn neg_left_3_5(self) -> Self { ... }
fn left_4_5(self) -> Self { ... }
fn neg_left_4_5(self) -> Self { ... }
fn left_1_6(self) -> Self { ... }
fn neg_left_1_6(self) -> Self { ... }
fn left_5_6(self) -> Self { ... }
fn neg_left_5_6(self) -> Self { ... }
fn left_1_12(self) -> Self { ... }
fn neg_left_1_12(self) -> Self { ... }
fn right(self, length: impl Clone + Into<Length>) -> Self { ... }
fn right_0(self) -> Self { ... }
fn neg_right_0(self) -> Self { ... }
fn right_0p5(self) -> Self { ... }
fn neg_right_0p5(self) -> Self { ... }
fn right_1(self) -> Self { ... }
fn neg_right_1(self) -> Self { ... }
fn right_1p5(self) -> Self { ... }
fn neg_right_1p5(self) -> Self { ... }
fn right_2(self) -> Self { ... }
fn neg_right_2(self) -> Self { ... }
fn right_2p5(self) -> Self { ... }
fn neg_right_2p5(self) -> Self { ... }
fn right_3(self) -> Self { ... }
fn neg_right_3(self) -> Self { ... }
fn right_3p5(self) -> Self { ... }
fn neg_right_3p5(self) -> Self { ... }
fn right_4(self) -> Self { ... }
fn neg_right_4(self) -> Self { ... }
fn right_5(self) -> Self { ... }
fn neg_right_5(self) -> Self { ... }
fn right_6(self) -> Self { ... }
fn neg_right_6(self) -> Self { ... }
fn right_7(self) -> Self { ... }
fn neg_right_7(self) -> Self { ... }
fn right_8(self) -> Self { ... }
fn neg_right_8(self) -> Self { ... }
fn right_9(self) -> Self { ... }
fn neg_right_9(self) -> Self { ... }
fn right_10(self) -> Self { ... }
fn neg_right_10(self) -> Self { ... }
fn right_11(self) -> Self { ... }
fn neg_right_11(self) -> Self { ... }
fn right_12(self) -> Self { ... }
fn neg_right_12(self) -> Self { ... }
fn right_16(self) -> Self { ... }
fn neg_right_16(self) -> Self { ... }
fn right_20(self) -> Self { ... }
fn neg_right_20(self) -> Self { ... }
fn right_24(self) -> Self { ... }
fn neg_right_24(self) -> Self { ... }
fn right_32(self) -> Self { ... }
fn neg_right_32(self) -> Self { ... }
fn right_40(self) -> Self { ... }
fn neg_right_40(self) -> Self { ... }
fn right_48(self) -> Self { ... }
fn neg_right_48(self) -> Self { ... }
fn right_56(self) -> Self { ... }
fn neg_right_56(self) -> Self { ... }
fn right_64(self) -> Self { ... }
fn neg_right_64(self) -> Self { ... }
fn right_72(self) -> Self { ... }
fn neg_right_72(self) -> Self { ... }
fn right_80(self) -> Self { ... }
fn neg_right_80(self) -> Self { ... }
fn right_96(self) -> Self { ... }
fn neg_right_96(self) -> Self { ... }
fn right_auto(self) -> Self { ... }
fn right_px(self) -> Self { ... }
fn neg_right_px(self) -> Self { ... }
fn right_full(self) -> Self { ... }
fn neg_right_full(self) -> Self { ... }
fn right_1_2(self) -> Self { ... }
fn neg_right_1_2(self) -> Self { ... }
fn right_1_3(self) -> Self { ... }
fn neg_right_1_3(self) -> Self { ... }
fn right_2_3(self) -> Self { ... }
fn neg_right_2_3(self) -> Self { ... }
fn right_1_4(self) -> Self { ... }
fn neg_right_1_4(self) -> Self { ... }
fn right_2_4(self) -> Self { ... }
fn neg_right_2_4(self) -> Self { ... }
fn right_3_4(self) -> Self { ... }
fn neg_right_3_4(self) -> Self { ... }
fn right_1_5(self) -> Self { ... }
fn neg_right_1_5(self) -> Self { ... }
fn right_2_5(self) -> Self { ... }
fn neg_right_2_5(self) -> Self { ... }
fn right_3_5(self) -> Self { ... }
fn neg_right_3_5(self) -> Self { ... }
fn right_4_5(self) -> Self { ... }
fn neg_right_4_5(self) -> Self { ... }
fn right_1_6(self) -> Self { ... }
fn neg_right_1_6(self) -> Self { ... }
fn right_5_6(self) -> Self { ... }
fn neg_right_5_6(self) -> Self { ... }
fn right_1_12(self) -> Self { ... }
fn neg_right_1_12(self) -> Self { ... }
fn gap(self, length: impl Clone + Into<DefiniteLength>) -> Self { ... }
fn gap_0(self) -> Self { ... }
fn neg_gap_0(self) -> Self { ... }
fn gap_0p5(self) -> Self { ... }
fn neg_gap_0p5(self) -> Self { ... }
fn gap_1(self) -> Self { ... }
fn neg_gap_1(self) -> Self { ... }
fn gap_1p5(self) -> Self { ... }
fn neg_gap_1p5(self) -> Self { ... }
fn gap_2(self) -> Self { ... }
fn neg_gap_2(self) -> Self { ... }
fn gap_2p5(self) -> Self { ... }
fn neg_gap_2p5(self) -> Self { ... }
fn gap_3(self) -> Self { ... }
fn neg_gap_3(self) -> Self { ... }
fn gap_3p5(self) -> Self { ... }
fn neg_gap_3p5(self) -> Self { ... }
fn gap_4(self) -> Self { ... }
fn neg_gap_4(self) -> Self { ... }
fn gap_5(self) -> Self { ... }
fn neg_gap_5(self) -> Self { ... }
fn gap_6(self) -> Self { ... }
fn neg_gap_6(self) -> Self { ... }
fn gap_7(self) -> Self { ... }
fn neg_gap_7(self) -> Self { ... }
fn gap_8(self) -> Self { ... }
fn neg_gap_8(self) -> Self { ... }
fn gap_9(self) -> Self { ... }
fn neg_gap_9(self) -> Self { ... }
fn gap_10(self) -> Self { ... }
fn neg_gap_10(self) -> Self { ... }
fn gap_11(self) -> Self { ... }
fn neg_gap_11(self) -> Self { ... }
fn gap_12(self) -> Self { ... }
fn neg_gap_12(self) -> Self { ... }
fn gap_16(self) -> Self { ... }
fn neg_gap_16(self) -> Self { ... }
fn gap_20(self) -> Self { ... }
fn neg_gap_20(self) -> Self { ... }
fn gap_24(self) -> Self { ... }
fn neg_gap_24(self) -> Self { ... }
fn gap_32(self) -> Self { ... }
fn neg_gap_32(self) -> Self { ... }
fn gap_40(self) -> Self { ... }
fn neg_gap_40(self) -> Self { ... }
fn gap_48(self) -> Self { ... }
fn neg_gap_48(self) -> Self { ... }
fn gap_56(self) -> Self { ... }
fn neg_gap_56(self) -> Self { ... }
fn gap_64(self) -> Self { ... }
fn neg_gap_64(self) -> Self { ... }
fn gap_72(self) -> Self { ... }
fn neg_gap_72(self) -> Self { ... }
fn gap_80(self) -> Self { ... }
fn neg_gap_80(self) -> Self { ... }
fn gap_96(self) -> Self { ... }
fn neg_gap_96(self) -> Self { ... }
fn gap_px(self) -> Self { ... }
fn neg_gap_px(self) -> Self { ... }
fn gap_full(self) -> Self { ... }
fn neg_gap_full(self) -> Self { ... }
fn gap_1_2(self) -> Self { ... }
fn neg_gap_1_2(self) -> Self { ... }
fn gap_1_3(self) -> Self { ... }
fn neg_gap_1_3(self) -> Self { ... }
fn gap_2_3(self) -> Self { ... }
fn neg_gap_2_3(self) -> Self { ... }
fn gap_1_4(self) -> Self { ... }
fn neg_gap_1_4(self) -> Self { ... }
fn gap_2_4(self) -> Self { ... }
fn neg_gap_2_4(self) -> Self { ... }
fn gap_3_4(self) -> Self { ... }
fn neg_gap_3_4(self) -> Self { ... }
fn gap_1_5(self) -> Self { ... }
fn neg_gap_1_5(self) -> Self { ... }
fn gap_2_5(self) -> Self { ... }
fn neg_gap_2_5(self) -> Self { ... }
fn gap_3_5(self) -> Self { ... }
fn neg_gap_3_5(self) -> Self { ... }
fn gap_4_5(self) -> Self { ... }
fn neg_gap_4_5(self) -> Self { ... }
fn gap_1_6(self) -> Self { ... }
fn neg_gap_1_6(self) -> Self { ... }
fn gap_5_6(self) -> Self { ... }
fn neg_gap_5_6(self) -> Self { ... }
fn gap_1_12(self) -> Self { ... }
fn neg_gap_1_12(self) -> Self { ... }
fn gap_x(self, length: impl Clone + Into<DefiniteLength>) -> Self { ... }
fn gap_x_0(self) -> Self { ... }
fn neg_gap_x_0(self) -> Self { ... }
fn gap_x_0p5(self) -> Self { ... }
fn neg_gap_x_0p5(self) -> Self { ... }
fn gap_x_1(self) -> Self { ... }
fn neg_gap_x_1(self) -> Self { ... }
fn gap_x_1p5(self) -> Self { ... }
fn neg_gap_x_1p5(self) -> Self { ... }
fn gap_x_2(self) -> Self { ... }
fn neg_gap_x_2(self) -> Self { ... }
fn gap_x_2p5(self) -> Self { ... }
fn neg_gap_x_2p5(self) -> Self { ... }
fn gap_x_3(self) -> Self { ... }
fn neg_gap_x_3(self) -> Self { ... }
fn gap_x_3p5(self) -> Self { ... }
fn neg_gap_x_3p5(self) -> Self { ... }
fn gap_x_4(self) -> Self { ... }
fn neg_gap_x_4(self) -> Self { ... }
fn gap_x_5(self) -> Self { ... }
fn neg_gap_x_5(self) -> Self { ... }
fn gap_x_6(self) -> Self { ... }
fn neg_gap_x_6(self) -> Self { ... }
fn gap_x_7(self) -> Self { ... }
fn neg_gap_x_7(self) -> Self { ... }
fn gap_x_8(self) -> Self { ... }
fn neg_gap_x_8(self) -> Self { ... }
fn gap_x_9(self) -> Self { ... }
fn neg_gap_x_9(self) -> Self { ... }
fn gap_x_10(self) -> Self { ... }
fn neg_gap_x_10(self) -> Self { ... }
fn gap_x_11(self) -> Self { ... }
fn neg_gap_x_11(self) -> Self { ... }
fn gap_x_12(self) -> Self { ... }
fn neg_gap_x_12(self) -> Self { ... }
fn gap_x_16(self) -> Self { ... }
fn neg_gap_x_16(self) -> Self { ... }
fn gap_x_20(self) -> Self { ... }
fn neg_gap_x_20(self) -> Self { ... }
fn gap_x_24(self) -> Self { ... }
fn neg_gap_x_24(self) -> Self { ... }
fn gap_x_32(self) -> Self { ... }
fn neg_gap_x_32(self) -> Self { ... }
fn gap_x_40(self) -> Self { ... }
fn neg_gap_x_40(self) -> Self { ... }
fn gap_x_48(self) -> Self { ... }
fn neg_gap_x_48(self) -> Self { ... }
fn gap_x_56(self) -> Self { ... }
fn neg_gap_x_56(self) -> Self { ... }
fn gap_x_64(self) -> Self { ... }
fn neg_gap_x_64(self) -> Self { ... }
fn gap_x_72(self) -> Self { ... }
fn neg_gap_x_72(self) -> Self { ... }
fn gap_x_80(self) -> Self { ... }
fn neg_gap_x_80(self) -> Self { ... }
fn gap_x_96(self) -> Self { ... }
fn neg_gap_x_96(self) -> Self { ... }
fn gap_x_px(self) -> Self { ... }
fn neg_gap_x_px(self) -> Self { ... }
fn gap_x_full(self) -> Self { ... }
fn neg_gap_x_full(self) -> Self { ... }
fn gap_x_1_2(self) -> Self { ... }
fn neg_gap_x_1_2(self) -> Self { ... }
fn gap_x_1_3(self) -> Self { ... }
fn neg_gap_x_1_3(self) -> Self { ... }
fn gap_x_2_3(self) -> Self { ... }
fn neg_gap_x_2_3(self) -> Self { ... }
fn gap_x_1_4(self) -> Self { ... }
fn neg_gap_x_1_4(self) -> Self { ... }
fn gap_x_2_4(self) -> Self { ... }
fn neg_gap_x_2_4(self) -> Self { ... }
fn gap_x_3_4(self) -> Self { ... }
fn neg_gap_x_3_4(self) -> Self { ... }
fn gap_x_1_5(self) -> Self { ... }
fn neg_gap_x_1_5(self) -> Self { ... }
fn gap_x_2_5(self) -> Self { ... }
fn neg_gap_x_2_5(self) -> Self { ... }
fn gap_x_3_5(self) -> Self { ... }
fn neg_gap_x_3_5(self) -> Self { ... }
fn gap_x_4_5(self) -> Self { ... }
fn neg_gap_x_4_5(self) -> Self { ... }
fn gap_x_1_6(self) -> Self { ... }
fn neg_gap_x_1_6(self) -> Self { ... }
fn gap_x_5_6(self) -> Self { ... }
fn neg_gap_x_5_6(self) -> Self { ... }
fn gap_x_1_12(self) -> Self { ... }
fn neg_gap_x_1_12(self) -> Self { ... }
fn gap_y(self, length: impl Clone + Into<DefiniteLength>) -> Self { ... }
fn gap_y_0(self) -> Self { ... }
fn neg_gap_y_0(self) -> Self { ... }
fn gap_y_0p5(self) -> Self { ... }
fn neg_gap_y_0p5(self) -> Self { ... }
fn gap_y_1(self) -> Self { ... }
fn neg_gap_y_1(self) -> Self { ... }
fn gap_y_1p5(self) -> Self { ... }
fn neg_gap_y_1p5(self) -> Self { ... }
fn gap_y_2(self) -> Self { ... }
fn neg_gap_y_2(self) -> Self { ... }
fn gap_y_2p5(self) -> Self { ... }
fn neg_gap_y_2p5(self) -> Self { ... }
fn gap_y_3(self) -> Self { ... }
fn neg_gap_y_3(self) -> Self { ... }
fn gap_y_3p5(self) -> Self { ... }
fn neg_gap_y_3p5(self) -> Self { ... }
fn gap_y_4(self) -> Self { ... }
fn neg_gap_y_4(self) -> Self { ... }
fn gap_y_5(self) -> Self { ... }
fn neg_gap_y_5(self) -> Self { ... }
fn gap_y_6(self) -> Self { ... }
fn neg_gap_y_6(self) -> Self { ... }
fn gap_y_7(self) -> Self { ... }
fn neg_gap_y_7(self) -> Self { ... }
fn gap_y_8(self) -> Self { ... }
fn neg_gap_y_8(self) -> Self { ... }
fn gap_y_9(self) -> Self { ... }
fn neg_gap_y_9(self) -> Self { ... }
fn gap_y_10(self) -> Self { ... }
fn neg_gap_y_10(self) -> Self { ... }
fn gap_y_11(self) -> Self { ... }
fn neg_gap_y_11(self) -> Self { ... }
fn gap_y_12(self) -> Self { ... }
fn neg_gap_y_12(self) -> Self { ... }
fn gap_y_16(self) -> Self { ... }
fn neg_gap_y_16(self) -> Self { ... }
fn gap_y_20(self) -> Self { ... }
fn neg_gap_y_20(self) -> Self { ... }
fn gap_y_24(self) -> Self { ... }
fn neg_gap_y_24(self) -> Self { ... }
fn gap_y_32(self) -> Self { ... }
fn neg_gap_y_32(self) -> Self { ... }
fn gap_y_40(self) -> Self { ... }
fn neg_gap_y_40(self) -> Self { ... }
fn gap_y_48(self) -> Self { ... }
fn neg_gap_y_48(self) -> Self { ... }
fn gap_y_56(self) -> Self { ... }
fn neg_gap_y_56(self) -> Self { ... }
fn gap_y_64(self) -> Self { ... }
fn neg_gap_y_64(self) -> Self { ... }
fn gap_y_72(self) -> Self { ... }
fn neg_gap_y_72(self) -> Self { ... }
fn gap_y_80(self) -> Self { ... }
fn neg_gap_y_80(self) -> Self { ... }
fn gap_y_96(self) -> Self { ... }
fn neg_gap_y_96(self) -> Self { ... }
fn gap_y_px(self) -> Self { ... }
fn neg_gap_y_px(self) -> Self { ... }
fn gap_y_full(self) -> Self { ... }
fn neg_gap_y_full(self) -> Self { ... }
fn gap_y_1_2(self) -> Self { ... }
fn neg_gap_y_1_2(self) -> Self { ... }
fn gap_y_1_3(self) -> Self { ... }
fn neg_gap_y_1_3(self) -> Self { ... }
fn gap_y_2_3(self) -> Self { ... }
fn neg_gap_y_2_3(self) -> Self { ... }
fn gap_y_1_4(self) -> Self { ... }
fn neg_gap_y_1_4(self) -> Self { ... }
fn gap_y_2_4(self) -> Self { ... }
fn neg_gap_y_2_4(self) -> Self { ... }
fn gap_y_3_4(self) -> Self { ... }
fn neg_gap_y_3_4(self) -> Self { ... }
fn gap_y_1_5(self) -> Self { ... }
fn neg_gap_y_1_5(self) -> Self { ... }
fn gap_y_2_5(self) -> Self { ... }
fn neg_gap_y_2_5(self) -> Self { ... }
fn gap_y_3_5(self) -> Self { ... }
fn neg_gap_y_3_5(self) -> Self { ... }
fn gap_y_4_5(self) -> Self { ... }
fn neg_gap_y_4_5(self) -> Self { ... }
fn gap_y_1_6(self) -> Self { ... }
fn neg_gap_y_1_6(self) -> Self { ... }
fn gap_y_5_6(self) -> Self { ... }
fn neg_gap_y_5_6(self) -> Self { ... }
fn gap_y_1_12(self) -> Self { ... }
fn neg_gap_y_1_12(self) -> Self { ... }
fn rounded(self, length: impl Clone + Into<AbsoluteLength>) -> Self { ... }
fn rounded_none(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_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_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_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_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_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_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_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_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 border(self) -> 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) -> 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) -> 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) -> 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) -> 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) -> 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) -> 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 z_index(self, z_index: u32) -> Self { ... }
fn full(self) -> Self { ... }
fn relative(self) -> Self { ... }
fn absolute(self) -> Self { ... }
fn block(self) -> Self { ... }
fn flex(self) -> Self { ... }
fn visible(self) -> Self { ... }
fn invisible(self) -> Self { ... }
fn overflow_hidden(self) -> Self { ... }
fn overflow_hidden_x(self) -> Self { ... }
fn overflow_hidden_y(self) -> Self { ... }
fn cursor(self, cursor: CursorStyle) -> Self { ... }
fn cursor_default(self) -> Self { ... }
fn cursor_pointer(self) -> Self { ... }
fn flex_col(self) -> Self { ... }
fn flex_row(self) -> Self { ... }
fn flex_1(self) -> Self { ... }
fn flex_auto(self) -> Self { ... }
fn flex_initial(self) -> Self { ... }
fn flex_none(self) -> Self { ... }
fn grow(self) -> Self { ... }
fn items_start(self) -> Self { ... }
fn items_end(self) -> Self { ... }
fn items_center(self) -> Self { ... }
fn justify_between(self) -> Self { ... }
fn justify_center(self) -> Self { ... }
fn justify_start(self) -> Self { ... }
fn justify_end(self) -> Self { ... }
fn justify_around(self) -> Self { ... }
fn bg<F>(self, fill: F) -> Self
where F: Into<Fill>,
Self: Sized { ... }
fn border_color<C>(self, border_color: C) -> Self
where C: Into<Hsla>,
Self: Sized { ... }
fn shadow(self, shadows: SmallVec<[BoxShadow; 2]>) -> Self { ... }
fn shadow_none(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 text_style(&mut self) -> &mut Option<TextStyleRefinement> { ... }
fn text_color(self, color: 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 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(self, family_name: impl Into<SharedString>) -> Self { ... }
fn line_height(self, line_height: impl Into<DefiniteLength>) -> Self { ... }
}
Required Methods§
fn style(&mut self) -> &mut StyleRefinement
Provided Methods§
sourcefn neg_w_full(self) -> Self
fn neg_w_full(self) -> Self
Sets the width of the element. Docs
100%
sourcefn neg_w_1_12(self) -> Self
fn neg_w_1_12(self) -> Self
Sets the width of the element. Docs
8% (1/12)
sourcefn neg_h_full(self) -> Self
fn neg_h_full(self) -> Self
Sets the height of the element. Docs
100%
sourcefn neg_h_1_12(self) -> Self
fn neg_h_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 neg_size_0(self) -> Self
fn neg_size_0(self) -> Self
Sets the width and height of the element.
0px
sourcefn neg_size_0p5(self) -> Self
fn neg_size_0p5(self) -> Self
Sets the width and height of the element.
2px (0.125rem)
sourcefn neg_size_1(self) -> Self
fn neg_size_1(self) -> Self
Sets the width and height of the element.
4px (0.25rem)
sourcefn neg_size_1p5(self) -> Self
fn neg_size_1p5(self) -> Self
Sets the width and height of the element.
6px (0.375rem)
sourcefn neg_size_2(self) -> Self
fn neg_size_2(self) -> Self
Sets the width and height of the element.
8px (0.5rem)
sourcefn neg_size_2p5(self) -> Self
fn neg_size_2p5(self) -> Self
Sets the width and height of the element.
10px (0.625rem)
sourcefn neg_size_3(self) -> Self
fn neg_size_3(self) -> Self
Sets the width and height of the element.
12px (0.75rem)
sourcefn neg_size_3p5(self) -> Self
fn neg_size_3p5(self) -> Self
Sets the width and height of the element.
14px (0.875rem)
sourcefn neg_size_4(self) -> Self
fn neg_size_4(self) -> Self
Sets the width and height of the element.
16px (1rem)
sourcefn neg_size_5(self) -> Self
fn neg_size_5(self) -> Self
Sets the width and height of the element.
20px (1.25rem)
sourcefn neg_size_6(self) -> Self
fn neg_size_6(self) -> Self
Sets the width and height of the element.
24px (1.5rem)
sourcefn neg_size_7(self) -> Self
fn neg_size_7(self) -> Self
Sets the width and height of the element.
28px (1.75rem)
sourcefn neg_size_8(self) -> Self
fn neg_size_8(self) -> Self
Sets the width and height of the element.
32px (2rem)
sourcefn neg_size_9(self) -> Self
fn neg_size_9(self) -> Self
Sets the width and height of the element.
36px (2.25rem)
sourcefn neg_size_10(self) -> Self
fn neg_size_10(self) -> Self
Sets the width and height of the element.
40px (2.5rem)
sourcefn neg_size_11(self) -> Self
fn neg_size_11(self) -> Self
Sets the width and height of the element.
44px (2.75rem)
sourcefn neg_size_12(self) -> Self
fn neg_size_12(self) -> Self
Sets the width and height of the element.
48px (3rem)
sourcefn neg_size_16(self) -> Self
fn neg_size_16(self) -> Self
Sets the width and height of the element.
64px (4rem)
sourcefn neg_size_20(self) -> Self
fn neg_size_20(self) -> Self
Sets the width and height of the element.
80px (5rem)
sourcefn neg_size_24(self) -> Self
fn neg_size_24(self) -> Self
Sets the width and height of the element.
96px (6rem)
sourcefn neg_size_32(self) -> Self
fn neg_size_32(self) -> Self
Sets the width and height of the element.
128px (8rem)
sourcefn neg_size_40(self) -> Self
fn neg_size_40(self) -> Self
Sets the width and height of the element.
160px (10rem)
sourcefn neg_size_48(self) -> Self
fn neg_size_48(self) -> Self
Sets the width and height of the element.
192px (12rem)
sourcefn neg_size_56(self) -> Self
fn neg_size_56(self) -> Self
Sets the width and height of the element.
224px (14rem)
sourcefn neg_size_64(self) -> Self
fn neg_size_64(self) -> Self
Sets the width and height of the element.
256px (16rem)
sourcefn neg_size_72(self) -> Self
fn neg_size_72(self) -> Self
Sets the width and height of the element.
288px (18rem)
sourcefn neg_size_80(self) -> Self
fn neg_size_80(self) -> Self
Sets the width and height of the element.
320px (20rem)
sourcefn neg_size_96(self) -> Self
fn neg_size_96(self) -> Self
Sets the width and height of the element.
384px (24rem)
sourcefn neg_size_px(self) -> Self
fn neg_size_px(self) -> Self
Sets the width and height of the element.
1px
sourcefn neg_size_full(self) -> Self
fn neg_size_full(self) -> Self
Sets the width and height of the element.
100%
sourcefn neg_size_1_2(self) -> Self
fn neg_size_1_2(self) -> Self
Sets the width and height of the element.
50% (1/2)
sourcefn neg_size_1_3(self) -> Self
fn neg_size_1_3(self) -> Self
Sets the width and height of the element.
33% (1/3)
sourcefn neg_size_2_3(self) -> Self
fn neg_size_2_3(self) -> Self
Sets the width and height of the element.
66% (2/3)
sourcefn neg_size_1_4(self) -> Self
fn neg_size_1_4(self) -> Self
Sets the width and height of the element.
25% (1/4)
sourcefn neg_size_2_4(self) -> Self
fn neg_size_2_4(self) -> Self
Sets the width and height of the element.
50% (2/4)
sourcefn neg_size_3_4(self) -> Self
fn neg_size_3_4(self) -> Self
Sets the width and height of the element.
75% (3/4)
sourcefn neg_size_1_5(self) -> Self
fn neg_size_1_5(self) -> Self
Sets the width and height of the element.
20% (1/5)
sourcefn neg_size_2_5(self) -> Self
fn neg_size_2_5(self) -> Self
Sets the width and height of the element.
40% (2/5)
sourcefn neg_size_3_5(self) -> Self
fn neg_size_3_5(self) -> Self
Sets the width and height of the element.
60% (3/5)
sourcefn neg_size_4_5(self) -> Self
fn neg_size_4_5(self) -> Self
Sets the width and height of the element.
80% (4/5)
sourcefn neg_size_1_6(self) -> Self
fn neg_size_1_6(self) -> Self
Sets the width and height of the element.
16% (1/6)
sourcefn neg_size_5_6(self) -> Self
fn neg_size_5_6(self) -> Self
Sets the width and height of the element.
80% (5/6)
sourcefn neg_size_1_12(self) -> Self
fn neg_size_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 neg_min_w_0(self) -> Self
fn neg_min_w_0(self) -> Self
Sets the minimum width of the element. Docs
0px
sourcefn neg_min_w_0p5(self) -> Self
fn neg_min_w_0p5(self) -> Self
Sets the minimum width of the element. Docs
2px (0.125rem)
sourcefn neg_min_w_1(self) -> Self
fn neg_min_w_1(self) -> Self
Sets the minimum width of the element. Docs
4px (0.25rem)
sourcefn neg_min_w_1p5(self) -> Self
fn neg_min_w_1p5(self) -> Self
Sets the minimum width of the element. Docs
6px (0.375rem)
sourcefn neg_min_w_2(self) -> Self
fn neg_min_w_2(self) -> Self
Sets the minimum width of the element. Docs
8px (0.5rem)
sourcefn neg_min_w_2p5(self) -> Self
fn neg_min_w_2p5(self) -> Self
Sets the minimum width of the element. Docs
10px (0.625rem)
sourcefn neg_min_w_3(self) -> Self
fn neg_min_w_3(self) -> Self
Sets the minimum width of the element. Docs
12px (0.75rem)
sourcefn neg_min_w_3p5(self) -> Self
fn neg_min_w_3p5(self) -> Self
Sets the minimum width of the element. Docs
14px (0.875rem)
sourcefn neg_min_w_4(self) -> Self
fn neg_min_w_4(self) -> Self
Sets the minimum width of the element. Docs
16px (1rem)
sourcefn neg_min_w_5(self) -> Self
fn neg_min_w_5(self) -> Self
Sets the minimum width of the element. Docs
20px (1.25rem)
sourcefn neg_min_w_6(self) -> Self
fn neg_min_w_6(self) -> Self
Sets the minimum width of the element. Docs
24px (1.5rem)
sourcefn neg_min_w_7(self) -> Self
fn neg_min_w_7(self) -> Self
Sets the minimum width of the element. Docs
28px (1.75rem)
sourcefn neg_min_w_8(self) -> Self
fn neg_min_w_8(self) -> Self
Sets the minimum width of the element. Docs
32px (2rem)
sourcefn neg_min_w_9(self) -> Self
fn neg_min_w_9(self) -> Self
Sets the minimum width of the element. Docs
36px (2.25rem)
sourcefn neg_min_w_10(self) -> Self
fn neg_min_w_10(self) -> Self
Sets the minimum width of the element. Docs
40px (2.5rem)
sourcefn neg_min_w_11(self) -> Self
fn neg_min_w_11(self) -> Self
Sets the minimum width of the element. Docs
44px (2.75rem)
sourcefn neg_min_w_12(self) -> Self
fn neg_min_w_12(self) -> Self
Sets the minimum width of the element. Docs
48px (3rem)
sourcefn neg_min_w_16(self) -> Self
fn neg_min_w_16(self) -> Self
Sets the minimum width of the element. Docs
64px (4rem)
sourcefn neg_min_w_20(self) -> Self
fn neg_min_w_20(self) -> Self
Sets the minimum width of the element. Docs
80px (5rem)
sourcefn neg_min_w_24(self) -> Self
fn neg_min_w_24(self) -> Self
Sets the minimum width of the element. Docs
96px (6rem)
sourcefn neg_min_w_32(self) -> Self
fn neg_min_w_32(self) -> Self
Sets the minimum width of the element. Docs
128px (8rem)
sourcefn neg_min_w_40(self) -> Self
fn neg_min_w_40(self) -> Self
Sets the minimum width of the element. Docs
160px (10rem)
sourcefn neg_min_w_48(self) -> Self
fn neg_min_w_48(self) -> Self
Sets the minimum width of the element. Docs
192px (12rem)
sourcefn neg_min_w_56(self) -> Self
fn neg_min_w_56(self) -> Self
Sets the minimum width of the element. Docs
224px (14rem)
sourcefn neg_min_w_64(self) -> Self
fn neg_min_w_64(self) -> Self
Sets the minimum width of the element. Docs
256px (16rem)
sourcefn neg_min_w_72(self) -> Self
fn neg_min_w_72(self) -> Self
Sets the minimum width of the element. Docs
288px (18rem)
sourcefn neg_min_w_80(self) -> Self
fn neg_min_w_80(self) -> Self
Sets the minimum width of the element. Docs
320px (20rem)
sourcefn neg_min_w_96(self) -> Self
fn neg_min_w_96(self) -> Self
Sets the minimum width of the element. Docs
384px (24rem)
sourcefn min_w_auto(self) -> Self
fn min_w_auto(self) -> Self
Sets the minimum width of the element. Docs
Auto
sourcefn neg_min_w_px(self) -> Self
fn neg_min_w_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 neg_min_w_full(self) -> Self
fn neg_min_w_full(self) -> Self
Sets the minimum width of the element. Docs
100%
sourcefn neg_min_w_1_2(self) -> Self
fn neg_min_w_1_2(self) -> Self
Sets the minimum width of the element. Docs
50% (1/2)
sourcefn neg_min_w_1_3(self) -> Self
fn neg_min_w_1_3(self) -> Self
Sets the minimum width of the element. Docs
33% (1/3)
sourcefn neg_min_w_2_3(self) -> Self
fn neg_min_w_2_3(self) -> Self
Sets the minimum width of the element. Docs
66% (2/3)
sourcefn neg_min_w_1_4(self) -> Self
fn neg_min_w_1_4(self) -> Self
Sets the minimum width of the element. Docs
25% (1/4)
sourcefn neg_min_w_2_4(self) -> Self
fn neg_min_w_2_4(self) -> Self
Sets the minimum width of the element. Docs
50% (2/4)
sourcefn neg_min_w_3_4(self) -> Self
fn neg_min_w_3_4(self) -> Self
Sets the minimum width of the element. Docs
75% (3/4)
sourcefn neg_min_w_1_5(self) -> Self
fn neg_min_w_1_5(self) -> Self
Sets the minimum width of the element. Docs
20% (1/5)
sourcefn neg_min_w_2_5(self) -> Self
fn neg_min_w_2_5(self) -> Self
Sets the minimum width of the element. Docs
40% (2/5)
sourcefn neg_min_w_3_5(self) -> Self
fn neg_min_w_3_5(self) -> Self
Sets the minimum width of the element. Docs
60% (3/5)
sourcefn neg_min_w_4_5(self) -> Self
fn neg_min_w_4_5(self) -> Self
Sets the minimum width of the element. Docs
80% (4/5)
sourcefn neg_min_w_1_6(self) -> Self
fn neg_min_w_1_6(self) -> Self
Sets the minimum width of the element. Docs
16% (1/6)
sourcefn neg_min_w_5_6(self) -> Self
fn neg_min_w_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 neg_min_w_1_12(self) -> Self
fn neg_min_w_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 neg_min_h_0(self) -> Self
fn neg_min_h_0(self) -> Self
Sets the minimum height of the element. Docs
0px
sourcefn neg_min_h_0p5(self) -> Self
fn neg_min_h_0p5(self) -> Self
Sets the minimum height of the element. Docs
2px (0.125rem)
sourcefn neg_min_h_1(self) -> Self
fn neg_min_h_1(self) -> Self
Sets the minimum height of the element. Docs
4px (0.25rem)
sourcefn neg_min_h_1p5(self) -> Self
fn neg_min_h_1p5(self) -> Self
Sets the minimum height of the element. Docs
6px (0.375rem)
sourcefn neg_min_h_2(self) -> Self
fn neg_min_h_2(self) -> Self
Sets the minimum height of the element. Docs
8px (0.5rem)
sourcefn neg_min_h_2p5(self) -> Self
fn neg_min_h_2p5(self) -> Self
Sets the minimum height of the element. Docs
10px (0.625rem)
sourcefn neg_min_h_3(self) -> Self
fn neg_min_h_3(self) -> Self
Sets the minimum height of the element. Docs
12px (0.75rem)
sourcefn neg_min_h_3p5(self) -> Self
fn neg_min_h_3p5(self) -> Self
Sets the minimum height of the element. Docs
14px (0.875rem)
sourcefn neg_min_h_4(self) -> Self
fn neg_min_h_4(self) -> Self
Sets the minimum height of the element. Docs
16px (1rem)
sourcefn neg_min_h_5(self) -> Self
fn neg_min_h_5(self) -> Self
Sets the minimum height of the element. Docs
20px (1.25rem)
sourcefn neg_min_h_6(self) -> Self
fn neg_min_h_6(self) -> Self
Sets the minimum height of the element. Docs
24px (1.5rem)
sourcefn neg_min_h_7(self) -> Self
fn neg_min_h_7(self) -> Self
Sets the minimum height of the element. Docs
28px (1.75rem)
sourcefn neg_min_h_8(self) -> Self
fn neg_min_h_8(self) -> Self
Sets the minimum height of the element. Docs
32px (2rem)
sourcefn neg_min_h_9(self) -> Self
fn neg_min_h_9(self) -> Self
Sets the minimum height of the element. Docs
36px (2.25rem)
sourcefn neg_min_h_10(self) -> Self
fn neg_min_h_10(self) -> Self
Sets the minimum height of the element. Docs
40px (2.5rem)
sourcefn neg_min_h_11(self) -> Self
fn neg_min_h_11(self) -> Self
Sets the minimum height of the element. Docs
44px (2.75rem)
sourcefn neg_min_h_12(self) -> Self
fn neg_min_h_12(self) -> Self
Sets the minimum height of the element. Docs
48px (3rem)
sourcefn neg_min_h_16(self) -> Self
fn neg_min_h_16(self) -> Self
Sets the minimum height of the element. Docs
64px (4rem)
sourcefn neg_min_h_20(self) -> Self
fn neg_min_h_20(self) -> Self
Sets the minimum height of the element. Docs
80px (5rem)
sourcefn neg_min_h_24(self) -> Self
fn neg_min_h_24(self) -> Self
Sets the minimum height of the element. Docs
96px (6rem)
sourcefn neg_min_h_32(self) -> Self
fn neg_min_h_32(self) -> Self
Sets the minimum height of the element. Docs
128px (8rem)
sourcefn neg_min_h_40(self) -> Self
fn neg_min_h_40(self) -> Self
Sets the minimum height of the element. Docs
160px (10rem)
sourcefn neg_min_h_48(self) -> Self
fn neg_min_h_48(self) -> Self
Sets the minimum height of the element. Docs
192px (12rem)
sourcefn neg_min_h_56(self) -> Self
fn neg_min_h_56(self) -> Self
Sets the minimum height of the element. Docs
224px (14rem)
sourcefn neg_min_h_64(self) -> Self
fn neg_min_h_64(self) -> Self
Sets the minimum height of the element. Docs
256px (16rem)
sourcefn neg_min_h_72(self) -> Self
fn neg_min_h_72(self) -> Self
Sets the minimum height of the element. Docs
288px (18rem)
sourcefn neg_min_h_80(self) -> Self
fn neg_min_h_80(self) -> Self
Sets the minimum height of the element. Docs
320px (20rem)
sourcefn neg_min_h_96(self) -> Self
fn neg_min_h_96(self) -> Self
Sets the minimum height of the element. Docs
384px (24rem)
sourcefn min_h_auto(self) -> Self
fn min_h_auto(self) -> Self
Sets the minimum height of the element. Docs
Auto
sourcefn neg_min_h_px(self) -> Self
fn neg_min_h_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 neg_min_h_full(self) -> Self
fn neg_min_h_full(self) -> Self
Sets the minimum height of the element. Docs
100%
sourcefn neg_min_h_1_2(self) -> Self
fn neg_min_h_1_2(self) -> Self
Sets the minimum height of the element. Docs
50% (1/2)
sourcefn neg_min_h_1_3(self) -> Self
fn neg_min_h_1_3(self) -> Self
Sets the minimum height of the element. Docs
33% (1/3)
sourcefn neg_min_h_2_3(self) -> Self
fn neg_min_h_2_3(self) -> Self
Sets the minimum height of the element. Docs
66% (2/3)
sourcefn neg_min_h_1_4(self) -> Self
fn neg_min_h_1_4(self) -> Self
Sets the minimum height of the element. Docs
25% (1/4)
sourcefn neg_min_h_2_4(self) -> Self
fn neg_min_h_2_4(self) -> Self
Sets the minimum height of the element. Docs
50% (2/4)
sourcefn neg_min_h_3_4(self) -> Self
fn neg_min_h_3_4(self) -> Self
Sets the minimum height of the element. Docs
75% (3/4)
sourcefn neg_min_h_1_5(self) -> Self
fn neg_min_h_1_5(self) -> Self
Sets the minimum height of the element. Docs
20% (1/5)
sourcefn neg_min_h_2_5(self) -> Self
fn neg_min_h_2_5(self) -> Self
Sets the minimum height of the element. Docs
40% (2/5)
sourcefn neg_min_h_3_5(self) -> Self
fn neg_min_h_3_5(self) -> Self
Sets the minimum height of the element. Docs
60% (3/5)
sourcefn neg_min_h_4_5(self) -> Self
fn neg_min_h_4_5(self) -> Self
Sets the minimum height of the element. Docs
80% (4/5)
sourcefn neg_min_h_1_6(self) -> Self
fn neg_min_h_1_6(self) -> Self
Sets the minimum height of the element. Docs
16% (1/6)
sourcefn neg_min_h_5_6(self) -> Self
fn neg_min_h_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 neg_min_h_1_12(self) -> Self
fn neg_min_h_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 neg_max_w_0(self) -> Self
fn neg_max_w_0(self) -> Self
Sets the maximum width of the element. Docs
0px
sourcefn neg_max_w_0p5(self) -> Self
fn neg_max_w_0p5(self) -> Self
Sets the maximum width of the element. Docs
2px (0.125rem)
sourcefn neg_max_w_1(self) -> Self
fn neg_max_w_1(self) -> Self
Sets the maximum width of the element. Docs
4px (0.25rem)
sourcefn neg_max_w_1p5(self) -> Self
fn neg_max_w_1p5(self) -> Self
Sets the maximum width of the element. Docs
6px (0.375rem)
sourcefn neg_max_w_2(self) -> Self
fn neg_max_w_2(self) -> Self
Sets the maximum width of the element. Docs
8px (0.5rem)
sourcefn neg_max_w_2p5(self) -> Self
fn neg_max_w_2p5(self) -> Self
Sets the maximum width of the element. Docs
10px (0.625rem)
sourcefn neg_max_w_3(self) -> Self
fn neg_max_w_3(self) -> Self
Sets the maximum width of the element. Docs
12px (0.75rem)
sourcefn neg_max_w_3p5(self) -> Self
fn neg_max_w_3p5(self) -> Self
Sets the maximum width of the element. Docs
14px (0.875rem)
sourcefn neg_max_w_4(self) -> Self
fn neg_max_w_4(self) -> Self
Sets the maximum width of the element. Docs
16px (1rem)
sourcefn neg_max_w_5(self) -> Self
fn neg_max_w_5(self) -> Self
Sets the maximum width of the element. Docs
20px (1.25rem)
sourcefn neg_max_w_6(self) -> Self
fn neg_max_w_6(self) -> Self
Sets the maximum width of the element. Docs
24px (1.5rem)
sourcefn neg_max_w_7(self) -> Self
fn neg_max_w_7(self) -> Self
Sets the maximum width of the element. Docs
28px (1.75rem)
sourcefn neg_max_w_8(self) -> Self
fn neg_max_w_8(self) -> Self
Sets the maximum width of the element. Docs
32px (2rem)
sourcefn neg_max_w_9(self) -> Self
fn neg_max_w_9(self) -> Self
Sets the maximum width of the element. Docs
36px (2.25rem)
sourcefn neg_max_w_10(self) -> Self
fn neg_max_w_10(self) -> Self
Sets the maximum width of the element. Docs
40px (2.5rem)
sourcefn neg_max_w_11(self) -> Self
fn neg_max_w_11(self) -> Self
Sets the maximum width of the element. Docs
44px (2.75rem)
sourcefn neg_max_w_12(self) -> Self
fn neg_max_w_12(self) -> Self
Sets the maximum width of the element. Docs
48px (3rem)
sourcefn neg_max_w_16(self) -> Self
fn neg_max_w_16(self) -> Self
Sets the maximum width of the element. Docs
64px (4rem)
sourcefn neg_max_w_20(self) -> Self
fn neg_max_w_20(self) -> Self
Sets the maximum width of the element. Docs
80px (5rem)
sourcefn neg_max_w_24(self) -> Self
fn neg_max_w_24(self) -> Self
Sets the maximum width of the element. Docs
96px (6rem)
sourcefn neg_max_w_32(self) -> Self
fn neg_max_w_32(self) -> Self
Sets the maximum width of the element. Docs
128px (8rem)
sourcefn neg_max_w_40(self) -> Self
fn neg_max_w_40(self) -> Self
Sets the maximum width of the element. Docs
160px (10rem)
sourcefn neg_max_w_48(self) -> Self
fn neg_max_w_48(self) -> Self
Sets the maximum width of the element. Docs
192px (12rem)
sourcefn neg_max_w_56(self) -> Self
fn neg_max_w_56(self) -> Self
Sets the maximum width of the element. Docs
224px (14rem)
sourcefn neg_max_w_64(self) -> Self
fn neg_max_w_64(self) -> Self
Sets the maximum width of the element. Docs
256px (16rem)
sourcefn neg_max_w_72(self) -> Self
fn neg_max_w_72(self) -> Self
Sets the maximum width of the element. Docs
288px (18rem)
sourcefn neg_max_w_80(self) -> Self
fn neg_max_w_80(self) -> Self
Sets the maximum width of the element. Docs
320px (20rem)
sourcefn neg_max_w_96(self) -> Self
fn neg_max_w_96(self) -> Self
Sets the maximum width of the element. Docs
384px (24rem)
sourcefn max_w_auto(self) -> Self
fn max_w_auto(self) -> Self
Sets the maximum width of the element. Docs
Auto
sourcefn neg_max_w_px(self) -> Self
fn neg_max_w_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 neg_max_w_full(self) -> Self
fn neg_max_w_full(self) -> Self
Sets the maximum width of the element. Docs
100%
sourcefn neg_max_w_1_2(self) -> Self
fn neg_max_w_1_2(self) -> Self
Sets the maximum width of the element. Docs
50% (1/2)
sourcefn neg_max_w_1_3(self) -> Self
fn neg_max_w_1_3(self) -> Self
Sets the maximum width of the element. Docs
33% (1/3)
sourcefn neg_max_w_2_3(self) -> Self
fn neg_max_w_2_3(self) -> Self
Sets the maximum width of the element. Docs
66% (2/3)
sourcefn neg_max_w_1_4(self) -> Self
fn neg_max_w_1_4(self) -> Self
Sets the maximum width of the element. Docs
25% (1/4)
sourcefn neg_max_w_2_4(self) -> Self
fn neg_max_w_2_4(self) -> Self
Sets the maximum width of the element. Docs
50% (2/4)
sourcefn neg_max_w_3_4(self) -> Self
fn neg_max_w_3_4(self) -> Self
Sets the maximum width of the element. Docs
75% (3/4)
sourcefn neg_max_w_1_5(self) -> Self
fn neg_max_w_1_5(self) -> Self
Sets the maximum width of the element. Docs
20% (1/5)
sourcefn neg_max_w_2_5(self) -> Self
fn neg_max_w_2_5(self) -> Self
Sets the maximum width of the element. Docs
40% (2/5)
sourcefn neg_max_w_3_5(self) -> Self
fn neg_max_w_3_5(self) -> Self
Sets the maximum width of the element. Docs
60% (3/5)
sourcefn neg_max_w_4_5(self) -> Self
fn neg_max_w_4_5(self) -> Self
Sets the maximum width of the element. Docs
80% (4/5)
sourcefn neg_max_w_1_6(self) -> Self
fn neg_max_w_1_6(self) -> Self
Sets the maximum width of the element. Docs
16% (1/6)
sourcefn neg_max_w_5_6(self) -> Self
fn neg_max_w_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 neg_max_w_1_12(self) -> Self
fn neg_max_w_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 neg_max_h_0(self) -> Self
fn neg_max_h_0(self) -> Self
Sets the maximum height of the element. Docs
0px
sourcefn neg_max_h_0p5(self) -> Self
fn neg_max_h_0p5(self) -> Self
Sets the maximum height of the element. Docs
2px (0.125rem)
sourcefn neg_max_h_1(self) -> Self
fn neg_max_h_1(self) -> Self
Sets the maximum height of the element. Docs
4px (0.25rem)
sourcefn neg_max_h_1p5(self) -> Self
fn neg_max_h_1p5(self) -> Self
Sets the maximum height of the element. Docs
6px (0.375rem)
sourcefn neg_max_h_2(self) -> Self
fn neg_max_h_2(self) -> Self
Sets the maximum height of the element. Docs
8px (0.5rem)
sourcefn neg_max_h_2p5(self) -> Self
fn neg_max_h_2p5(self) -> Self
Sets the maximum height of the element. Docs
10px (0.625rem)
sourcefn neg_max_h_3(self) -> Self
fn neg_max_h_3(self) -> Self
Sets the maximum height of the element. Docs
12px (0.75rem)
sourcefn neg_max_h_3p5(self) -> Self
fn neg_max_h_3p5(self) -> Self
Sets the maximum height of the element. Docs
14px (0.875rem)
sourcefn neg_max_h_4(self) -> Self
fn neg_max_h_4(self) -> Self
Sets the maximum height of the element. Docs
16px (1rem)
sourcefn neg_max_h_5(self) -> Self
fn neg_max_h_5(self) -> Self
Sets the maximum height of the element. Docs
20px (1.25rem)
sourcefn neg_max_h_6(self) -> Self
fn neg_max_h_6(self) -> Self
Sets the maximum height of the element. Docs
24px (1.5rem)
sourcefn neg_max_h_7(self) -> Self
fn neg_max_h_7(self) -> Self
Sets the maximum height of the element. Docs
28px (1.75rem)
sourcefn neg_max_h_8(self) -> Self
fn neg_max_h_8(self) -> Self
Sets the maximum height of the element. Docs
32px (2rem)
sourcefn neg_max_h_9(self) -> Self
fn neg_max_h_9(self) -> Self
Sets the maximum height of the element. Docs
36px (2.25rem)
sourcefn neg_max_h_10(self) -> Self
fn neg_max_h_10(self) -> Self
Sets the maximum height of the element. Docs
40px (2.5rem)
sourcefn neg_max_h_11(self) -> Self
fn neg_max_h_11(self) -> Self
Sets the maximum height of the element. Docs
44px (2.75rem)
sourcefn neg_max_h_12(self) -> Self
fn neg_max_h_12(self) -> Self
Sets the maximum height of the element. Docs
48px (3rem)
sourcefn neg_max_h_16(self) -> Self
fn neg_max_h_16(self) -> Self
Sets the maximum height of the element. Docs
64px (4rem)
sourcefn neg_max_h_20(self) -> Self
fn neg_max_h_20(self) -> Self
Sets the maximum height of the element. Docs
80px (5rem)
sourcefn neg_max_h_24(self) -> Self
fn neg_max_h_24(self) -> Self
Sets the maximum height of the element. Docs
96px (6rem)
sourcefn neg_max_h_32(self) -> Self
fn neg_max_h_32(self) -> Self
Sets the maximum height of the element. Docs
128px (8rem)
sourcefn neg_max_h_40(self) -> Self
fn neg_max_h_40(self) -> Self
Sets the maximum height of the element. Docs
160px (10rem)
sourcefn neg_max_h_48(self) -> Self
fn neg_max_h_48(self) -> Self
Sets the maximum height of the element. Docs
192px (12rem)
sourcefn neg_max_h_56(self) -> Self
fn neg_max_h_56(self) -> Self
Sets the maximum height of the element. Docs
224px (14rem)
sourcefn neg_max_h_64(self) -> Self
fn neg_max_h_64(self) -> Self
Sets the maximum height of the element. Docs
256px (16rem)
sourcefn neg_max_h_72(self) -> Self
fn neg_max_h_72(self) -> Self
Sets the maximum height of the element. Docs
288px (18rem)
sourcefn neg_max_h_80(self) -> Self
fn neg_max_h_80(self) -> Self
Sets the maximum height of the element. Docs
320px (20rem)
sourcefn neg_max_h_96(self) -> Self
fn neg_max_h_96(self) -> Self
Sets the maximum height of the element. Docs
384px (24rem)
sourcefn max_h_auto(self) -> Self
fn max_h_auto(self) -> Self
Sets the maximum height of the element. Docs
Auto
sourcefn neg_max_h_px(self) -> Self
fn neg_max_h_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 neg_max_h_full(self) -> Self
fn neg_max_h_full(self) -> Self
Sets the maximum height of the element. Docs
100%
sourcefn neg_max_h_1_2(self) -> Self
fn neg_max_h_1_2(self) -> Self
Sets the maximum height of the element. Docs
50% (1/2)
sourcefn neg_max_h_1_3(self) -> Self
fn neg_max_h_1_3(self) -> Self
Sets the maximum height of the element. Docs
33% (1/3)
sourcefn neg_max_h_2_3(self) -> Self
fn neg_max_h_2_3(self) -> Self
Sets the maximum height of the element. Docs
66% (2/3)
sourcefn neg_max_h_1_4(self) -> Self
fn neg_max_h_1_4(self) -> Self
Sets the maximum height of the element. Docs
25% (1/4)
sourcefn neg_max_h_2_4(self) -> Self
fn neg_max_h_2_4(self) -> Self
Sets the maximum height of the element. Docs
50% (2/4)
sourcefn neg_max_h_3_4(self) -> Self
fn neg_max_h_3_4(self) -> Self
Sets the maximum height of the element. Docs
75% (3/4)
sourcefn neg_max_h_1_5(self) -> Self
fn neg_max_h_1_5(self) -> Self
Sets the maximum height of the element. Docs
20% (1/5)
sourcefn neg_max_h_2_5(self) -> Self
fn neg_max_h_2_5(self) -> Self
Sets the maximum height of the element. Docs
40% (2/5)
sourcefn neg_max_h_3_5(self) -> Self
fn neg_max_h_3_5(self) -> Self
Sets the maximum height of the element. Docs
60% (3/5)
sourcefn neg_max_h_4_5(self) -> Self
fn neg_max_h_4_5(self) -> Self
Sets the maximum height of the element. Docs
80% (4/5)
sourcefn neg_max_h_1_6(self) -> Self
fn neg_max_h_1_6(self) -> Self
Sets the maximum height of the element. Docs
16% (1/6)
sourcefn neg_max_h_5_6(self) -> Self
fn neg_max_h_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 neg_max_h_1_12(self) -> Self
fn neg_max_h_1_12(self) -> Self
Sets the maximum height of the element. Docs
8% (1/12)
sourcefn neg_m_full(self) -> Self
fn neg_m_full(self) -> Self
Sets the margin of the element. Docs
100%
sourcefn neg_m_1_12(self) -> Self
fn neg_m_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 neg_mt_0p5(self) -> Self
fn neg_mt_0p5(self) -> Self
Sets the top margin of the element. Docs
2px (0.125rem)
sourcefn neg_mt_1p5(self) -> Self
fn neg_mt_1p5(self) -> Self
Sets the top margin of the element. Docs
6px (0.375rem)
sourcefn neg_mt_2p5(self) -> Self
fn neg_mt_2p5(self) -> Self
Sets the top margin of the element. Docs
10px (0.625rem)
sourcefn neg_mt_3p5(self) -> Self
fn neg_mt_3p5(self) -> Self
Sets the top margin of the element. Docs
14px (0.875rem)
sourcefn neg_mt_full(self) -> Self
fn neg_mt_full(self) -> Self
Sets the top margin of the element. Docs
100%
sourcefn neg_mt_1_2(self) -> Self
fn neg_mt_1_2(self) -> Self
Sets the top margin of the element. Docs
50% (1/2)
sourcefn neg_mt_1_3(self) -> Self
fn neg_mt_1_3(self) -> Self
Sets the top margin of the element. Docs
33% (1/3)
sourcefn neg_mt_2_3(self) -> Self
fn neg_mt_2_3(self) -> Self
Sets the top margin of the element. Docs
66% (2/3)
sourcefn neg_mt_1_4(self) -> Self
fn neg_mt_1_4(self) -> Self
Sets the top margin of the element. Docs
25% (1/4)
sourcefn neg_mt_2_4(self) -> Self
fn neg_mt_2_4(self) -> Self
Sets the top margin of the element. Docs
50% (2/4)
sourcefn neg_mt_3_4(self) -> Self
fn neg_mt_3_4(self) -> Self
Sets the top margin of the element. Docs
75% (3/4)
sourcefn neg_mt_1_5(self) -> Self
fn neg_mt_1_5(self) -> Self
Sets the top margin of the element. Docs
20% (1/5)
sourcefn neg_mt_2_5(self) -> Self
fn neg_mt_2_5(self) -> Self
Sets the top margin of the element. Docs
40% (2/5)
sourcefn neg_mt_3_5(self) -> Self
fn neg_mt_3_5(self) -> Self
Sets the top margin of the element. Docs
60% (3/5)
sourcefn neg_mt_4_5(self) -> Self
fn neg_mt_4_5(self) -> Self
Sets the top margin of the element. Docs
80% (4/5)
sourcefn neg_mt_1_6(self) -> Self
fn neg_mt_1_6(self) -> Self
Sets the top margin of the element. Docs
16% (1/6)
sourcefn neg_mt_5_6(self) -> Self
fn neg_mt_5_6(self) -> Self
Sets the top margin of the element. Docs
80% (5/6)
sourcefn neg_mt_1_12(self) -> Self
fn neg_mt_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 neg_mb_0p5(self) -> Self
fn neg_mb_0p5(self) -> Self
Sets the bottom margin of the element. Docs
2px (0.125rem)
sourcefn neg_mb_1p5(self) -> Self
fn neg_mb_1p5(self) -> Self
Sets the bottom margin of the element. Docs
6px (0.375rem)
sourcefn neg_mb_2p5(self) -> Self
fn neg_mb_2p5(self) -> Self
Sets the bottom margin of the element. Docs
10px (0.625rem)
sourcefn neg_mb_3p5(self) -> Self
fn neg_mb_3p5(self) -> Self
Sets the bottom margin of the element. Docs
14px (0.875rem)
sourcefn neg_mb_full(self) -> Self
fn neg_mb_full(self) -> Self
Sets the bottom margin of the element. Docs
100%
sourcefn neg_mb_1_2(self) -> Self
fn neg_mb_1_2(self) -> Self
Sets the bottom margin of the element. Docs
50% (1/2)
sourcefn neg_mb_1_3(self) -> Self
fn neg_mb_1_3(self) -> Self
Sets the bottom margin of the element. Docs
33% (1/3)
sourcefn neg_mb_2_3(self) -> Self
fn neg_mb_2_3(self) -> Self
Sets the bottom margin of the element. Docs
66% (2/3)
sourcefn neg_mb_1_4(self) -> Self
fn neg_mb_1_4(self) -> Self
Sets the bottom margin of the element. Docs
25% (1/4)
sourcefn neg_mb_2_4(self) -> Self
fn neg_mb_2_4(self) -> Self
Sets the bottom margin of the element. Docs
50% (2/4)
sourcefn neg_mb_3_4(self) -> Self
fn neg_mb_3_4(self) -> Self
Sets the bottom margin of the element. Docs
75% (3/4)
sourcefn neg_mb_1_5(self) -> Self
fn neg_mb_1_5(self) -> Self
Sets the bottom margin of the element. Docs
20% (1/5)
sourcefn neg_mb_2_5(self) -> Self
fn neg_mb_2_5(self) -> Self
Sets the bottom margin of the element. Docs
40% (2/5)
sourcefn neg_mb_3_5(self) -> Self
fn neg_mb_3_5(self) -> Self
Sets the bottom margin of the element. Docs
60% (3/5)
sourcefn neg_mb_4_5(self) -> Self
fn neg_mb_4_5(self) -> Self
Sets the bottom margin of the element. Docs
80% (4/5)
sourcefn neg_mb_1_6(self) -> Self
fn neg_mb_1_6(self) -> Self
Sets the bottom margin of the element. Docs
16% (1/6)
sourcefn neg_mb_5_6(self) -> Self
fn neg_mb_5_6(self) -> Self
Sets the bottom margin of the element. Docs
80% (5/6)
sourcefn neg_mb_1_12(self) -> Self
fn neg_mb_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 neg_my_0p5(self) -> Self
fn neg_my_0p5(self) -> Self
Sets the vertical margin of the element. Docs
2px (0.125rem)
sourcefn neg_my_1p5(self) -> Self
fn neg_my_1p5(self) -> Self
Sets the vertical margin of the element. Docs
6px (0.375rem)
sourcefn neg_my_2p5(self) -> Self
fn neg_my_2p5(self) -> Self
Sets the vertical margin of the element. Docs
10px (0.625rem)
sourcefn neg_my_3p5(self) -> Self
fn neg_my_3p5(self) -> Self
Sets the vertical margin of the element. Docs
14px (0.875rem)
sourcefn neg_my_full(self) -> Self
fn neg_my_full(self) -> Self
Sets the vertical margin of the element. Docs
100%
sourcefn neg_my_1_2(self) -> Self
fn neg_my_1_2(self) -> Self
Sets the vertical margin of the element. Docs
50% (1/2)
sourcefn neg_my_1_3(self) -> Self
fn neg_my_1_3(self) -> Self
Sets the vertical margin of the element. Docs
33% (1/3)
sourcefn neg_my_2_3(self) -> Self
fn neg_my_2_3(self) -> Self
Sets the vertical margin of the element. Docs
66% (2/3)
sourcefn neg_my_1_4(self) -> Self
fn neg_my_1_4(self) -> Self
Sets the vertical margin of the element. Docs
25% (1/4)
sourcefn neg_my_2_4(self) -> Self
fn neg_my_2_4(self) -> Self
Sets the vertical margin of the element. Docs
50% (2/4)
sourcefn neg_my_3_4(self) -> Self
fn neg_my_3_4(self) -> Self
Sets the vertical margin of the element. Docs
75% (3/4)
sourcefn neg_my_1_5(self) -> Self
fn neg_my_1_5(self) -> Self
Sets the vertical margin of the element. Docs
20% (1/5)
sourcefn neg_my_2_5(self) -> Self
fn neg_my_2_5(self) -> Self
Sets the vertical margin of the element. Docs
40% (2/5)
sourcefn neg_my_3_5(self) -> Self
fn neg_my_3_5(self) -> Self
Sets the vertical margin of the element. Docs
60% (3/5)
sourcefn neg_my_4_5(self) -> Self
fn neg_my_4_5(self) -> Self
Sets the vertical margin of the element. Docs
80% (4/5)
sourcefn neg_my_1_6(self) -> Self
fn neg_my_1_6(self) -> Self
Sets the vertical margin of the element. Docs
16% (1/6)
sourcefn neg_my_5_6(self) -> Self
fn neg_my_5_6(self) -> Self
Sets the vertical margin of the element. Docs
80% (5/6)
sourcefn neg_my_1_12(self) -> Self
fn neg_my_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 neg_mx_0p5(self) -> Self
fn neg_mx_0p5(self) -> Self
Sets the horizontal margin of the element. Docs
2px (0.125rem)
sourcefn neg_mx_1p5(self) -> Self
fn neg_mx_1p5(self) -> Self
Sets the horizontal margin of the element. Docs
6px (0.375rem)
sourcefn neg_mx_2p5(self) -> Self
fn neg_mx_2p5(self) -> Self
Sets the horizontal margin of the element. Docs
10px (0.625rem)
sourcefn neg_mx_3p5(self) -> Self
fn neg_mx_3p5(self) -> Self
Sets the horizontal margin of the element. Docs
14px (0.875rem)
sourcefn neg_mx_full(self) -> Self
fn neg_mx_full(self) -> Self
Sets the horizontal margin of the element. Docs
100%
sourcefn neg_mx_1_2(self) -> Self
fn neg_mx_1_2(self) -> Self
Sets the horizontal margin of the element. Docs
50% (1/2)
sourcefn neg_mx_1_3(self) -> Self
fn neg_mx_1_3(self) -> Self
Sets the horizontal margin of the element. Docs
33% (1/3)
sourcefn neg_mx_2_3(self) -> Self
fn neg_mx_2_3(self) -> Self
Sets the horizontal margin of the element. Docs
66% (2/3)
sourcefn neg_mx_1_4(self) -> Self
fn neg_mx_1_4(self) -> Self
Sets the horizontal margin of the element. Docs
25% (1/4)
sourcefn neg_mx_2_4(self) -> Self
fn neg_mx_2_4(self) -> Self
Sets the horizontal margin of the element. Docs
50% (2/4)
sourcefn neg_mx_3_4(self) -> Self
fn neg_mx_3_4(self) -> Self
Sets the horizontal margin of the element. Docs
75% (3/4)
sourcefn neg_mx_1_5(self) -> Self
fn neg_mx_1_5(self) -> Self
Sets the horizontal margin of the element. Docs
20% (1/5)
sourcefn neg_mx_2_5(self) -> Self
fn neg_mx_2_5(self) -> Self
Sets the horizontal margin of the element. Docs
40% (2/5)
sourcefn neg_mx_3_5(self) -> Self
fn neg_mx_3_5(self) -> Self
Sets the horizontal margin of the element. Docs
60% (3/5)
sourcefn neg_mx_4_5(self) -> Self
fn neg_mx_4_5(self) -> Self
Sets the horizontal margin of the element. Docs
80% (4/5)
sourcefn neg_mx_1_6(self) -> Self
fn neg_mx_1_6(self) -> Self
Sets the horizontal margin of the element. Docs
16% (1/6)
sourcefn neg_mx_5_6(self) -> Self
fn neg_mx_5_6(self) -> Self
Sets the horizontal margin of the element. Docs
80% (5/6)
sourcefn neg_mx_1_12(self) -> Self
fn neg_mx_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 neg_ml_0p5(self) -> Self
fn neg_ml_0p5(self) -> Self
Sets the left margin of the element. Docs
2px (0.125rem)
sourcefn neg_ml_1p5(self) -> Self
fn neg_ml_1p5(self) -> Self
Sets the left margin of the element. Docs
6px (0.375rem)
sourcefn neg_ml_2p5(self) -> Self
fn neg_ml_2p5(self) -> Self
Sets the left margin of the element. Docs
10px (0.625rem)
sourcefn neg_ml_3p5(self) -> Self
fn neg_ml_3p5(self) -> Self
Sets the left margin of the element. Docs
14px (0.875rem)
sourcefn neg_ml_full(self) -> Self
fn neg_ml_full(self) -> Self
Sets the left margin of the element. Docs
100%
sourcefn neg_ml_1_2(self) -> Self
fn neg_ml_1_2(self) -> Self
Sets the left margin of the element. Docs
50% (1/2)
sourcefn neg_ml_1_3(self) -> Self
fn neg_ml_1_3(self) -> Self
Sets the left margin of the element. Docs
33% (1/3)
sourcefn neg_ml_2_3(self) -> Self
fn neg_ml_2_3(self) -> Self
Sets the left margin of the element. Docs
66% (2/3)
sourcefn neg_ml_1_4(self) -> Self
fn neg_ml_1_4(self) -> Self
Sets the left margin of the element. Docs
25% (1/4)
sourcefn neg_ml_2_4(self) -> Self
fn neg_ml_2_4(self) -> Self
Sets the left margin of the element. Docs
50% (2/4)
sourcefn neg_ml_3_4(self) -> Self
fn neg_ml_3_4(self) -> Self
Sets the left margin of the element. Docs
75% (3/4)
sourcefn neg_ml_1_5(self) -> Self
fn neg_ml_1_5(self) -> Self
Sets the left margin of the element. Docs
20% (1/5)
sourcefn neg_ml_2_5(self) -> Self
fn neg_ml_2_5(self) -> Self
Sets the left margin of the element. Docs
40% (2/5)
sourcefn neg_ml_3_5(self) -> Self
fn neg_ml_3_5(self) -> Self
Sets the left margin of the element. Docs
60% (3/5)
sourcefn neg_ml_4_5(self) -> Self
fn neg_ml_4_5(self) -> Self
Sets the left margin of the element. Docs
80% (4/5)
sourcefn neg_ml_1_6(self) -> Self
fn neg_ml_1_6(self) -> Self
Sets the left margin of the element. Docs
16% (1/6)
sourcefn neg_ml_5_6(self) -> Self
fn neg_ml_5_6(self) -> Self
Sets the left margin of the element. Docs
80% (5/6)
sourcefn neg_ml_1_12(self) -> Self
fn neg_ml_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 neg_mr_0p5(self) -> Self
fn neg_mr_0p5(self) -> Self
Sets the right margin of the element. Docs
2px (0.125rem)
sourcefn neg_mr_1p5(self) -> Self
fn neg_mr_1p5(self) -> Self
Sets the right margin of the element. Docs
6px (0.375rem)
sourcefn neg_mr_2p5(self) -> Self
fn neg_mr_2p5(self) -> Self
Sets the right margin of the element. Docs
10px (0.625rem)
sourcefn neg_mr_3p5(self) -> Self
fn neg_mr_3p5(self) -> Self
Sets the right margin of the element. Docs
14px (0.875rem)
sourcefn neg_mr_full(self) -> Self
fn neg_mr_full(self) -> Self
Sets the right margin of the element. Docs
100%
sourcefn neg_mr_1_2(self) -> Self
fn neg_mr_1_2(self) -> Self
Sets the right margin of the element. Docs
50% (1/2)
sourcefn neg_mr_1_3(self) -> Self
fn neg_mr_1_3(self) -> Self
Sets the right margin of the element. Docs
33% (1/3)
sourcefn neg_mr_2_3(self) -> Self
fn neg_mr_2_3(self) -> Self
Sets the right margin of the element. Docs
66% (2/3)
sourcefn neg_mr_1_4(self) -> Self
fn neg_mr_1_4(self) -> Self
Sets the right margin of the element. Docs
25% (1/4)
sourcefn neg_mr_2_4(self) -> Self
fn neg_mr_2_4(self) -> Self
Sets the right margin of the element. Docs
50% (2/4)
sourcefn neg_mr_3_4(self) -> Self
fn neg_mr_3_4(self) -> Self
Sets the right margin of the element. Docs
75% (3/4)
sourcefn neg_mr_1_5(self) -> Self
fn neg_mr_1_5(self) -> Self
Sets the right margin of the element. Docs
20% (1/5)
sourcefn neg_mr_2_5(self) -> Self
fn neg_mr_2_5(self) -> Self
Sets the right margin of the element. Docs
40% (2/5)
sourcefn neg_mr_3_5(self) -> Self
fn neg_mr_3_5(self) -> Self
Sets the right margin of the element. Docs
60% (3/5)
sourcefn neg_mr_4_5(self) -> Self
fn neg_mr_4_5(self) -> Self
Sets the right margin of the element. Docs
80% (4/5)
sourcefn neg_mr_1_6(self) -> Self
fn neg_mr_1_6(self) -> Self
Sets the right margin of the element. Docs
16% (1/6)
sourcefn neg_mr_5_6(self) -> Self
fn neg_mr_5_6(self) -> Self
Sets the right margin of the element. Docs
80% (5/6)
sourcefn neg_mr_1_12(self) -> Self
fn neg_mr_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 neg_p_full(self) -> Self
fn neg_p_full(self) -> Self
Sets the padding of the element. Docs
100%
sourcefn neg_p_1_12(self) -> Self
fn neg_p_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 neg_pt_0p5(self) -> Self
fn neg_pt_0p5(self) -> Self
Sets the top padding of the element. Docs
2px (0.125rem)
sourcefn neg_pt_1p5(self) -> Self
fn neg_pt_1p5(self) -> Self
Sets the top padding of the element. Docs
6px (0.375rem)
sourcefn neg_pt_2p5(self) -> Self
fn neg_pt_2p5(self) -> Self
Sets the top padding of the element. Docs
10px (0.625rem)
sourcefn neg_pt_3p5(self) -> Self
fn neg_pt_3p5(self) -> Self
Sets the top padding of the element. Docs
14px (0.875rem)
sourcefn neg_pt_full(self) -> Self
fn neg_pt_full(self) -> Self
Sets the top padding of the element. Docs
100%
sourcefn neg_pt_1_2(self) -> Self
fn neg_pt_1_2(self) -> Self
Sets the top padding of the element. Docs
50% (1/2)
sourcefn neg_pt_1_3(self) -> Self
fn neg_pt_1_3(self) -> Self
Sets the top padding of the element. Docs
33% (1/3)
sourcefn neg_pt_2_3(self) -> Self
fn neg_pt_2_3(self) -> Self
Sets the top padding of the element. Docs
66% (2/3)
sourcefn neg_pt_1_4(self) -> Self
fn neg_pt_1_4(self) -> Self
Sets the top padding of the element. Docs
25% (1/4)
sourcefn neg_pt_2_4(self) -> Self
fn neg_pt_2_4(self) -> Self
Sets the top padding of the element. Docs
50% (2/4)
sourcefn neg_pt_3_4(self) -> Self
fn neg_pt_3_4(self) -> Self
Sets the top padding of the element. Docs
75% (3/4)
sourcefn neg_pt_1_5(self) -> Self
fn neg_pt_1_5(self) -> Self
Sets the top padding of the element. Docs
20% (1/5)
sourcefn neg_pt_2_5(self) -> Self
fn neg_pt_2_5(self) -> Self
Sets the top padding of the element. Docs
40% (2/5)
sourcefn neg_pt_3_5(self) -> Self
fn neg_pt_3_5(self) -> Self
Sets the top padding of the element. Docs
60% (3/5)
sourcefn neg_pt_4_5(self) -> Self
fn neg_pt_4_5(self) -> Self
Sets the top padding of the element. Docs
80% (4/5)
sourcefn neg_pt_1_6(self) -> Self
fn neg_pt_1_6(self) -> Self
Sets the top padding of the element. Docs
16% (1/6)
sourcefn neg_pt_5_6(self) -> Self
fn neg_pt_5_6(self) -> Self
Sets the top padding of the element. Docs
80% (5/6)
sourcefn neg_pt_1_12(self) -> Self
fn neg_pt_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 neg_pb_0p5(self) -> Self
fn neg_pb_0p5(self) -> Self
Sets the bottom padding of the element. Docs
2px (0.125rem)
sourcefn neg_pb_1p5(self) -> Self
fn neg_pb_1p5(self) -> Self
Sets the bottom padding of the element. Docs
6px (0.375rem)
sourcefn neg_pb_2p5(self) -> Self
fn neg_pb_2p5(self) -> Self
Sets the bottom padding of the element. Docs
10px (0.625rem)
sourcefn neg_pb_3p5(self) -> Self
fn neg_pb_3p5(self) -> Self
Sets the bottom padding of the element. Docs
14px (0.875rem)
sourcefn neg_pb_full(self) -> Self
fn neg_pb_full(self) -> Self
Sets the bottom padding of the element. Docs
100%
sourcefn neg_pb_1_2(self) -> Self
fn neg_pb_1_2(self) -> Self
Sets the bottom padding of the element. Docs
50% (1/2)
sourcefn neg_pb_1_3(self) -> Self
fn neg_pb_1_3(self) -> Self
Sets the bottom padding of the element. Docs
33% (1/3)
sourcefn neg_pb_2_3(self) -> Self
fn neg_pb_2_3(self) -> Self
Sets the bottom padding of the element. Docs
66% (2/3)
sourcefn neg_pb_1_4(self) -> Self
fn neg_pb_1_4(self) -> Self
Sets the bottom padding of the element. Docs
25% (1/4)
sourcefn neg_pb_2_4(self) -> Self
fn neg_pb_2_4(self) -> Self
Sets the bottom padding of the element. Docs
50% (2/4)
sourcefn neg_pb_3_4(self) -> Self
fn neg_pb_3_4(self) -> Self
Sets the bottom padding of the element. Docs
75% (3/4)
sourcefn neg_pb_1_5(self) -> Self
fn neg_pb_1_5(self) -> Self
Sets the bottom padding of the element. Docs
20% (1/5)
sourcefn neg_pb_2_5(self) -> Self
fn neg_pb_2_5(self) -> Self
Sets the bottom padding of the element. Docs
40% (2/5)
sourcefn neg_pb_3_5(self) -> Self
fn neg_pb_3_5(self) -> Self
Sets the bottom padding of the element. Docs
60% (3/5)
sourcefn neg_pb_4_5(self) -> Self
fn neg_pb_4_5(self) -> Self
Sets the bottom padding of the element. Docs
80% (4/5)
sourcefn neg_pb_1_6(self) -> Self
fn neg_pb_1_6(self) -> Self
Sets the bottom padding of the element. Docs
16% (1/6)
sourcefn neg_pb_5_6(self) -> Self
fn neg_pb_5_6(self) -> Self
Sets the bottom padding of the element. Docs
80% (5/6)
sourcefn neg_pb_1_12(self) -> Self
fn neg_pb_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 neg_px_0p5(self) -> Self
fn neg_px_0p5(self) -> Self
Sets the horizontal padding of the element. Docs
2px (0.125rem)
sourcefn neg_px_1p5(self) -> Self
fn neg_px_1p5(self) -> Self
Sets the horizontal padding of the element. Docs
6px (0.375rem)
sourcefn neg_px_2p5(self) -> Self
fn neg_px_2p5(self) -> Self
Sets the horizontal padding of the element. Docs
10px (0.625rem)
sourcefn neg_px_3p5(self) -> Self
fn neg_px_3p5(self) -> Self
Sets the horizontal padding of the element. Docs
14px (0.875rem)
sourcefn neg_px_full(self) -> Self
fn neg_px_full(self) -> Self
Sets the horizontal padding of the element. Docs
100%
sourcefn neg_px_1_2(self) -> Self
fn neg_px_1_2(self) -> Self
Sets the horizontal padding of the element. Docs
50% (1/2)
sourcefn neg_px_1_3(self) -> Self
fn neg_px_1_3(self) -> Self
Sets the horizontal padding of the element. Docs
33% (1/3)
sourcefn neg_px_2_3(self) -> Self
fn neg_px_2_3(self) -> Self
Sets the horizontal padding of the element. Docs
66% (2/3)
sourcefn neg_px_1_4(self) -> Self
fn neg_px_1_4(self) -> Self
Sets the horizontal padding of the element. Docs
25% (1/4)
sourcefn neg_px_2_4(self) -> Self
fn neg_px_2_4(self) -> Self
Sets the horizontal padding of the element. Docs
50% (2/4)
sourcefn neg_px_3_4(self) -> Self
fn neg_px_3_4(self) -> Self
Sets the horizontal padding of the element. Docs
75% (3/4)
sourcefn neg_px_1_5(self) -> Self
fn neg_px_1_5(self) -> Self
Sets the horizontal padding of the element. Docs
20% (1/5)
sourcefn neg_px_2_5(self) -> Self
fn neg_px_2_5(self) -> Self
Sets the horizontal padding of the element. Docs
40% (2/5)
sourcefn neg_px_3_5(self) -> Self
fn neg_px_3_5(self) -> Self
Sets the horizontal padding of the element. Docs
60% (3/5)
sourcefn neg_px_4_5(self) -> Self
fn neg_px_4_5(self) -> Self
Sets the horizontal padding of the element. Docs
80% (4/5)
sourcefn neg_px_1_6(self) -> Self
fn neg_px_1_6(self) -> Self
Sets the horizontal padding of the element. Docs
16% (1/6)
sourcefn neg_px_5_6(self) -> Self
fn neg_px_5_6(self) -> Self
Sets the horizontal padding of the element. Docs
80% (5/6)
sourcefn neg_px_1_12(self) -> Self
fn neg_px_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 neg_py_0p5(self) -> Self
fn neg_py_0p5(self) -> Self
Sets the vertical padding of the element. Docs
2px (0.125rem)
sourcefn neg_py_1p5(self) -> Self
fn neg_py_1p5(self) -> Self
Sets the vertical padding of the element. Docs
6px (0.375rem)
sourcefn neg_py_2p5(self) -> Self
fn neg_py_2p5(self) -> Self
Sets the vertical padding of the element. Docs
10px (0.625rem)
sourcefn neg_py_3p5(self) -> Self
fn neg_py_3p5(self) -> Self
Sets the vertical padding of the element. Docs
14px (0.875rem)
sourcefn neg_py_full(self) -> Self
fn neg_py_full(self) -> Self
Sets the vertical padding of the element. Docs
100%
sourcefn neg_py_1_2(self) -> Self
fn neg_py_1_2(self) -> Self
Sets the vertical padding of the element. Docs
50% (1/2)
sourcefn neg_py_1_3(self) -> Self
fn neg_py_1_3(self) -> Self
Sets the vertical padding of the element. Docs
33% (1/3)
sourcefn neg_py_2_3(self) -> Self
fn neg_py_2_3(self) -> Self
Sets the vertical padding of the element. Docs
66% (2/3)
sourcefn neg_py_1_4(self) -> Self
fn neg_py_1_4(self) -> Self
Sets the vertical padding of the element. Docs
25% (1/4)
sourcefn neg_py_2_4(self) -> Self
fn neg_py_2_4(self) -> Self
Sets the vertical padding of the element. Docs
50% (2/4)
sourcefn neg_py_3_4(self) -> Self
fn neg_py_3_4(self) -> Self
Sets the vertical padding of the element. Docs
75% (3/4)
sourcefn neg_py_1_5(self) -> Self
fn neg_py_1_5(self) -> Self
Sets the vertical padding of the element. Docs
20% (1/5)
sourcefn neg_py_2_5(self) -> Self
fn neg_py_2_5(self) -> Self
Sets the vertical padding of the element. Docs
40% (2/5)
sourcefn neg_py_3_5(self) -> Self
fn neg_py_3_5(self) -> Self
Sets the vertical padding of the element. Docs
60% (3/5)
sourcefn neg_py_4_5(self) -> Self
fn neg_py_4_5(self) -> Self
Sets the vertical padding of the element. Docs
80% (4/5)
sourcefn neg_py_1_6(self) -> Self
fn neg_py_1_6(self) -> Self
Sets the vertical padding of the element. Docs
16% (1/6)
sourcefn neg_py_5_6(self) -> Self
fn neg_py_5_6(self) -> Self
Sets the vertical padding of the element. Docs
80% (5/6)
sourcefn neg_py_1_12(self) -> Self
fn neg_py_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 neg_pl_0p5(self) -> Self
fn neg_pl_0p5(self) -> Self
Sets the left padding of the element. Docs
2px (0.125rem)
sourcefn neg_pl_1p5(self) -> Self
fn neg_pl_1p5(self) -> Self
Sets the left padding of the element. Docs
6px (0.375rem)
sourcefn neg_pl_2p5(self) -> Self
fn neg_pl_2p5(self) -> Self
Sets the left padding of the element. Docs
10px (0.625rem)
sourcefn neg_pl_3p5(self) -> Self
fn neg_pl_3p5(self) -> Self
Sets the left padding of the element. Docs
14px (0.875rem)
sourcefn neg_pl_full(self) -> Self
fn neg_pl_full(self) -> Self
Sets the left padding of the element. Docs
100%
sourcefn neg_pl_1_2(self) -> Self
fn neg_pl_1_2(self) -> Self
Sets the left padding of the element. Docs
50% (1/2)
sourcefn neg_pl_1_3(self) -> Self
fn neg_pl_1_3(self) -> Self
Sets the left padding of the element. Docs
33% (1/3)
sourcefn neg_pl_2_3(self) -> Self
fn neg_pl_2_3(self) -> Self
Sets the left padding of the element. Docs
66% (2/3)
sourcefn neg_pl_1_4(self) -> Self
fn neg_pl_1_4(self) -> Self
Sets the left padding of the element. Docs
25% (1/4)
sourcefn neg_pl_2_4(self) -> Self
fn neg_pl_2_4(self) -> Self
Sets the left padding of the element. Docs
50% (2/4)
sourcefn neg_pl_3_4(self) -> Self
fn neg_pl_3_4(self) -> Self
Sets the left padding of the element. Docs
75% (3/4)
sourcefn neg_pl_1_5(self) -> Self
fn neg_pl_1_5(self) -> Self
Sets the left padding of the element. Docs
20% (1/5)
sourcefn neg_pl_2_5(self) -> Self
fn neg_pl_2_5(self) -> Self
Sets the left padding of the element. Docs
40% (2/5)
sourcefn neg_pl_3_5(self) -> Self
fn neg_pl_3_5(self) -> Self
Sets the left padding of the element. Docs
60% (3/5)
sourcefn neg_pl_4_5(self) -> Self
fn neg_pl_4_5(self) -> Self
Sets the left padding of the element. Docs
80% (4/5)
sourcefn neg_pl_1_6(self) -> Self
fn neg_pl_1_6(self) -> Self
Sets the left padding of the element. Docs
16% (1/6)
sourcefn neg_pl_5_6(self) -> Self
fn neg_pl_5_6(self) -> Self
Sets the left padding of the element. Docs
80% (5/6)
sourcefn neg_pl_1_12(self) -> Self
fn neg_pl_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 neg_pr_0p5(self) -> Self
fn neg_pr_0p5(self) -> Self
Sets the right padding of the element. Docs
2px (0.125rem)
sourcefn neg_pr_1p5(self) -> Self
fn neg_pr_1p5(self) -> Self
Sets the right padding of the element. Docs
6px (0.375rem)
sourcefn neg_pr_2p5(self) -> Self
fn neg_pr_2p5(self) -> Self
Sets the right padding of the element. Docs
10px (0.625rem)
sourcefn neg_pr_3p5(self) -> Self
fn neg_pr_3p5(self) -> Self
Sets the right padding of the element. Docs
14px (0.875rem)
sourcefn neg_pr_full(self) -> Self
fn neg_pr_full(self) -> Self
Sets the right padding of the element. Docs
100%
sourcefn neg_pr_1_2(self) -> Self
fn neg_pr_1_2(self) -> Self
Sets the right padding of the element. Docs
50% (1/2)
sourcefn neg_pr_1_3(self) -> Self
fn neg_pr_1_3(self) -> Self
Sets the right padding of the element. Docs
33% (1/3)
sourcefn neg_pr_2_3(self) -> Self
fn neg_pr_2_3(self) -> Self
Sets the right padding of the element. Docs
66% (2/3)
sourcefn neg_pr_1_4(self) -> Self
fn neg_pr_1_4(self) -> Self
Sets the right padding of the element. Docs
25% (1/4)
sourcefn neg_pr_2_4(self) -> Self
fn neg_pr_2_4(self) -> Self
Sets the right padding of the element. Docs
50% (2/4)
sourcefn neg_pr_3_4(self) -> Self
fn neg_pr_3_4(self) -> Self
Sets the right padding of the element. Docs
75% (3/4)
sourcefn neg_pr_1_5(self) -> Self
fn neg_pr_1_5(self) -> Self
Sets the right padding of the element. Docs
20% (1/5)
sourcefn neg_pr_2_5(self) -> Self
fn neg_pr_2_5(self) -> Self
Sets the right padding of the element. Docs
40% (2/5)
sourcefn neg_pr_3_5(self) -> Self
fn neg_pr_3_5(self) -> Self
Sets the right padding of the element. Docs
60% (3/5)
sourcefn neg_pr_4_5(self) -> Self
fn neg_pr_4_5(self) -> Self
Sets the right padding of the element. Docs
80% (4/5)
sourcefn neg_pr_1_6(self) -> Self
fn neg_pr_1_6(self) -> Self
Sets the right padding of the element. Docs
16% (1/6)
sourcefn neg_pr_5_6(self) -> Self
fn neg_pr_5_6(self) -> Self
Sets the right padding of the element. Docs
80% (5/6)
sourcefn neg_pr_1_12(self) -> Self
fn neg_pr_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 neg_inset_0(self) -> Self
fn neg_inset_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 neg_inset_0p5(self) -> Self
fn neg_inset_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 neg_inset_1(self) -> Self
fn neg_inset_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 neg_inset_1p5(self) -> Self
fn neg_inset_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 neg_inset_2(self) -> Self
fn neg_inset_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 neg_inset_2p5(self) -> Self
fn neg_inset_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 neg_inset_3(self) -> Self
fn neg_inset_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 neg_inset_3p5(self) -> Self
fn neg_inset_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 neg_inset_4(self) -> Self
fn neg_inset_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 neg_inset_5(self) -> Self
fn neg_inset_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 neg_inset_6(self) -> Self
fn neg_inset_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 neg_inset_7(self) -> Self
fn neg_inset_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 neg_inset_8(self) -> Self
fn neg_inset_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 neg_inset_9(self) -> Self
fn neg_inset_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 neg_inset_10(self) -> Self
fn neg_inset_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 neg_inset_11(self) -> Self
fn neg_inset_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 neg_inset_12(self) -> Self
fn neg_inset_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 neg_inset_16(self) -> Self
fn neg_inset_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 neg_inset_20(self) -> Self
fn neg_inset_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 neg_inset_24(self) -> Self
fn neg_inset_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 neg_inset_32(self) -> Self
fn neg_inset_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 neg_inset_40(self) -> Self
fn neg_inset_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 neg_inset_48(self) -> Self
fn neg_inset_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 neg_inset_56(self) -> Self
fn neg_inset_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 neg_inset_64(self) -> Self
fn neg_inset_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 neg_inset_72(self) -> Self
fn neg_inset_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 neg_inset_80(self) -> Self
fn neg_inset_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 neg_inset_96(self) -> Self
fn neg_inset_96(self) -> Self
Sets the top, right, bottom, and left values of a positioned element. Docs
384px (24rem)
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 neg_inset_px(self) -> Self
fn neg_inset_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 neg_inset_full(self) -> Self
fn neg_inset_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 neg_inset_1_2(self) -> Self
fn neg_inset_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 neg_inset_1_3(self) -> Self
fn neg_inset_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 neg_inset_2_3(self) -> Self
fn neg_inset_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 neg_inset_1_4(self) -> Self
fn neg_inset_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 neg_inset_2_4(self) -> Self
fn neg_inset_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 neg_inset_3_4(self) -> Self
fn neg_inset_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 neg_inset_1_5(self) -> Self
fn neg_inset_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 neg_inset_2_5(self) -> Self
fn neg_inset_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 neg_inset_3_5(self) -> Self
fn neg_inset_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 neg_inset_4_5(self) -> Self
fn neg_inset_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 neg_inset_1_6(self) -> Self
fn neg_inset_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 neg_inset_5_6(self) -> Self
fn neg_inset_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 neg_inset_1_12(self) -> Self
fn neg_inset_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 neg_top_0p5(self) -> Self
fn neg_top_0p5(self) -> Self
Sets the top value of a positioned element. Docs
2px (0.125rem)
sourcefn neg_top_1p5(self) -> Self
fn neg_top_1p5(self) -> Self
Sets the top value of a positioned element. Docs
6px (0.375rem)
sourcefn neg_top_2p5(self) -> Self
fn neg_top_2p5(self) -> Self
Sets the top value of a positioned element. Docs
10px (0.625rem)
sourcefn neg_top_3p5(self) -> Self
fn neg_top_3p5(self) -> Self
Sets the top value of a positioned element. Docs
14px (0.875rem)
sourcefn neg_top_10(self) -> Self
fn neg_top_10(self) -> Self
Sets the top value of a positioned element. Docs
40px (2.5rem)
sourcefn neg_top_11(self) -> Self
fn neg_top_11(self) -> Self
Sets the top value of a positioned element. Docs
44px (2.75rem)
sourcefn neg_top_12(self) -> Self
fn neg_top_12(self) -> Self
Sets the top value of a positioned element. Docs
48px (3rem)
sourcefn neg_top_16(self) -> Self
fn neg_top_16(self) -> Self
Sets the top value of a positioned element. Docs
64px (4rem)
sourcefn neg_top_20(self) -> Self
fn neg_top_20(self) -> Self
Sets the top value of a positioned element. Docs
80px (5rem)
sourcefn neg_top_24(self) -> Self
fn neg_top_24(self) -> Self
Sets the top value of a positioned element. Docs
96px (6rem)
sourcefn neg_top_32(self) -> Self
fn neg_top_32(self) -> Self
Sets the top value of a positioned element. Docs
128px (8rem)
sourcefn neg_top_40(self) -> Self
fn neg_top_40(self) -> Self
Sets the top value of a positioned element. Docs
160px (10rem)
sourcefn neg_top_48(self) -> Self
fn neg_top_48(self) -> Self
Sets the top value of a positioned element. Docs
192px (12rem)
sourcefn neg_top_56(self) -> Self
fn neg_top_56(self) -> Self
Sets the top value of a positioned element. Docs
224px (14rem)
sourcefn neg_top_64(self) -> Self
fn neg_top_64(self) -> Self
Sets the top value of a positioned element. Docs
256px (16rem)
sourcefn neg_top_72(self) -> Self
fn neg_top_72(self) -> Self
Sets the top value of a positioned element. Docs
288px (18rem)
sourcefn neg_top_80(self) -> Self
fn neg_top_80(self) -> Self
Sets the top value of a positioned element. Docs
320px (20rem)
sourcefn neg_top_96(self) -> Self
fn neg_top_96(self) -> Self
Sets the top value of a positioned element. Docs
384px (24rem)
sourcefn neg_top_px(self) -> Self
fn neg_top_px(self) -> Self
Sets the top value of a positioned element. Docs
1px
sourcefn neg_top_full(self) -> Self
fn neg_top_full(self) -> Self
Sets the top value of a positioned element. Docs
100%
sourcefn neg_top_1_2(self) -> Self
fn neg_top_1_2(self) -> Self
Sets the top value of a positioned element. Docs
50% (1/2)
sourcefn neg_top_1_3(self) -> Self
fn neg_top_1_3(self) -> Self
Sets the top value of a positioned element. Docs
33% (1/3)
sourcefn neg_top_2_3(self) -> Self
fn neg_top_2_3(self) -> Self
Sets the top value of a positioned element. Docs
66% (2/3)
sourcefn neg_top_1_4(self) -> Self
fn neg_top_1_4(self) -> Self
Sets the top value of a positioned element. Docs
25% (1/4)
sourcefn neg_top_2_4(self) -> Self
fn neg_top_2_4(self) -> Self
Sets the top value of a positioned element. Docs
50% (2/4)
sourcefn neg_top_3_4(self) -> Self
fn neg_top_3_4(self) -> Self
Sets the top value of a positioned element. Docs
75% (3/4)
sourcefn neg_top_1_5(self) -> Self
fn neg_top_1_5(self) -> Self
Sets the top value of a positioned element. Docs
20% (1/5)
sourcefn neg_top_2_5(self) -> Self
fn neg_top_2_5(self) -> Self
Sets the top value of a positioned element. Docs
40% (2/5)
sourcefn neg_top_3_5(self) -> Self
fn neg_top_3_5(self) -> Self
Sets the top value of a positioned element. Docs
60% (3/5)
sourcefn neg_top_4_5(self) -> Self
fn neg_top_4_5(self) -> Self
Sets the top value of a positioned element. Docs
80% (4/5)
sourcefn neg_top_1_6(self) -> Self
fn neg_top_1_6(self) -> Self
Sets the top value of a positioned element. Docs
16% (1/6)
sourcefn neg_top_5_6(self) -> Self
fn neg_top_5_6(self) -> Self
Sets the top value of a positioned element. Docs
80% (5/6)
sourcefn neg_top_1_12(self) -> Self
fn neg_top_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 neg_bottom_0(self) -> Self
fn neg_bottom_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 neg_bottom_0p5(self) -> Self
fn neg_bottom_0p5(self) -> Self
Sets the bottom value of a positioned element. Docs
2px (0.125rem)
sourcefn neg_bottom_1(self) -> Self
fn neg_bottom_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 neg_bottom_1p5(self) -> Self
fn neg_bottom_1p5(self) -> Self
Sets the bottom value of a positioned element. Docs
6px (0.375rem)
sourcefn neg_bottom_2(self) -> Self
fn neg_bottom_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 neg_bottom_2p5(self) -> Self
fn neg_bottom_2p5(self) -> Self
Sets the bottom value of a positioned element. Docs
10px (0.625rem)
sourcefn neg_bottom_3(self) -> Self
fn neg_bottom_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 neg_bottom_3p5(self) -> Self
fn neg_bottom_3p5(self) -> Self
Sets the bottom value of a positioned element. Docs
14px (0.875rem)
sourcefn neg_bottom_4(self) -> Self
fn neg_bottom_4(self) -> Self
Sets the bottom value of a positioned element. Docs
16px (1rem)
sourcefn neg_bottom_5(self) -> Self
fn neg_bottom_5(self) -> Self
Sets the bottom value of a positioned element. Docs
20px (1.25rem)
sourcefn neg_bottom_6(self) -> Self
fn neg_bottom_6(self) -> Self
Sets the bottom value of a positioned element. Docs
24px (1.5rem)
sourcefn neg_bottom_7(self) -> Self
fn neg_bottom_7(self) -> Self
Sets the bottom value of a positioned element. Docs
28px (1.75rem)
sourcefn neg_bottom_8(self) -> Self
fn neg_bottom_8(self) -> Self
Sets the bottom value of a positioned element. Docs
32px (2rem)
sourcefn neg_bottom_9(self) -> Self
fn neg_bottom_9(self) -> Self
Sets the bottom value of a positioned element. Docs
36px (2.25rem)
sourcefn neg_bottom_10(self) -> Self
fn neg_bottom_10(self) -> Self
Sets the bottom value of a positioned element. Docs
40px (2.5rem)
sourcefn neg_bottom_11(self) -> Self
fn neg_bottom_11(self) -> Self
Sets the bottom value of a positioned element. Docs
44px (2.75rem)
sourcefn neg_bottom_12(self) -> Self
fn neg_bottom_12(self) -> Self
Sets the bottom value of a positioned element. Docs
48px (3rem)
sourcefn neg_bottom_16(self) -> Self
fn neg_bottom_16(self) -> Self
Sets the bottom value of a positioned element. Docs
64px (4rem)
sourcefn neg_bottom_20(self) -> Self
fn neg_bottom_20(self) -> Self
Sets the bottom value of a positioned element. Docs
80px (5rem)
sourcefn neg_bottom_24(self) -> Self
fn neg_bottom_24(self) -> Self
Sets the bottom value of a positioned element. Docs
96px (6rem)
sourcefn neg_bottom_32(self) -> Self
fn neg_bottom_32(self) -> Self
Sets the bottom value of a positioned element. Docs
128px (8rem)
sourcefn neg_bottom_40(self) -> Self
fn neg_bottom_40(self) -> Self
Sets the bottom value of a positioned element. Docs
160px (10rem)
sourcefn neg_bottom_48(self) -> Self
fn neg_bottom_48(self) -> Self
Sets the bottom value of a positioned element. Docs
192px (12rem)
sourcefn neg_bottom_56(self) -> Self
fn neg_bottom_56(self) -> Self
Sets the bottom value of a positioned element. Docs
224px (14rem)
sourcefn neg_bottom_64(self) -> Self
fn neg_bottom_64(self) -> Self
Sets the bottom value of a positioned element. Docs
256px (16rem)
sourcefn neg_bottom_72(self) -> Self
fn neg_bottom_72(self) -> Self
Sets the bottom value of a positioned element. Docs
288px (18rem)
sourcefn neg_bottom_80(self) -> Self
fn neg_bottom_80(self) -> Self
Sets the bottom value of a positioned element. Docs
320px (20rem)
sourcefn neg_bottom_96(self) -> Self
fn neg_bottom_96(self) -> Self
Sets the bottom value of a positioned element. Docs
384px (24rem)
sourcefn bottom_auto(self) -> Self
fn bottom_auto(self) -> Self
Sets the bottom value of a positioned element. Docs
Auto
sourcefn neg_bottom_px(self) -> Self
fn neg_bottom_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 neg_bottom_full(self) -> Self
fn neg_bottom_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 neg_bottom_1_2(self) -> Self
fn neg_bottom_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 neg_bottom_1_3(self) -> Self
fn neg_bottom_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 neg_bottom_2_3(self) -> Self
fn neg_bottom_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 neg_bottom_1_4(self) -> Self
fn neg_bottom_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 neg_bottom_2_4(self) -> Self
fn neg_bottom_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 neg_bottom_3_4(self) -> Self
fn neg_bottom_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 neg_bottom_1_5(self) -> Self
fn neg_bottom_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 neg_bottom_2_5(self) -> Self
fn neg_bottom_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 neg_bottom_3_5(self) -> Self
fn neg_bottom_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 neg_bottom_4_5(self) -> Self
fn neg_bottom_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 neg_bottom_1_6(self) -> Self
fn neg_bottom_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 neg_bottom_5_6(self) -> Self
fn neg_bottom_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 neg_bottom_1_12(self) -> Self
fn neg_bottom_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 neg_left_0(self) -> Self
fn neg_left_0(self) -> Self
Sets the left value of a positioned element. Docs
0px
sourcefn neg_left_0p5(self) -> Self
fn neg_left_0p5(self) -> Self
Sets the left value of a positioned element. Docs
2px (0.125rem)
sourcefn neg_left_1(self) -> Self
fn neg_left_1(self) -> Self
Sets the left value of a positioned element. Docs
4px (0.25rem)
sourcefn neg_left_1p5(self) -> Self
fn neg_left_1p5(self) -> Self
Sets the left value of a positioned element. Docs
6px (0.375rem)
sourcefn neg_left_2(self) -> Self
fn neg_left_2(self) -> Self
Sets the left value of a positioned element. Docs
8px (0.5rem)
sourcefn neg_left_2p5(self) -> Self
fn neg_left_2p5(self) -> Self
Sets the left value of a positioned element. Docs
10px (0.625rem)
sourcefn neg_left_3(self) -> Self
fn neg_left_3(self) -> Self
Sets the left value of a positioned element. Docs
12px (0.75rem)
sourcefn neg_left_3p5(self) -> Self
fn neg_left_3p5(self) -> Self
Sets the left value of a positioned element. Docs
14px (0.875rem)
sourcefn neg_left_4(self) -> Self
fn neg_left_4(self) -> Self
Sets the left value of a positioned element. Docs
16px (1rem)
sourcefn neg_left_5(self) -> Self
fn neg_left_5(self) -> Self
Sets the left value of a positioned element. Docs
20px (1.25rem)
sourcefn neg_left_6(self) -> Self
fn neg_left_6(self) -> Self
Sets the left value of a positioned element. Docs
24px (1.5rem)
sourcefn neg_left_7(self) -> Self
fn neg_left_7(self) -> Self
Sets the left value of a positioned element. Docs
28px (1.75rem)
sourcefn neg_left_8(self) -> Self
fn neg_left_8(self) -> Self
Sets the left value of a positioned element. Docs
32px (2rem)
sourcefn neg_left_9(self) -> Self
fn neg_left_9(self) -> Self
Sets the left value of a positioned element. Docs
36px (2.25rem)
sourcefn neg_left_10(self) -> Self
fn neg_left_10(self) -> Self
Sets the left value of a positioned element. Docs
40px (2.5rem)
sourcefn neg_left_11(self) -> Self
fn neg_left_11(self) -> Self
Sets the left value of a positioned element. Docs
44px (2.75rem)
sourcefn neg_left_12(self) -> Self
fn neg_left_12(self) -> Self
Sets the left value of a positioned element. Docs
48px (3rem)
sourcefn neg_left_16(self) -> Self
fn neg_left_16(self) -> Self
Sets the left value of a positioned element. Docs
64px (4rem)
sourcefn neg_left_20(self) -> Self
fn neg_left_20(self) -> Self
Sets the left value of a positioned element. Docs
80px (5rem)
sourcefn neg_left_24(self) -> Self
fn neg_left_24(self) -> Self
Sets the left value of a positioned element. Docs
96px (6rem)
sourcefn neg_left_32(self) -> Self
fn neg_left_32(self) -> Self
Sets the left value of a positioned element. Docs
128px (8rem)
sourcefn neg_left_40(self) -> Self
fn neg_left_40(self) -> Self
Sets the left value of a positioned element. Docs
160px (10rem)
sourcefn neg_left_48(self) -> Self
fn neg_left_48(self) -> Self
Sets the left value of a positioned element. Docs
192px (12rem)
sourcefn neg_left_56(self) -> Self
fn neg_left_56(self) -> Self
Sets the left value of a positioned element. Docs
224px (14rem)
sourcefn neg_left_64(self) -> Self
fn neg_left_64(self) -> Self
Sets the left value of a positioned element. Docs
256px (16rem)
sourcefn neg_left_72(self) -> Self
fn neg_left_72(self) -> Self
Sets the left value of a positioned element. Docs
288px (18rem)
sourcefn neg_left_80(self) -> Self
fn neg_left_80(self) -> Self
Sets the left value of a positioned element. Docs
320px (20rem)
sourcefn neg_left_96(self) -> Self
fn neg_left_96(self) -> Self
Sets the left value of a positioned element. Docs
384px (24rem)
sourcefn neg_left_px(self) -> Self
fn neg_left_px(self) -> Self
Sets the left value of a positioned element. Docs
1px
sourcefn neg_left_full(self) -> Self
fn neg_left_full(self) -> Self
Sets the left value of a positioned element. Docs
100%
sourcefn neg_left_1_2(self) -> Self
fn neg_left_1_2(self) -> Self
Sets the left value of a positioned element. Docs
50% (1/2)
sourcefn neg_left_1_3(self) -> Self
fn neg_left_1_3(self) -> Self
Sets the left value of a positioned element. Docs
33% (1/3)
sourcefn neg_left_2_3(self) -> Self
fn neg_left_2_3(self) -> Self
Sets the left value of a positioned element. Docs
66% (2/3)
sourcefn neg_left_1_4(self) -> Self
fn neg_left_1_4(self) -> Self
Sets the left value of a positioned element. Docs
25% (1/4)
sourcefn neg_left_2_4(self) -> Self
fn neg_left_2_4(self) -> Self
Sets the left value of a positioned element. Docs
50% (2/4)
sourcefn neg_left_3_4(self) -> Self
fn neg_left_3_4(self) -> Self
Sets the left value of a positioned element. Docs
75% (3/4)
sourcefn neg_left_1_5(self) -> Self
fn neg_left_1_5(self) -> Self
Sets the left value of a positioned element. Docs
20% (1/5)
sourcefn neg_left_2_5(self) -> Self
fn neg_left_2_5(self) -> Self
Sets the left value of a positioned element. Docs
40% (2/5)
sourcefn neg_left_3_5(self) -> Self
fn neg_left_3_5(self) -> Self
Sets the left value of a positioned element. Docs
60% (3/5)
sourcefn neg_left_4_5(self) -> Self
fn neg_left_4_5(self) -> Self
Sets the left value of a positioned element. Docs
80% (4/5)
sourcefn neg_left_1_6(self) -> Self
fn neg_left_1_6(self) -> Self
Sets the left value of a positioned element. Docs
16% (1/6)
sourcefn neg_left_5_6(self) -> Self
fn neg_left_5_6(self) -> Self
Sets the left value of a positioned element. Docs
80% (5/6)
sourcefn neg_left_1_12(self) -> Self
fn neg_left_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 neg_right_0(self) -> Self
fn neg_right_0(self) -> Self
Sets the right value of a positioned element. Docs
0px
sourcefn neg_right_0p5(self) -> Self
fn neg_right_0p5(self) -> Self
Sets the right value of a positioned element. Docs
2px (0.125rem)
sourcefn neg_right_1(self) -> Self
fn neg_right_1(self) -> Self
Sets the right value of a positioned element. Docs
4px (0.25rem)
sourcefn neg_right_1p5(self) -> Self
fn neg_right_1p5(self) -> Self
Sets the right value of a positioned element. Docs
6px (0.375rem)
sourcefn neg_right_2(self) -> Self
fn neg_right_2(self) -> Self
Sets the right value of a positioned element. Docs
8px (0.5rem)
sourcefn neg_right_2p5(self) -> Self
fn neg_right_2p5(self) -> Self
Sets the right value of a positioned element. Docs
10px (0.625rem)
sourcefn neg_right_3(self) -> Self
fn neg_right_3(self) -> Self
Sets the right value of a positioned element. Docs
12px (0.75rem)
sourcefn neg_right_3p5(self) -> Self
fn neg_right_3p5(self) -> Self
Sets the right value of a positioned element. Docs
14px (0.875rem)
sourcefn neg_right_4(self) -> Self
fn neg_right_4(self) -> Self
Sets the right value of a positioned element. Docs
16px (1rem)
sourcefn neg_right_5(self) -> Self
fn neg_right_5(self) -> Self
Sets the right value of a positioned element. Docs
20px (1.25rem)
sourcefn neg_right_6(self) -> Self
fn neg_right_6(self) -> Self
Sets the right value of a positioned element. Docs
24px (1.5rem)
sourcefn neg_right_7(self) -> Self
fn neg_right_7(self) -> Self
Sets the right value of a positioned element. Docs
28px (1.75rem)
sourcefn neg_right_8(self) -> Self
fn neg_right_8(self) -> Self
Sets the right value of a positioned element. Docs
32px (2rem)
sourcefn neg_right_9(self) -> Self
fn neg_right_9(self) -> Self
Sets the right value of a positioned element. Docs
36px (2.25rem)
sourcefn neg_right_10(self) -> Self
fn neg_right_10(self) -> Self
Sets the right value of a positioned element. Docs
40px (2.5rem)
sourcefn neg_right_11(self) -> Self
fn neg_right_11(self) -> Self
Sets the right value of a positioned element. Docs
44px (2.75rem)
sourcefn neg_right_12(self) -> Self
fn neg_right_12(self) -> Self
Sets the right value of a positioned element. Docs
48px (3rem)
sourcefn neg_right_16(self) -> Self
fn neg_right_16(self) -> Self
Sets the right value of a positioned element. Docs
64px (4rem)
sourcefn neg_right_20(self) -> Self
fn neg_right_20(self) -> Self
Sets the right value of a positioned element. Docs
80px (5rem)
sourcefn neg_right_24(self) -> Self
fn neg_right_24(self) -> Self
Sets the right value of a positioned element. Docs
96px (6rem)
sourcefn neg_right_32(self) -> Self
fn neg_right_32(self) -> Self
Sets the right value of a positioned element. Docs
128px (8rem)
sourcefn neg_right_40(self) -> Self
fn neg_right_40(self) -> Self
Sets the right value of a positioned element. Docs
160px (10rem)
sourcefn neg_right_48(self) -> Self
fn neg_right_48(self) -> Self
Sets the right value of a positioned element. Docs
192px (12rem)
sourcefn neg_right_56(self) -> Self
fn neg_right_56(self) -> Self
Sets the right value of a positioned element. Docs
224px (14rem)
sourcefn neg_right_64(self) -> Self
fn neg_right_64(self) -> Self
Sets the right value of a positioned element. Docs
256px (16rem)
sourcefn neg_right_72(self) -> Self
fn neg_right_72(self) -> Self
Sets the right value of a positioned element. Docs
288px (18rem)
sourcefn neg_right_80(self) -> Self
fn neg_right_80(self) -> Self
Sets the right value of a positioned element. Docs
320px (20rem)
sourcefn neg_right_96(self) -> Self
fn neg_right_96(self) -> Self
Sets the right value of a positioned element. Docs
384px (24rem)
sourcefn right_auto(self) -> Self
fn right_auto(self) -> Self
Sets the right value of a positioned element. Docs
Auto
sourcefn neg_right_px(self) -> Self
fn neg_right_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 neg_right_full(self) -> Self
fn neg_right_full(self) -> Self
Sets the right value of a positioned element. Docs
100%
sourcefn neg_right_1_2(self) -> Self
fn neg_right_1_2(self) -> Self
Sets the right value of a positioned element. Docs
50% (1/2)
sourcefn neg_right_1_3(self) -> Self
fn neg_right_1_3(self) -> Self
Sets the right value of a positioned element. Docs
33% (1/3)
sourcefn neg_right_2_3(self) -> Self
fn neg_right_2_3(self) -> Self
Sets the right value of a positioned element. Docs
66% (2/3)
sourcefn neg_right_1_4(self) -> Self
fn neg_right_1_4(self) -> Self
Sets the right value of a positioned element. Docs
25% (1/4)
sourcefn neg_right_2_4(self) -> Self
fn neg_right_2_4(self) -> Self
Sets the right value of a positioned element. Docs
50% (2/4)
sourcefn neg_right_3_4(self) -> Self
fn neg_right_3_4(self) -> Self
Sets the right value of a positioned element. Docs
75% (3/4)
sourcefn neg_right_1_5(self) -> Self
fn neg_right_1_5(self) -> Self
Sets the right value of a positioned element. Docs
20% (1/5)
sourcefn neg_right_2_5(self) -> Self
fn neg_right_2_5(self) -> Self
Sets the right value of a positioned element. Docs
40% (2/5)
sourcefn neg_right_3_5(self) -> Self
fn neg_right_3_5(self) -> Self
Sets the right value of a positioned element. Docs
60% (3/5)
sourcefn neg_right_4_5(self) -> Self
fn neg_right_4_5(self) -> Self
Sets the right value of a positioned element. Docs
80% (4/5)
sourcefn neg_right_1_6(self) -> Self
fn neg_right_1_6(self) -> Self
Sets the right value of a positioned element. Docs
16% (1/6)
sourcefn neg_right_5_6(self) -> Self
fn neg_right_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 neg_right_1_12(self) -> Self
fn neg_right_1_12(self) -> Self
Sets the right value of a positioned 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 neg_gap_0p5(self) -> Self
fn neg_gap_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 neg_gap_1(self) -> Self
fn neg_gap_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 neg_gap_1p5(self) -> Self
fn neg_gap_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 neg_gap_2(self) -> Self
fn neg_gap_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 neg_gap_2p5(self) -> Self
fn neg_gap_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 neg_gap_3(self) -> Self
fn neg_gap_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 neg_gap_3p5(self) -> Self
fn neg_gap_3p5(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
14px (0.875rem)
sourcefn neg_gap_4(self) -> Self
fn neg_gap_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 neg_gap_5(self) -> Self
fn neg_gap_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 neg_gap_6(self) -> Self
fn neg_gap_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 neg_gap_7(self) -> Self
fn neg_gap_7(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
28px (1.75rem)
sourcefn neg_gap_8(self) -> Self
fn neg_gap_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 neg_gap_9(self) -> Self
fn neg_gap_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 neg_gap_10(self) -> Self
fn neg_gap_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 neg_gap_11(self) -> Self
fn neg_gap_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 neg_gap_12(self) -> Self
fn neg_gap_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 neg_gap_16(self) -> Self
fn neg_gap_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 neg_gap_20(self) -> Self
fn neg_gap_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 neg_gap_24(self) -> Self
fn neg_gap_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 neg_gap_32(self) -> Self
fn neg_gap_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 neg_gap_40(self) -> Self
fn neg_gap_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 neg_gap_48(self) -> Self
fn neg_gap_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 neg_gap_56(self) -> Self
fn neg_gap_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 neg_gap_64(self) -> Self
fn neg_gap_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 neg_gap_72(self) -> Self
fn neg_gap_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 neg_gap_80(self) -> Self
fn neg_gap_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 neg_gap_96(self) -> Self
fn neg_gap_96(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
384px (24rem)
sourcefn neg_gap_px(self) -> Self
fn neg_gap_px(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
1px
sourcefn neg_gap_full(self) -> Self
fn neg_gap_full(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
100%
sourcefn neg_gap_1_2(self) -> Self
fn neg_gap_1_2(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
50% (1/2)
sourcefn neg_gap_1_3(self) -> Self
fn neg_gap_1_3(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
33% (1/3)
sourcefn neg_gap_2_3(self) -> Self
fn neg_gap_2_3(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
66% (2/3)
sourcefn neg_gap_1_4(self) -> Self
fn neg_gap_1_4(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
25% (1/4)
sourcefn neg_gap_2_4(self) -> Self
fn neg_gap_2_4(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
50% (2/4)
sourcefn neg_gap_3_4(self) -> Self
fn neg_gap_3_4(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
75% (3/4)
sourcefn neg_gap_1_5(self) -> Self
fn neg_gap_1_5(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
20% (1/5)
sourcefn neg_gap_2_5(self) -> Self
fn neg_gap_2_5(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
40% (2/5)
sourcefn neg_gap_3_5(self) -> Self
fn neg_gap_3_5(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
60% (3/5)
sourcefn neg_gap_4_5(self) -> Self
fn neg_gap_4_5(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
80% (4/5)
sourcefn neg_gap_1_6(self) -> Self
fn neg_gap_1_6(self) -> Self
Sets the gap between rows and columns in flex layouts. Docs
16% (1/6)
sourcefn neg_gap_5_6(self) -> Self
fn neg_gap_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 neg_gap_1_12(self) -> Self
fn neg_gap_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 neg_gap_x_0(self) -> Self
fn neg_gap_x_0(self) -> Self
Sets the gap between columns in flex layouts. Docs
0px
sourcefn neg_gap_x_0p5(self) -> Self
fn neg_gap_x_0p5(self) -> Self
Sets the gap between columns in flex layouts. Docs
2px (0.125rem)
sourcefn neg_gap_x_1(self) -> Self
fn neg_gap_x_1(self) -> Self
Sets the gap between columns in flex layouts. Docs
4px (0.25rem)
sourcefn neg_gap_x_1p5(self) -> Self
fn neg_gap_x_1p5(self) -> Self
Sets the gap between columns in flex layouts. Docs
6px (0.375rem)
sourcefn neg_gap_x_2(self) -> Self
fn neg_gap_x_2(self) -> Self
Sets the gap between columns in flex layouts. Docs
8px (0.5rem)
sourcefn neg_gap_x_2p5(self) -> Self
fn neg_gap_x_2p5(self) -> Self
Sets the gap between columns in flex layouts. Docs
10px (0.625rem)
sourcefn neg_gap_x_3(self) -> Self
fn neg_gap_x_3(self) -> Self
Sets the gap between columns in flex layouts. Docs
12px (0.75rem)
sourcefn neg_gap_x_3p5(self) -> Self
fn neg_gap_x_3p5(self) -> Self
Sets the gap between columns in flex layouts. Docs
14px (0.875rem)
sourcefn neg_gap_x_4(self) -> Self
fn neg_gap_x_4(self) -> Self
Sets the gap between columns in flex layouts. Docs
16px (1rem)
sourcefn neg_gap_x_5(self) -> Self
fn neg_gap_x_5(self) -> Self
Sets the gap between columns in flex layouts. Docs
20px (1.25rem)
sourcefn neg_gap_x_6(self) -> Self
fn neg_gap_x_6(self) -> Self
Sets the gap between columns in flex layouts. Docs
24px (1.5rem)
sourcefn neg_gap_x_7(self) -> Self
fn neg_gap_x_7(self) -> Self
Sets the gap between columns in flex layouts. Docs
28px (1.75rem)
sourcefn neg_gap_x_8(self) -> Self
fn neg_gap_x_8(self) -> Self
Sets the gap between columns in flex layouts. Docs
32px (2rem)
sourcefn neg_gap_x_9(self) -> Self
fn neg_gap_x_9(self) -> Self
Sets the gap between columns in flex layouts. Docs
36px (2.25rem)
sourcefn neg_gap_x_10(self) -> Self
fn neg_gap_x_10(self) -> Self
Sets the gap between columns in flex layouts. Docs
40px (2.5rem)
sourcefn neg_gap_x_11(self) -> Self
fn neg_gap_x_11(self) -> Self
Sets the gap between columns in flex layouts. Docs
44px (2.75rem)
sourcefn neg_gap_x_12(self) -> Self
fn neg_gap_x_12(self) -> Self
Sets the gap between columns in flex layouts. Docs
48px (3rem)
sourcefn neg_gap_x_16(self) -> Self
fn neg_gap_x_16(self) -> Self
Sets the gap between columns in flex layouts. Docs
64px (4rem)
sourcefn neg_gap_x_20(self) -> Self
fn neg_gap_x_20(self) -> Self
Sets the gap between columns in flex layouts. Docs
80px (5rem)
sourcefn neg_gap_x_24(self) -> Self
fn neg_gap_x_24(self) -> Self
Sets the gap between columns in flex layouts. Docs
96px (6rem)
sourcefn neg_gap_x_32(self) -> Self
fn neg_gap_x_32(self) -> Self
Sets the gap between columns in flex layouts. Docs
128px (8rem)
sourcefn neg_gap_x_40(self) -> Self
fn neg_gap_x_40(self) -> Self
Sets the gap between columns in flex layouts. Docs
160px (10rem)
sourcefn neg_gap_x_48(self) -> Self
fn neg_gap_x_48(self) -> Self
Sets the gap between columns in flex layouts. Docs
192px (12rem)
sourcefn neg_gap_x_56(self) -> Self
fn neg_gap_x_56(self) -> Self
Sets the gap between columns in flex layouts. Docs
224px (14rem)
sourcefn neg_gap_x_64(self) -> Self
fn neg_gap_x_64(self) -> Self
Sets the gap between columns in flex layouts. Docs
256px (16rem)
sourcefn neg_gap_x_72(self) -> Self
fn neg_gap_x_72(self) -> Self
Sets the gap between columns in flex layouts. Docs
288px (18rem)
sourcefn neg_gap_x_80(self) -> Self
fn neg_gap_x_80(self) -> Self
Sets the gap between columns in flex layouts. Docs
320px (20rem)
sourcefn neg_gap_x_96(self) -> Self
fn neg_gap_x_96(self) -> Self
Sets the gap between columns in flex layouts. Docs
384px (24rem)
sourcefn neg_gap_x_px(self) -> Self
fn neg_gap_x_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 neg_gap_x_full(self) -> Self
fn neg_gap_x_full(self) -> Self
Sets the gap between columns in flex layouts. Docs
100%
sourcefn neg_gap_x_1_2(self) -> Self
fn neg_gap_x_1_2(self) -> Self
Sets the gap between columns in flex layouts. Docs
50% (1/2)
sourcefn neg_gap_x_1_3(self) -> Self
fn neg_gap_x_1_3(self) -> Self
Sets the gap between columns in flex layouts. Docs
33% (1/3)
sourcefn neg_gap_x_2_3(self) -> Self
fn neg_gap_x_2_3(self) -> Self
Sets the gap between columns in flex layouts. Docs
66% (2/3)
sourcefn neg_gap_x_1_4(self) -> Self
fn neg_gap_x_1_4(self) -> Self
Sets the gap between columns in flex layouts. Docs
25% (1/4)
sourcefn neg_gap_x_2_4(self) -> Self
fn neg_gap_x_2_4(self) -> Self
Sets the gap between columns in flex layouts. Docs
50% (2/4)
sourcefn neg_gap_x_3_4(self) -> Self
fn neg_gap_x_3_4(self) -> Self
Sets the gap between columns in flex layouts. Docs
75% (3/4)
sourcefn neg_gap_x_1_5(self) -> Self
fn neg_gap_x_1_5(self) -> Self
Sets the gap between columns in flex layouts. Docs
20% (1/5)
sourcefn neg_gap_x_2_5(self) -> Self
fn neg_gap_x_2_5(self) -> Self
Sets the gap between columns in flex layouts. Docs
40% (2/5)
sourcefn neg_gap_x_3_5(self) -> Self
fn neg_gap_x_3_5(self) -> Self
Sets the gap between columns in flex layouts. Docs
60% (3/5)
sourcefn neg_gap_x_4_5(self) -> Self
fn neg_gap_x_4_5(self) -> Self
Sets the gap between columns in flex layouts. Docs
80% (4/5)
sourcefn neg_gap_x_1_6(self) -> Self
fn neg_gap_x_1_6(self) -> Self
Sets the gap between columns in flex layouts. Docs
16% (1/6)
sourcefn neg_gap_x_5_6(self) -> Self
fn neg_gap_x_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 neg_gap_x_1_12(self) -> Self
fn neg_gap_x_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 neg_gap_y_0(self) -> Self
fn neg_gap_y_0(self) -> Self
Sets the gap between rows in flex layouts. Docs
0px
sourcefn neg_gap_y_0p5(self) -> Self
fn neg_gap_y_0p5(self) -> Self
Sets the gap between rows in flex layouts. Docs
2px (0.125rem)
sourcefn neg_gap_y_1(self) -> Self
fn neg_gap_y_1(self) -> Self
Sets the gap between rows in flex layouts. Docs
4px (0.25rem)
sourcefn neg_gap_y_1p5(self) -> Self
fn neg_gap_y_1p5(self) -> Self
Sets the gap between rows in flex layouts. Docs
6px (0.375rem)
sourcefn neg_gap_y_2(self) -> Self
fn neg_gap_y_2(self) -> Self
Sets the gap between rows in flex layouts. Docs
8px (0.5rem)
sourcefn neg_gap_y_2p5(self) -> Self
fn neg_gap_y_2p5(self) -> Self
Sets the gap between rows in flex layouts. Docs
10px (0.625rem)
sourcefn neg_gap_y_3(self) -> Self
fn neg_gap_y_3(self) -> Self
Sets the gap between rows in flex layouts. Docs
12px (0.75rem)
sourcefn neg_gap_y_3p5(self) -> Self
fn neg_gap_y_3p5(self) -> Self
Sets the gap between rows in flex layouts. Docs
14px (0.875rem)
sourcefn neg_gap_y_4(self) -> Self
fn neg_gap_y_4(self) -> Self
Sets the gap between rows in flex layouts. Docs
16px (1rem)
sourcefn neg_gap_y_5(self) -> Self
fn neg_gap_y_5(self) -> Self
Sets the gap between rows in flex layouts. Docs
20px (1.25rem)
sourcefn neg_gap_y_6(self) -> Self
fn neg_gap_y_6(self) -> Self
Sets the gap between rows in flex layouts. Docs
24px (1.5rem)
sourcefn neg_gap_y_7(self) -> Self
fn neg_gap_y_7(self) -> Self
Sets the gap between rows in flex layouts. Docs
28px (1.75rem)
sourcefn neg_gap_y_8(self) -> Self
fn neg_gap_y_8(self) -> Self
Sets the gap between rows in flex layouts. Docs
32px (2rem)
sourcefn neg_gap_y_9(self) -> Self
fn neg_gap_y_9(self) -> Self
Sets the gap between rows in flex layouts. Docs
36px (2.25rem)
sourcefn neg_gap_y_10(self) -> Self
fn neg_gap_y_10(self) -> Self
Sets the gap between rows in flex layouts. Docs
40px (2.5rem)
sourcefn neg_gap_y_11(self) -> Self
fn neg_gap_y_11(self) -> Self
Sets the gap between rows in flex layouts. Docs
44px (2.75rem)
sourcefn neg_gap_y_12(self) -> Self
fn neg_gap_y_12(self) -> Self
Sets the gap between rows in flex layouts. Docs
48px (3rem)
sourcefn neg_gap_y_16(self) -> Self
fn neg_gap_y_16(self) -> Self
Sets the gap between rows in flex layouts. Docs
64px (4rem)
sourcefn neg_gap_y_20(self) -> Self
fn neg_gap_y_20(self) -> Self
Sets the gap between rows in flex layouts. Docs
80px (5rem)
sourcefn neg_gap_y_24(self) -> Self
fn neg_gap_y_24(self) -> Self
Sets the gap between rows in flex layouts. Docs
96px (6rem)
sourcefn neg_gap_y_32(self) -> Self
fn neg_gap_y_32(self) -> Self
Sets the gap between rows in flex layouts. Docs
128px (8rem)
sourcefn neg_gap_y_40(self) -> Self
fn neg_gap_y_40(self) -> Self
Sets the gap between rows in flex layouts. Docs
160px (10rem)
sourcefn neg_gap_y_48(self) -> Self
fn neg_gap_y_48(self) -> Self
Sets the gap between rows in flex layouts. Docs
192px (12rem)
sourcefn neg_gap_y_56(self) -> Self
fn neg_gap_y_56(self) -> Self
Sets the gap between rows in flex layouts. Docs
224px (14rem)
sourcefn neg_gap_y_64(self) -> Self
fn neg_gap_y_64(self) -> Self
Sets the gap between rows in flex layouts. Docs
256px (16rem)
sourcefn neg_gap_y_72(self) -> Self
fn neg_gap_y_72(self) -> Self
Sets the gap between rows in flex layouts. Docs
288px (18rem)
sourcefn neg_gap_y_80(self) -> Self
fn neg_gap_y_80(self) -> Self
Sets the gap between rows in flex layouts. Docs
320px (20rem)
sourcefn neg_gap_y_96(self) -> Self
fn neg_gap_y_96(self) -> Self
Sets the gap between rows in flex layouts. Docs
384px (24rem)
sourcefn neg_gap_y_px(self) -> Self
fn neg_gap_y_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 neg_gap_y_full(self) -> Self
fn neg_gap_y_full(self) -> Self
Sets the gap between rows in flex layouts. Docs
100%
sourcefn neg_gap_y_1_2(self) -> Self
fn neg_gap_y_1_2(self) -> Self
Sets the gap between rows in flex layouts. Docs
50% (1/2)
sourcefn neg_gap_y_1_3(self) -> Self
fn neg_gap_y_1_3(self) -> Self
Sets the gap between rows in flex layouts. Docs
33% (1/3)
sourcefn neg_gap_y_2_3(self) -> Self
fn neg_gap_y_2_3(self) -> Self
Sets the gap between rows in flex layouts. Docs
66% (2/3)
sourcefn neg_gap_y_1_4(self) -> Self
fn neg_gap_y_1_4(self) -> Self
Sets the gap between rows in flex layouts. Docs
25% (1/4)
sourcefn neg_gap_y_2_4(self) -> Self
fn neg_gap_y_2_4(self) -> Self
Sets the gap between rows in flex layouts. Docs
50% (2/4)
sourcefn neg_gap_y_3_4(self) -> Self
fn neg_gap_y_3_4(self) -> Self
Sets the gap between rows in flex layouts. Docs
75% (3/4)
sourcefn neg_gap_y_1_5(self) -> Self
fn neg_gap_y_1_5(self) -> Self
Sets the gap between rows in flex layouts. Docs
20% (1/5)
sourcefn neg_gap_y_2_5(self) -> Self
fn neg_gap_y_2_5(self) -> Self
Sets the gap between rows in flex layouts. Docs
40% (2/5)
sourcefn neg_gap_y_3_5(self) -> Self
fn neg_gap_y_3_5(self) -> Self
Sets the gap between rows in flex layouts. Docs
60% (3/5)
sourcefn neg_gap_y_4_5(self) -> Self
fn neg_gap_y_4_5(self) -> Self
Sets the gap between rows in flex layouts. Docs
80% (4/5)
sourcefn neg_gap_y_1_6(self) -> Self
fn neg_gap_y_1_6(self) -> Self
Sets the gap between rows in flex layouts. Docs
16% (1/6)
sourcefn neg_gap_y_5_6(self) -> Self
fn neg_gap_y_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 neg_gap_y_1_12(self) -> Self
fn neg_gap_y_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_sm(self) -> Self
fn rounded_sm(self) -> Self
Sets the border radius of the element. Docs
2px (0.125rem)
sourcefn rounded_md(self) -> Self
fn rounded_md(self) -> Self
Sets the border radius of the element. Docs
4px (0.25rem)
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_sm(self) -> Self
fn rounded_t_sm(self) -> Self
Sets the border radius of the top side of the element. Docs
2px (0.125rem)
sourcefn rounded_t_md(self) -> Self
fn rounded_t_md(self) -> Self
Sets the border radius of the top side of the element. Docs
4px (0.25rem)
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_sm(self) -> Self
fn rounded_b_sm(self) -> Self
Sets the border radius of the bottom side of the element. Docs
2px (0.125rem)
sourcefn rounded_b_md(self) -> Self
fn rounded_b_md(self) -> Self
Sets the border radius of the bottom side of the element. Docs
4px (0.25rem)
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_sm(self) -> Self
fn rounded_r_sm(self) -> Self
Sets the border radius of the right side of the element. Docs
2px (0.125rem)
sourcefn rounded_r_md(self) -> Self
fn rounded_r_md(self) -> Self
Sets the border radius of the right side of the element. Docs
4px (0.25rem)
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_sm(self) -> Self
fn rounded_l_sm(self) -> Self
Sets the border radius of the left side of the element. Docs
2px (0.125rem)
sourcefn rounded_l_md(self) -> Self
fn rounded_l_md(self) -> Self
Sets the border radius of the left side of the element. Docs
4px (0.25rem)
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_sm(self) -> Self
fn rounded_tl_sm(self) -> Self
Sets the border radius of the top left corner of the element. Docs
2px (0.125rem)
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
4px (0.25rem)
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_sm(self) -> Self
fn rounded_tr_sm(self) -> Self
Sets the border radius of the top right corner of the element. Docs
2px (0.125rem)
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
4px (0.25rem)
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_sm(self) -> Self
fn rounded_bl_sm(self) -> Self
Sets the border radius of the bottom left corner of the element. Docs
2px (0.125rem)
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
4px (0.25rem)
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_sm(self) -> Self
fn rounded_br_sm(self) -> Self
Sets the border radius of the bottom right corner of the element. Docs
2px (0.125rem)
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
4px (0.25rem)
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 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_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_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_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_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) -> Self
fn border_y(self) -> Self
Sets the border width of the horizontal sides of the element. Docs
1px
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
fn z_index(self, z_index: u32) -> Self
fn cursor(self, cursor: CursorStyle) -> Self
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 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 grow(self) -> Self
fn grow(self) -> Self
Sets the element to allow a flex item to grow to fill any available space. 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 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_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_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_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 bg<F>(self, fill: F) -> Selfwhere
F: Into<Fill>,
Self: Sized,
fn bg<F>(self, fill: F) -> Selfwhere F: Into<Fill>, Self: Sized,
Sets the background color of the element.
sourcefn border_color<C>(self, border_color: C) -> Selfwhere
C: Into<Hsla>,
Self: Sized,
fn border_color<C>(self, border_color: C) -> Selfwhere C: Into<Hsla>, Self: Sized,
Sets the border color of the element.
sourcefn shadow(self, shadows: SmallVec<[BoxShadow; 2]>) -> Self
fn shadow(self, shadows: SmallVec<[BoxShadow; 2]>) -> Self
Sets the box shadow of the element. Docs
sourcefn shadow_none(self) -> Self
fn shadow_none(self) -> Self
Clears 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