Enum azalea_block::StairShape
source · pub enum StairShape {
Straight,
InnerLeft,
InnerRight,
OuterLeft,
OuterRight,
}Variants
Straight
InnerLeft
InnerRight
OuterLeft
OuterRight
Trait Implementations
sourceimpl Clone for StairShape
impl Clone for StairShape
sourcefn clone(&self) -> StairShape
fn clone(&self) -> StairShape
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for StairShape
impl Debug for StairShape
sourceimpl From<usize> for StairShape
impl From<usize> for StairShape
impl Copy for StairShape
Auto Trait Implementations
impl RefUnwindSafe for StairShape
impl Send for StairShape
impl Sync for StairShape
impl Unpin for StairShape
impl UnwindSafe for StairShape
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