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