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