pub enum StaggerAxis {
X,
Y,
}
Expand description
Applies only to staggered or hexagonal maps
Variants§
Trait Implementations§
Source§impl Clone for StaggerAxis
impl Clone for StaggerAxis
Source§fn clone(&self) -> StaggerAxis
fn clone(&self) -> StaggerAxis
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 StaggerAxis
impl Debug for StaggerAxis
Source§impl<'de> Deserialize<'de> for StaggerAxis
impl<'de> Deserialize<'de> for StaggerAxis
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for StaggerAxis
impl PartialEq for StaggerAxis
impl StructuralPartialEq for StaggerAxis
Auto Trait Implementations§
impl Freeze for StaggerAxis
impl RefUnwindSafe for StaggerAxis
impl Send for StaggerAxis
impl Sync for StaggerAxis
impl Unpin for StaggerAxis
impl UnwindSafe for StaggerAxis
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