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