pub struct DiamondSquare { /* private fields */ }Implementations§
Source§impl DiamondSquare
impl DiamondSquare
pub fn new(config: DiamondSquareConfig) -> Self
Trait Implementations§
Source§impl Algorithm for DiamondSquare
impl Algorithm for DiamondSquare
Auto Trait Implementations§
impl Freeze for DiamondSquare
impl RefUnwindSafe for DiamondSquare
impl Send for DiamondSquare
impl Sync for DiamondSquare
impl Unpin for DiamondSquare
impl UnwindSafe for DiamondSquare
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