pub enum TileShape {
Full,
Half,
SlopeDownRight,
SlopeDownLeft,
SlopeUpRight,
SlopeUpLeft,
}Variants§
Trait Implementations§
impl Copy for TileShape
impl Eq for TileShape
impl StructuralPartialEq for TileShape
Auto Trait Implementations§
impl Freeze for TileShape
impl RefUnwindSafe for TileShape
impl Send for TileShape
impl Sync for TileShape
impl Unpin for TileShape
impl UnwindSafe for TileShape
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