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