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