pub struct SmoothRedSandstoneStairsBlock {
pub facing: FacingCardinal,
pub half: TopBottom,
pub shape: StairShape,
pub waterlogged: bool,
}Fields
facing: FacingCardinalhalf: TopBottomshape: StairShapewaterlogged: boolTrait Implementations
sourceimpl Block for SmoothRedSandstoneStairsBlock
impl Block for SmoothRedSandstoneStairsBlock
sourceimpl Clone for SmoothRedSandstoneStairsBlock
impl Clone for SmoothRedSandstoneStairsBlock
sourcefn clone(&self) -> SmoothRedSandstoneStairsBlock
fn clone(&self) -> SmoothRedSandstoneStairsBlock
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 SmoothRedSandstoneStairsBlock
impl Debug for SmoothRedSandstoneStairsBlock
sourceimpl From<SmoothRedSandstoneStairsBlock> for BlockState
impl From<SmoothRedSandstoneStairsBlock> for BlockState
sourcefn from(b: SmoothRedSandstoneStairsBlock) -> Self
fn from(b: SmoothRedSandstoneStairsBlock) -> Self
Converts to this type from the input type.
impl Copy for SmoothRedSandstoneStairsBlock
Auto Trait Implementations
impl RefUnwindSafe for SmoothRedSandstoneStairsBlock
impl Send for SmoothRedSandstoneStairsBlock
impl Sync for SmoothRedSandstoneStairsBlock
impl Unpin for SmoothRedSandstoneStairsBlock
impl UnwindSafe for SmoothRedSandstoneStairsBlock
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