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