MCPcopy Create free account
hub / github.com/TheRedDeveloper/ply-engine / position

Method position

src/elements.rs:317–320  ·  view source on GitHub ↗
(&mut self, position: BorderPosition)

Source from the content-addressed store, hash-verified

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).

Callers 8

cycle_focusMethod · 0.80
set_scroll_positionMethod · 0.80
render_tinyvg_imageFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected