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