Enum azalea_block::RailShape
source · pub enum RailShape {
NorthSouth,
EastWest,
AscendingEast,
AscendingWest,
AscendingNorth,
AscendingSouth,
}Variants
NorthSouth
EastWest
AscendingEast
AscendingWest
AscendingNorth
AscendingSouth
Trait Implementations
impl Copy for RailShape
Auto Trait Implementations
impl RefUnwindSafe for RailShape
impl Send for RailShape
impl Sync for RailShape
impl Unpin for RailShape
impl UnwindSafe for RailShape
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more