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