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