pub struct RoomAccretion { /* private fields */ }Expand description
Brogue-style organic room accretion generator.
Implementations§
Source§impl RoomAccretion
impl RoomAccretion
Sourcepub fn new(config: RoomAccretionConfig) -> Self
pub fn new(config: RoomAccretionConfig) -> Self
Creates a new room accretion generator with the given config.
Trait Implementations§
Source§impl Algorithm for RoomAccretion
impl Algorithm for RoomAccretion
Source§impl Clone for RoomAccretion
impl Clone for RoomAccretion
Source§fn clone(&self) -> RoomAccretion
fn clone(&self) -> RoomAccretion
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RoomAccretion
impl Debug for RoomAccretion
Auto Trait Implementations§
impl Freeze for RoomAccretion
impl RefUnwindSafe for RoomAccretion
impl Send for RoomAccretion
impl Sync for RoomAccretion
impl Unpin for RoomAccretion
impl UnwindSafe for RoomAccretion
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