pub enum Stencil {
Rhombus,
Rect,
Hex,
}Expand description
Shape of the map.
Variants§
Implementations§
Trait Implementations§
impl Copy for Stencil
impl Eq for Stencil
impl StructuralPartialEq for Stencil
Auto Trait Implementations§
impl Freeze for Stencil
impl RefUnwindSafe for Stencil
impl Send for Stencil
impl Sync for Stencil
impl Unpin for Stencil
impl UnwindSafe for Stencil
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