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