(&mut self, position: BorderPosition)
| 315 | /// Sets the position of the border relative to the bounding box. |
| 316 | #[inline] |
| 317 | pub fn position(&mut self, position: BorderPosition) -> &mut Self { |
| 318 | self.config.position = position; |
| 319 | self |
| 320 | } |
| 321 | } |
| 322 | |
| 323 | /// Builder for configuring visual rotation (render-target based). |
no outgoing calls
no test coverage detected