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