pub enum StairShape {
Straight = 0,
InnerLeft = 1,
InnerRight = 2,
OuterLeft = 3,
OuterRight = 4,
}
Variants§
Trait Implementations§
Source§impl Clone for StairShape
impl Clone for StairShape
Source§fn clone(&self) -> StairShape
fn clone(&self) -> StairShape
Returns a copy 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 StairShape
impl Debug for StairShape
Source§impl From<u32> for StairShape
impl From<u32> for StairShape
Source§impl PartialEq for StairShape
impl PartialEq for StairShape
Source§impl Property for StairShape
impl Property for StairShape
type Value = StairShape
fn try_from_block_state(block_state: BlockState) -> Option<Self::Value>
impl Copy for StairShape
impl Eq for StairShape
impl StructuralPartialEq for StairShape
Auto Trait Implementations§
impl Freeze for StairShape
impl RefUnwindSafe for StairShape
impl Send for StairShape
impl Sync for StairShape
impl Unpin for StairShape
impl UnwindSafe for StairShape
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)