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