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