pub struct PrefabPlacer { /* private fields */ }Implementations§
Source§impl PrefabPlacer
impl PrefabPlacer
pub fn new(config: PrefabConfig, prefabs: Vec<Prefab>) -> Self
pub fn with_prefabs(prefabs: Vec<Prefab>) -> Self
Trait Implementations§
Source§impl Algorithm for PrefabPlacer
impl Algorithm for PrefabPlacer
Auto Trait Implementations§
impl Freeze for PrefabPlacer
impl RefUnwindSafe for PrefabPlacer
impl Send for PrefabPlacer
impl Sync for PrefabPlacer
impl Unpin for PrefabPlacer
impl UnwindSafe for PrefabPlacer
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more