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