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