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