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